/* CSS for page layout and navigation */



#maincontent {
	width:720px;
	background-color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-right: 1px solid #333366;
	border-bottom: 1px solid #333366;
	border-left: 1px solid #333366;
}
#header {
	width: 720px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #333366;
}
#toptext {
	background-color: #333366;
	color: #FFFFFF;
	text-align: center;
	width: 720px;
	line-height: 12pt;
	padding-bottom: 3px;
	margin-top: -3px;
}

/*top navigation*/
#topnav {
	background-color: #D9D9E6;
	text-align: center;
	width: 720px;
	line-height: 12pt;
	padding-bottom: 2px;
	border-bottom: 1px solid #333366;
}
#topnav a:link {
	color: #000033;
	text-decoration: none;
}
#topnav a:visited {
	color: #333333;
	text-decoration: none;
}	
#topnav a:hover {
	color: #333399;
	text-decoration: underline;
}
#topnav a:active {
	color: #666699;
	text-decoration: underline;
}



/* navigation outer div*/

#navrightmain {
	width: 136px;
	background-color: transparent;
	margin-right: 0px;
	margin-top: 10px;
	float: right;
	padding: 0px;
}

/* navigation*/

#navigationright {
	width: 135px;
	background-color: #D9D9E6;
	border-bottom: 1px solid #333366;
	border-left: 1px solid #333366;
	border-top: 1px solid #333366;
	line-height: +1.7;
	margin: 0;
	padding: 0;

}
#navigationright ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
}
#navigationright a {
	width: 135px;
	display: block;	
	text-indent: 6px;
	background-color: #D9D9E6;
	border-bottom: 1px solid #666699;
}
#navigationright a:link, #navigationright a:visited {
	color: #000033;
	text-decoration: none;
}
#navigationright a:hover {
	background-color: #666699;
	color: #FFFFFF;
}


#navigationtrainers {
	background-color: #D9D9E6;
	padding: 2px;
	border-bottom: 1px solid #333366;
	border-left: 1px solid #333366;
	border-top: 1px solid #333366;
	margin-right: 0px;
	margin-top: 10px;
}

/* box model hack - see http://tantek.com/CSS/Examples/boxmodelhack.html */
#navigationtrainers {
	width: 143px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 130px;
}
html>body #navigationtrainers {
	width: 130px;
}



/* sitelinks */

#sitelinks {
	width: 135px;
	background-color: #D9D9E6;
	margin-right: 0px;
	margin-top: 10px;
	/*clear: right;
	float: right;*/
	border-bottom: 1px solid #333366;
	border-left: 1px solid #333366;
	border-top: 1px solid #333366;
	line-height: +1.7;
	padding: 0;

}
#sitelinks ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -2px;
	margin-top: 0px;
}

#sitelinks a {
	display: block;	
	text-indent: 8px;
	padding: 0px;
	width: 135px;
	background-color: #D9D9E6;
	border-bottom: 1px solid #666699;
}

#sitelinks a:link, 
#sitelinks a:visited {
	color: #000033;
	text-decoration: none;
}
#sitelinks a:hover {
	background-color: #666699;
	color: #FFFFFF;
}


/* page content */

#content1 {
	width: 545px;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: left;
	display: inline;
}
#content2 {
	float: left;
	height: auto;
	width: 700px;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 10px;
	clear: both;
	display: inline;
}
#content2 p {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
	
#footer {
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	width: 720px;
	clear: both;
	background-color: #333366;
	color: #FFFFFF;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}	
#footer a:hover {
	color: #9999CC;
	text-decoration: underline;
}
#footer a:active {
	color: #FF9900;
	text-decoration: underline;
}
