* {
    padding: 0px;
    margin: 0px;
}

BODY {
    background-color: #0e0f2b;
}

a img { border:none; }


hr { border:0; color:#0e0f2b; background-color:#0e0f2b; height:1px; margin:1px; }

#masthead {
    width: 852px;
    height: 269px;
    margin-bottom:0;
    padding: 0;
	background-color:#fff;
	background-image:url(images/masthead.jpg);
	background-repeat:no-repeat;
	text-align:right
}

#sidemenu {
    background:url(images/bknd_navigation.jpg) no-repeat;
    height: 216px;
    margin:  0;
    overflow: hidden;
    padding: 0;
	width: 852px;
}

#sidemenu ul {
    float: right;
    height: 178px;
    margin:  0;
    padding: 8px 0 0 0;
    overflow: hidden;
}

#sidemenu ul li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	list-style-type: none;
	margin: 0px;
	text-align: right;
}

#sidemenu ul li a, #sidemenu ul li a:visited {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding-right: 18px;
	text-decoration: none;
}

#sidemenu ul li a:hover, #sidemenu ul li a:active {
	color: #6ac071;
	padding-right: 10px; 
	border-right: 8px solid #6ac071;
}

#content{
	padding: 12px 40px 20px 40px;
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
    	width: 772px;
    	background-color:#fff;
}

#body-text{
	padding: 0px;
	margin:0px;
	text-align:left;
	float:left;
    	width: 500px;
    	background-color:#fff;
}

#body-text UL {
    list-style:square;
    padding: 5px 10px 5px 20px;
}

#body-text LI {
    padding-bottom:5px;
}

#body-text A:link, #body-text A:visited {
  text-decoration: underline;
  color:#000000;
}

#body-text A:hover,#body-text A:active {
  text-decoration: none;
  color:#126032;
}

#body-text H1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #126032;
    margin-bottom: 15px;
}

#body-text H2 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #126032;
	float:left;
}

#body-text P {
    margin-bottom: 15px;
}

 /* classes which define the right column callouts */
#rtcolumn {
	float:right;
	width:210px;
	border:#000000 solid 1px;
	margin:0px;
	padding:12px;
	text-align:right;
} 
#rtcolumn .green {
	background-color:#126032;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	margin-top:12px;
	padding: 8px 0px 8px 0px;
}	
 
 /* classes which define the footer styles */
#footer {
	background-color: #126032;
	color:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	width:852px;
	padding:6px 0px 8px 0px;
}
#footer A:link, #footer A:visited {
  text-decoration: underline;
  color:#fff;
}

#footer A:hover,#footer A:active {
  text-decoration: none;
  color:#fff;
}

 /* classes which define the calendar styles */
.inputFormButton { font-size:11px; color: #fff; background-color:#126032; }
.titleEvent { font-size: 12px; font-weight: bold; color: #000; }
.eventLine { font-size: 12px; color: #000; }
.monthYear { font-size:16px; font-weight: bold; }
.daysOfWeek { font-size: 12px;font-weight: bold; }
.gridMain { font-size: 11px; }
.todayColorIn { color: #CC0000; background-color: #FFFFCC; } /* font color for the current date for current month */
.inMonthFaceIn { color: #000; background-color: #FFFFCC; } /* font color for days in the display month for current month */
.outMonthFaceIn { color: #333; background-color: #FFFFCC; } /* font color for days not in the display month for current month */
.todayColorOut { color: #CC0000; background-color: #999; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color: #000; background-color: #999; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color: #333; background-color: #999; } /* font color for days not in the display month for days in the display month */
.dropDownInCalendar { font-size: 12px; background-color:#fff; border: 1px #666 solid; }
.calendardetail { font-size: 12px; line-height: 15px; color: #000; padding-right: 5px; padding-left: 5px; }

