BODY, TD, .NormalText {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	color: #6a98ab;
}

body {
	background-color: #275064;
	
	margin: 0 0 20px 0;
	padding: 0px;
}

* html body {
	text-align: center;
}

img {
	border: 0px;
}

A, A:visited, A:link {
	color: red;
}

A:hover {
	
}

UL,OL {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*---------- Custom Styles ----*/

.Header {
	color: #9bbecc;
	font-weight: bold;
}

.RedText {
	color: red;
}

/*----------Layout ------------*/

div#homeBox {
	width: 610px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#NavBox {
	width: 603px;
	height: 44px;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0px;
	padding: 0px;
}	

* html div#NavBox {
	height: 51px;
}

div#NavBox a:link, div#NavBox a:active, div#NavBox a:visited {
	color: #6a98ab;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	width: 85px;
	height: 40px;
	background-color: #ffffff;
	background-image: url('../images/nav_button_bg.gif');
	background-repeat: repeat-x;
	border-right: 1px solid #5E5760;
	padding-top: 7px;
}

* html div#NavBox a:link, * html div#NavBox a:active, * html div#NavBox a:visited {
	height: 47px;
}

div#NavBox a:hover {
	color: #275064;
	background-image: none;
	border-bottom: 4px solid red;
}

* html div#NavBox a:hover {
	height: 51px;
}

div#frame{
	margin: 0 auto 0 auto;
	padding: 0;
	width:100%;
	background-image: url("../images/bg_left_nav.jpg");
	background-repeat: repeat-y;
}

* html div#frame {
	text-align: left;
}

/*div#outer>#frame { border-bottom: 1px solid #FFFFFF;  }*/

div.clr{clear:both;}

div#frame {
	width:760px;
}

div#nav {
	width: 101px;
	float: left;
	position: relative; 
	margin-top: 15px;
	/*margin-left:-101px;*/
}

* html div#nav {
	background-image: url("../images/bg_left_nav.jpg");
	background-repeat: repeat-y;
	margin-top: 0;
	padding-top: 25px;
}

div#nav img {
	display: block;
	margin-top: 10px;
	margin-left: 9px;
}

div#body {
	width: 640px;
	float: left;
	border-right: 3px solid black;
	margin: 0;
	padding: 0;
}

* html div#body {
	width: 645px;
}

div#header {
	width: 100%;
	height: 80px;
	float: left;
	background-image: url("../images/bg_header.jpg");
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}

div#header img {
	margin: 33px 0 0 0;
}

div#content {
	width: 610px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

* html div#content {
	margin-left: 10px;
}

div#footer {
	width: 524px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

* html div#footer {
	margin-left: 10px;
}