.STOF { }
















.bold {

	font-weight: bold;
}



/* TAKEN OUT
body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color:#000000;

}
*/


/* TAKEN OUT - NOT SURE WHAT THIS DOES
.bodytext {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color:#000000;

} */


/* TAKEN OUT - NOT SURE WHAT THIS DOES
.home_header {

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 11px;

	color:#FFFFFF;

	margin-left: 4px;

}*/



/* TAKEN OUT
p {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color:#000000;

}*/ 


/* TAKEN OUT
a.formlink:link, a.formlink:hover, a.formlink:active, a.formlink:visited {
	color: #77C500;
	text-decoration: underline;
}
*/



.rowhighlighter {

	background-color: #E7EEFF;

	cursor: default;

}



textarea.htmledit {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color:#162854;

	background-color:#F5F8FF;

	border-style: solid;

	border-width: 2px;

	border-color: #4E6BB1;

	width: 100%;

}



.requiredfields {

	color: #FF0000;

	}








.formcolumn {

	float: left;

	width: 45%;

}





.linespacer {

	margin: 4px;

	padding: 4px;

}









.htmleditholder {

	width: 100%;

	text-align: right;

}



.htmleditbuttonholder {

	width: 100%;

	text-align: right;

}



.leftfloat {

	float: left;

	}



.rightfloat {

	float: right;

	}



.clearboth {

	clear: both;

}



.divider {

	border-style: dotted;

	border-color: #A4C1E1;

	border-width: 2px;

}



.news_body, .news_header {

	width: 110;

	margin: 3px 3px 3px 3px;

	padding: 3px;

	border-style: solid;

	border-width: 2px;

	border-color: #96BB6D;

	font-family: Arial, Helvetica, sans-serif;

	color: #293E12;

}



.news_body {

	font-size: 11px;

	font-weight: normal;

	text-align: left;

}



.news_header {

	font-size: 11px;

	font-weight: bold;

	text-align: center;

}


/*
.container_table {
	background-color: none;

	padding: 0px;

	border-style: none;
}*/

<!--column containing the left(menu) -->
.container_table {
	width:750px;
}

.menuCol {
	width:220px;
}

.contentCol {
	padding-top:20px;
	padding-left:10px;
	width:500px;
}


.content_text, .footer_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.content_text {
	font-size: 11px;
}



.trainingDateCol {
	font-weight: bold;    
	text-align: left;    
	width: 150px;    
	background-color: #DDDDDD;
}

.trainingTable
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#trainingOptions {
	font-weight: bold;    
	text-align: left;    
	width: 150px;    
	background-color: #DDDDDD;
}

#trainingOptions td{
 
 background-color: #FFFFFF;
 padding:1px 20px 1px 20px;
 border-style:1px;
}

#navlist li
{

border-right: 1px double white;

background-color:#00439B;

display: inline;

list-style-type: none;

text-align:left;
color: red;
}


ul#navlist {
margin-left: 0; 
padding-left: 0;
}


#navlist li a:link, #navlist li a:visited, #navlist li a:active {
background-color:  #00439B;
text-decoration:underline;
color:white;
}

#navlist li a:hover{
background-color: #ABD94A;
text-decoration:underline;
color:white;
}



/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #505050;
	background-color: #F2F2F2;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #FFB36B;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #ABD94A;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #00439B;
	border: 1px solid #888888;
	cursor: pointer;
	color: #FFFFFF;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #ABD94A;
	border: 1px solid #ABD94A;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 11px;
	color: #00439B;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #FFFFFF;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	background-color: #00439B;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00439B;
	}



 /*width="480" border="0" cellpadding="0" cellspacing="2" bgcolor="#C2E0A3"*/


.EOF { }