body{
margin: 0;
padding: 0;
background-color: #FFFFCC;
font-family: Veranda;
font-size: 100%;
}


.header{
width: 100%;
background-color: #0E1038;
background-image: url('images/bannerback.gif');
color: #FFF;
font-size: 24pt;
font-weight: bold;
padding: 0px;
border-bottom: 1px solid #000;
}


.bar{
width: 100%;
background-color: #c0c0c0;
background-image: url('images/chromebar.jpg');
color: #000;
font-size: 8pt;
font-weight: bold;
padding: 0px;
border-bottom: 0px solid #000;
text-align: left;
}


}
table#main{
width: 100%;
align: center;
vertical-align: top;
}


table#main td{
vertical-align: top;
align: center;
}

td.leftmenu{
background-color: #0E1038;
align: center;
width: 150px;
height: 100%;
border-right: 3px solid #D10622;
padding: 0px;
}

td.content{
width: 90%;
height: 100%;
align: center;
padding: 10px 10px 10px 10px;
}







a:link { color: #d10622; text-decoration: none; }
a:visited { color: #9D0E3D; text-decoration: none; } 
a:hover { color: #9D0E3D; text-decoration: underline;} 


			

		
			
			





h1 {
	font-size: 12px;
	color: #d10622;
	align: center;
	font-weight: normal;
	font-family: Verdana;
}

h2 {
	font-size: 12px;
	color: #d10622;
	align: center;
	font-weight: bold;
	font-family: Verdana;
}

h3 {
	font-size: 20px;
	color: #d10622;
	font-weight: normal;
	font-family: Veranda;
}

h4 {
	font-size: 30px;
	color: #d10622;
	font-weight: normal;
	font-family: "Verdana";
}

h5 {
	font-size: 35px;
	color: #d10622;
	font-weight: normal;
	font-family: "Comic Sans MS, Verdana";
}

h6 {
	font-size: 12px;
	color: #000000;
	align: center;
	font-weight: bold;
	font-family: Verdana;
}

/* NAVIGATION BUTTONS */

			.menu {
						height: 500px;
						width: 150px;
			}

			.cssnav	{
						position:relative;
						font-family: Veranda;
						background-image:  url('images/red_up.jpg');
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 120px;
						height: 26px;
						margin: 3; 
						padding: 0;
						float: center
					  
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 13px;
						width: 120px;
						height: 26px;
						display: block;
						float: left;
						color: #ffffff; 
						text-decoration: none;
			}
			.cssnav a:hover {
						color: #ffffff;
						text-decoration: none;
			}
			
			.cssnav a:visited {
						color: #ffffff;
						text-decoration: none;
			}
			

			.cssnav img {width: 120px; height: 26px; border: none; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: absolute;
						left: 5px;
						top: 5px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 0px;
						height: 0px;
						text-align: center;
			}
			
			/* END OF NAVIGATION */