@charset "utf-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #3A6AA5 url(images/header_back.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
body, td	{
font: 12px Arial, Helvetica, sans-serif;
}

#wrapper { 
	width: 950px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#header { 
	padding: 0;
	width: 950px;
	text-align: center; 
} 
#leftColumn {
	float: left;
	width: 200px;
	background: #ffffff;
	border-right:1px dashed #083975;
	
}

#mainContent { 
	margin: 0 0 0 200px;
	padding: 0 20px;
	background-color:#FFFFFF;
}
h1	{
	color:#083975;
	font-size: 24px;
	font-weight: bold;
}
h2	{
	color:#006A43;
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom:1px solid #083975;
}

h3	{
	color:#000000;
	font-size: 14px;
	font-weight: bold;
	
}
.required {
	color : #ff0000;
	font-weight : bold;
}

.menulisting {
	font-size: 12px;
	font-weight:bold;
}

.menulisting a,
.menulisting a:link,
.menulisting a:visited,
.menulisting a:hover,
.menulisting a:active {
	color: #B90602;
}

.menulisting a:hover {
	color: #696; /*green*/
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
/*	text-decoration: underline;*/
}

.slidetext {
	font-size:11px;
	font-weight:bold;
}
#pageBottom	{
	background-image:url(images/page_bottom.gif);
	height: 17px;
}
/* footer */
#footer {
	padding-left: 75px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	line-height:16px;
	color:#ffffff;
	clear:both;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#ff0000;
	text-decoration:underline;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}