body {
margin: 0;
padding: 0;
background: #10065A;
color: #FFFFDD;
}

h1, h2, h3 {
font-family: georgia, times new roman, times, serif;
}

h4 {
font-family: lucida grande, verdana, arial, helvetica, sans-serif;
margin-bottom: 4px;
}

p {
font-family: verdana, arial, helvetica, sans-serif;
}

.center {
text-align: center;
}

blockquote {
font-family: georgia, times new roman, times, serif;
}

ul {
list-style: square;
margin-top: 3px;
margin-bottom: 3px;
padding-left: 1em;
}

li {
background: transparent;
font-family: lucida grande, verdana, arial, sans-serif;
color: #FFFFDD;
}

img {
margin: 0;
padding: 0;
border: 0;
}


#main {
padding: 10px 10px 10px 30px;
width: 500px;
font-size: 75%;
line-height: 180%;
background: #10065A;
color: #FFFFDD;
border:        1px solid #999999;

}

#sidebar {
position: absolute;
top: 0px;
left:550px;
width: 250px;
background: #10065A;
padding: 10px 10px 10px 10px;
color: #FFFFDD;
border:        1px solid #999999;
font-size:75%;
}

div#sidebar h3 {
background: #10065A url("/images/cocblogtitlebkgrnd.jpg") repeat-y;
color: #FFFFDD;
}

.date {
font-size: 100%;
background: transparent;
color: #FFFFDD;
}

.entry {
background:#10065A url("/images/cocblogtitlebkgrnd.jpg") repeat-y;
}

.blogtitle {
font-size: 340%;
color: #999999
background: transparent;
margin-bottom: 20px;
}

.title {
font-size: 170%;
background: transparent;
color: #FFFFFF;
}

.posted {
margin-top: 10px;
font: lucida grande, verdana, arial, helvetica, sans-serif;
}

.sidetitle {
margin: 10px 0;
font-size: 125%;
background: transparent;
color: #FFFFDD;
}

.sidetext {
line-height:110%;
font-size:90%;
color:#BBBBBB;
}

.maintext {
line-height:120%;
color:#BBBBBB;
}

.comment {
 background: #10065A url("/images/cocblogtitlebkgrnd.jpg") repeat-y;
}
.altcomment {
 background: #10065A url("/images/cocblogtitlebkgrnd.jpg") repeat-y;
}


.paginate {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-weight: 		normal;
 letter-spacing:	.1em;
 padding:			10px 6px 10px 4px;
 margin:			0;
 background-color:	transparent;
}

.pagecount {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 color:				#FFFFDD;
 font-weight:		normal;
 background-color: transparent;
}

.calendarBG {
 background-color: #003967;
}

.calendarBlank {
 background-color: #fff;
}

.calendarHeader {
 font-weight: bold;
 color: #fff;
 text-align: center;
 background-color: #003967;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold;
 color: #fff;
 background-color: #999;
 text-align:  center;
 vertical-align: middle;
}

.calendarToday {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #00;
 background-color: 	#B4D8D7;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #F0FFFF;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
.input {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #FFFFDD;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
height:            1.6em;
padding:           .3em 0 0 2px;
margin-top:        6px;
margin-bottom:     3px;
}

.textarea {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #FFFFDD;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
margin-top:        3px;
margin-bottom:     3px;
}

.checkbox {
background-color:  transparent;
margin:            3px;
padding:           0;
border:            0;
}

.submit {
background-color:  #FFFFDD;
font-family:       Arial, Verdana, Sans-serif;
font-size:         11px;
font-weight:       normal;
letter-spacing:    .1em;
padding:           1px 3px 1px 3px;
margin-top:        6px;
margin-bottom:     4px;
text-transform:    uppercase;
color:             #000;
}

a:link {background-color: transparent; text-decoration: none; color: #3399FF; }
a:hover { text-decoration: underline; color: #BBBBBB; }
a:visited {text-decoration: none; color: #3399FF; }
						