body{
	font-family: Arial,sans-serif;
	color: #000000;
	margin: 10px 0px 0px;
	padding: 0px;
	background: #427c9f;
}

/******* hyperlink and anchor tag styles *******/

#maintext a:link{
	color: #005FA9;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
#maintext a:visited{
	color: #005FA9;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
#maintext a:active{
	color: #005FA9;
	text-decoration: none;
		font-style: normal;
	font-weight: normal;
}
#maintext a:hover{
	text-decoration: underline;
		font-style: normal;
	font-weight: normal;
}

/************** header tag styles **************/

h1{
	font: bold 17px "Times New Roman", Times, serif;
	color: #0855A1;
	margin: 0px;
	padding: 0px;
	letter-spacing: .1em;
	border-bottom: 1px dotted #DD854A;
	border-right: none;
	border-top: none;
	border-left: none;
}

h2{
	font: bold 15px "Times New Roman", Times, serif;
	color: #B54806;
	margin: 0px;
	padding: 0px;
	letter-spacing: .1em;
}

h3{
	font: bold 13px "Trebuchet MS", Verdana, Arial;
	color: #356885;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E8E8E8;
}

h4{
	font: bold 100% "Trebuchet MS", Verdana, sans-serif;
	color: #FCFB16;
	margin: 0px;
	padding: 0px;
	background-color: #790679;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#logo{
	margin-bottom: 0px;
	bottom: 0px;
	background-position: right bottom;
	background-image: url(../N5content/images/siteby.gif);
	background-repeat: no-repeat;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F0F5FF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font: small Verdana,sans-serif;
}

#entirepage{
	position:absolute;
	left: 18px;
	right: 2%;
	width:95.6%;
	background-color: #4e89ad;
}

#content{
	background-color: #FFFFFF;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 566px;
}

/************** footer styles *****************/

#footer{
	font: 10px Verdana, sans-serif;
	color: #000066;
	text-align: center;
}

#footer a:link, a:visited, a:active{
	color: #4E8EB6;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#footer a:hover{
	text-decoration: underline;
	color: #6AA0C1;
	font-weight: normal;
}
/************** new styles ****************/
#navigation {
	background-color: #D2E4FC;
	background-image: url(../images/nav_blue_back.jpg);
	background-repeat: repeat-y;
}

#rightrail {
	background-image: url(../images/right_side_repeat.jpg);
	background-repeat: repeat-y;
	width: 25px;
}
#leftrail {
	background-image: url(../images/left_side.jpg);
	background-repeat: repeat-y;
	width: 15px;
}

/************** class styles ****************/

#maintext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/limo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.boldtext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	letter-spacing: 1px;
}
.maintext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}
