body {
	margin: 0;
	padding: 20px 0;
	background-color: #E7F1F5;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#container {
	margin: 0 auto;
	width: 939px;
	background: url(../images/page/page-bg.gif) top center repeat-y;
}
#header {
}
#content {
	padding: 10px 40px;
	background: url(../images/page/bg-top.gif) top center no-repeat;
}
#content h1 {
	margin: 20px 0 0;
	padding: 0;
	font: normal 19px/25px Georgia, "Times New Roman", Times, serif;
	color: #1E47A3;
}
#content h2 {
	margin: 0;
	padding: 0;
	font: normal 19px/25px Georgia, "Times New Roman", Times, serif;
	color: #1E47A3;
}
#content p {
	margin: 14px 0;
}
#footer {
	background: url(../images/page/footer.gif) top center no-repeat;
	padding: 40px 0 10px;
	font-size: 9px;
	line-height: 12px;
	color: #9EB6E5;
}
#footer a {
color: #9EB6E5;
}

a {
	color: #1E47A3;
}
form {
	margin: 0;
}
form td {
	padding: 0 10px 7px 0;
}




/*----------------------------- blog only below here ------------------------------------*/





#blogcolumn h2 {
	margin: 0;
	padding: 20px 0 0;
}

.show {
	display:none; 
	margin:5px 0 5px 0; 
}


/*----------------------------- calendar stuff ------------------------------------*/


/* this is the calendar dates */
.calendar {
	font-size: 9px;
	color: #75AC88;
	text-align: center;
	height: 16px;
}


/* this is the calendar date links */
.cal {
	font-size: 9px;
	color: #1E47A3;
font-weight: bold;
	padding: 2px;
	text-decoration: underline;
	
}

/* this is the calendar days of the week */
#sidebar th {
	color: #1E47A3;
	font-size: 9px;
	background: #CCDAFA;
	height: 16px;
}

/* this is the calendar month */
.month {
	font-weight: bold; 
	font-size: 10px;
	text-align: center;
	height: 16px;
	text-decoration: none;
}
.month a {
	color: #1E47A3;
}

.bgleft {
	background: url(images/white-left.gif) top left no-repeat;
}
.bgcnr {
	background: url(images/white-cnr.gif) bottom left no-repeat;
}
.bgbot {
	background: url(images/white-bot.gif) top right;
}

.imageborder {
	border: 1px solid #b1b1b1;
	background-color: #FFFFFF;
	padding: 2px;
	
}


/*----------------------------- Sidebar stuff ------------------------------------*/

#sidebar {
	width: 145px;
	font-size: 11px;
	line-height: 15px;
	padding-left: 24px;
}

#sidebar h3 {
	margin: 0 0 5px;
	padding: 0;
	font-weight: bold;
	color: #1E47A3;
	font: bold 11px/15px Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#sidebar ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0;
	padding: 2px 0 5px 10px;
	background: url(../images/page/bullet2.gif) top left no-repeat;
}



#sidebar input, #sidebar select {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
*/
/*----------------------------- blog entries ------------------------------------*/



h5 {
	font-size: 9px;
	font-weight: normal;
	color: #999;
	margin: 0 0 15px;
}

.date {
/* this is the entry dates */
	font: 9px Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	padding-bottom: 20px;
	letter-spacing: 1px;
	text-align: left;
}

/*---------------------------- people's comments -------------------------------------*/


/* this is for the comments area bg  */
.commentsbox {
	background-color: #FFF;
	padding: 20px;
}

/* this is for the comments info - name email url  */
.comment-info {
}

/* this is for the comments text  */
.comment-text {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 10px;
}

legend {
	position: absolute;
	top: -25px;
	left: 10px;
	font: bold 14px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #0085BA;
	margin: 0;
	padding: 0 5px;
}
fieldset {
	position: relative;
	margin: 0 0 30px; 
	padding: 15px 20px 20px;
	font-size: 11px;
	line-height: 16px;
	
}

/*------------------------------------- misc-------------------------------------*/
.hrule {
	border-top: 1px solid #D9D9D9;
	background: url(images/shadow-420.gif) top center no-repeat;
	height: 40px;
	padding: 0px;
	margin: 0 0 10px;
}


.hrule2 {
	border-top: 1px solid #D9D9D9;
	background: url(images/shadow-150.gif) top center no-repeat;
	height: 40px;
	padding: 0px;
	margin: 0 0 10px;
}
