/* CSS Document */
/*HIDE THE MENU LINES ASSOCIATED WITH THE CURRENT PAGE */
body#p1 li.menu1, body#p2 li.menu2,body#p3 li.menu3,body#p4 li.menu4,body#p5 li.menu5,body#p6 li.menu6,body#p7 li.menu7,body#p8 li.menu8,body#p9 li.menu9,body#p10 li.menu10,body#p11 li.menu11,body#p12 li.menu12,body#p13 li.menu13,body#p14 li.menu14,body#p15 li.menu15,body#p16 li.menu16,body#p17 li.menu17{display:none;}


/*this may not be needed if they are not ot be show */

/*
body#p1 a#p1, body#p2 a#p2,body#p3 a#p3,body#p4 a#p4,body#p5 a#p5,body#p6 a#p6,body#p7 a#p7,body#p8 a#p8,body#p9 a#p9{
	color: #CCCCCC;
}

body#p1 a#p1:hover, body#p2 a#p2:hover,body#p3 a#p3:hover,body#p4 a#p4:hover,body#p5 a#p5:hover,body#p6 a#p6:hover,body#p7 a#p7:hover,body#p8 a#p8:hover,body#p9 a#p9:hover{
	color: #FFFFFF;
	text-decoration: line-through;
	background-color: #FFFFFF;
}
*/

div#content_wrapper div#sub_menu{
	text-align: center;
	width: 95%;
	border: 1px solid #CCCCCC;
	color: #0062A4!important;
	font-size: 1em;
	text-decoration: none!important;
	padding: 5px!important;
	font-family: "Times New Roman", Times, serif;
	font-style: italic!important;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#content_wrapper div#sub_menu ul{	display: inline;}
div#content_wrapper div#sub_menu ul li{
	display: inline;
	line-height: 20px;
}
div#content_wrapper div#sub_menu ul li a{
	color: #0062A4!important;
	font-size: 1em;
	text-decoration: underline!important;
	padding: 5px!important;
	font-family: "Times New Roman", Times, serif;
	font-style: italic!important;
}
div#content_wrapper div#sub_menu ul li a:visited{	}
div#content_wrapper div#sub_menu ul li a:hover{	color: #0000FF!important;	text-decoration: underline!important;}
div#content_wrapper div#sub_menu ul li a:active{	}
div#content_wrapper div#sub_menu p{
	font-size: 3px;
}
div#content_wrapper div#sub_menu h3 {
	padding-bottom: 8px;
}
div#nav {
	left: 0px;
	top: 0px;
	margin: 0;
	position: relative;
	width: 120px;
}
div#content_wrapper a{
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
div#content_wrapper a:visited{	}
div#content_wrapper a:hover{	color: #0000FF;}
div#content_wrapper a:active{	}

div#footer a:link{	text-decoration: underline;	color: #999999;	font-weight: bold;}
div#footer a:visited{	}
div#footer a:hover{	color: #0000FF;	font-weight: bold;}
div#footer a:active{ }

