body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/gray_bkgd.gif);
	background-repeat: repeat-y;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #153067;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	margin-top: 10px;
	line-height: 16px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #98012D;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 0px;
	line-height: 16px;
}
/*-------- Main Div --------*/
#main li {
	font: normal 11px/14px Verdana, Arial, sans-serif;
	margin: 0px 0px 5px 20px;
}
#main ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #153067;
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
}
/*--------------------------*/

.mouse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bottom2 {
	background-image:  url(../images/bottom/bottom_bkgd2.gif);
	background-repeat: repeat-x;
}
.navlink {COLOR: #FFFFFF; TEXT-DECORATION: none; font-family: arial; font-size: 10pt; font-weight: bold;}
.navlink a:link  {color : #FFFFFF;}
.navlink a:visited  {color : #FFFFFF;}
.navlink a:active  {text-decoration: none;}
.navlink a:hover  {text-decoration: none;}

.rhtLine {
 margin: 1px 0;
 padding: 1px 0;
 border: 1px solid #FFFFFF;
 border-left: 0;
 border-top: 0;
 border-bottom: 0;
 }
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #153067;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 8px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #153067;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
}
	
a:hover, a:active {
 	text-decoration: underline;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	}

#table a:link, #table a:visited {
	text-decoration: underline;
	color: #153067;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
}
	
#table a:hover, #table a:active {
 	text-decoration: underline;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	}


/* DIVS */
#nav {
	width: 760px;
	height: 28px;
	background: #778AAF;
	margin: 0;
	padding: 0;

}

#nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#nav ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 1px solid #8DA3D1;
	border-left: 0;
 	border-top: 0;
	border-bottom: 0;
}

#nav ul li a {
	background: #778AAF;
	border: none;
	padding: 8px 15px;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
}

#nav ul li a:hover, #nav ul li a:active {
	color: #162E65;
	background: #8DA3D1;
}
#left {
	position: absolute;
	width: 335px;
	top: 145px;
	left: 0px;
 }
#content {
	position: absolute;
	left: 335px;
	width: 425px;
	top: 145px;
	height: 341px;
 }
#bottom {
 position: absolute;
 top: 524px;
 left: 1px;
 width: 760px;
 }
