BODY {
	background-color : #003366;
	font : 13px Arial, Helvetica, sans;
	margin : 0px;
	padding : 0px;
}

TABLE.main {
	width : 800px;
	height : 100%;
	border-left : 1px solid #FFA500;
	border-right : 1px solid #FFA500;
	background-color : #FFFFF8;
	padding : 0px;
	margin-bottom : 0px;
}

DIV.nav {
	float : left;
	background-image : url(../img/nav_bg.jpg);
	height : 13px;
	text-align : center;
	width : 14.28%;
	padding : 15px 0px 14px 0px;
}

DIV.nav:HOVER {
	background-image : url(../img/nav_bg_hover.jpg);
}

A.navlink, A.navlink:VISITED {
	text-decoration : none;
	color : #264AA1;
	font : 13px; 
}

A.navlink:HOVER {
	text-decoration: none;
	color: Blue;
}

DIV.title {
	width : 700px;
	padding : 20px;
	font-size : 15px;
	font-weight : bold;
	/*border : 1px solid pink;*/
}

h1 {
	font-size : 15px;
	font-weight : bold;
}

DIV.subnav {
	float: left;
	width: 175px;
	padding: 2px 5px 20px 20px;
	font-size: 13px;
	line-height: 25px;
	/*border : 1px solid pink;*/
}

a.subnav,a.subnav:VISITED {
	text-decoration : none;
	color : Navy;
}

a.subnav:HOVER {
	text-decoration : underline;
	color : #FFA500;
}

li.subnav {
	list-style-image : url("../img/bullet.gif");
	list-style-position : outside;
	line-height : 25px;
	padding-left : 0px;
	margin-left : 20px;
}

li.subnav2 {
	list-style-image : url("../img/bullet.gif");
	list-style-position : outside;
	line-height : 25px;
	padding-left : 0px;
	margin-left : 40px;
}

DIV.maintext {
	margin-left : 200px;
	font : 13px arial, helvetica, sans-serif;
	padding : 5px;
	line-height : 20px;
	height : 100%;
	/*border : 1px solid pink;*/
}

DIV.infobox {
	width : 90%;
	border : 1px solid #FFA500;
	padding : 4px;
}

td.footer {
	height : 20px;
	border-top : 1px dashed #FFA500;
	border-bottom : 1px solid #FFA500;
	text-align : center;
	font : 10px arial, helvetica, sans-serif;
}

a:HOVER {
	text-decoration : underline;
	color : #FFA500;
}

a, a:VISITED {
	text-decoration : none;
	color : Navy;
}

li {
	list-style-position : inside;
	list-style-type : none;
	padding-left : 15px;
	line-height : 25px;
}

li.bullets {
	list-style-image : url("../img/bullet.gif");
}

.title {
	font-weight : bold;
	padding-bottom : 10px;
}

.red {
	color : Red;
	font-weight : bold;
}

INPUT,INPUT.button {
	border : 1px solid black;
}

INPUT.button:HOVER {
	color : White;
	background-color : #003366;
} 

HR {
	color : #FFA500;
	border : 0;
	background-color : #FFA500;
}