body {
	text-align: center;
	margin-top: 0px;
	background: url(../images/rbkg.jpg) repeat-x;
}
#container {
	margin: 0 auto;
	width: 898px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	height: auto;
	border-right-color: #304A6B;
	border-right-style: solid;
	border-right-width: 3px;
	border-left-color: #304A6B;
	border-left-style: solid;
	border-left-width: 3px;
}
#main {
	padding-left: 25px;
	padding-top: 15px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #162636;
}
.mainlink {
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0D2F78;
	line-height: 20px;
}
.mcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #162636;
	font-style: normal;
	text-align: left;
}
.bcopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #162636;
	font-style: normal;
	text-align: left;
	vertical-align: text-top;
}
#footer {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	background-color: #304A6B;
	width: 898px;
}
#Mfooter {
	padding-top: 3px;
}
#tab {
	clear: both;
	padding-top: 5px;
}
.list {
	line-height: 19px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #162636;
	font-style: normal;
}
.copyright {
	font-size: 7pt;
	color: #162636;;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
td.brd {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #304A6B;
}
.serv {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #8099B8;
	font-style: oblique;
	line-height: 21px;
	font-weight: bold;
}
/************ FOOTER LINKS *************/
a.footer:link {
	font-size: 9pt;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.footer:visited {
	font-size: 9pt;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.footer:hover {
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.footer:active {
	font-size: 9pt;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/*********** PM LINK ************/
a.pm:link {
	font-size: 9pt;
	color: #162636;
	text-decoration: none;
}
a.pm:visited {
	font-size: 9pt;
	color: #162636;
	text-decoration: none;
}
a.pm:hover {
	font-size: 9pt;
	color: #CCCCCC;
	text-decoration: underline;
}
a.pm:active {
	font-size: 9pt;
	color: #162636;
	text-decoration: none;
}
/*********** WEB LINK ************/
a.web:link {
	font-size: 9pt;
	color: #0D2F78;  
	text-decoration: none;
}
a.web:visited {
	font-size: 9pt;
	color: #0D2F78;
	text-decoration: none;
}
a.web:hover {
	font-size: 9pt;
	color: #0D2F78;
	text-decoration: underline;
}
a.web:active {
	font-size: 9pt;
	color: #0D2F78;
	text-decoration: none;
}
/************ LINKS *************/
a:link {
	text-decoration: none;
	color: #162636;
}
a:visited {
	text-decoration: none;
	color: #162636;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #162636;
}

/***** NAVIGATION *********/

#nav-menu ul
{
	list-style: none;
	padding-left: 120px;
	margin: 2px;
}

#nav-menu li
{
float: left;
margin: 0 0.25em;
}

#nav-menu li a
{
background: url(../images/btnbkg.jpg) #fff bottom left repeat-x;
height: 1.6em;
line-height: 1.6em;
float: left;
width: 6em;
display: block;
border: 0.1em solid #B3B3B3;
color: #424C56;
text-decoration: none;
text-align: center;
font-weight: bold;
}

#nav-menu li a:hover
{
	background: url(background.gif) #000066 bottom left repeat-x;
	height: 1.6em;
	line-height: 1.6em;
	float: left;
	width: 6em;
	display: block;
	border: 0.1em solid #B3B3B3;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
	width:100%;
	padding-bottom: 5px;
	clear: both;
}

