body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	color: #4a6e29;
	margin: 0px;
}
h2 {
	font-size: 12px;
	color: #BAE60B;
	margin: 0px;
}
A:link {text-decoration: none; color: black}
A:visited {text-decoration: none; color: black}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: black
}
#menu {
	background: no-repeat;
	width: 80px;
	height: 28px;
	padding: 0px;
	top: 145px;
	position: absolute;
	right:50%;
	margin-right: 300px;
}
* html #menu {
	background: no-repeat;
	width: 80px;
	height: 30px;
	padding: 0px;
	top: 161px;
	position: absolute;
	right:50%;
	margin-right: -110px;
}
/* Navigation Style */
#nav ul {
	list-style: none;
	margin-left: -50px;
	text-align: center;
	width: 500px;
} 
* html #nav ul {
	list-style: none;
	margin-left: 0px;
	text-align: center;
	width: 500px;
} 
#nav li {
	float: left;
	margin: 0px;
	text-align: center;
	border-right: 1px solid #FFFFFF;
} 
#nav li a {
	height: 25px;
	line-height: 2em;
	width: 80px;
	display:block;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
} 
#nav li a:hover {
	height: 25px;
	line-height: 2em;
	float: left;
	width: 80px;
	display: block;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 11px;
} 
/* End of Navigation Style */

/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a {
	float: none
}
/* End IE5-Mac hack */ 
.content {
	padding: 20px;
	font-size: 11px;
	line-height: 20px;
}
.adds {
	font-weight: bold;
	color: #005599;
}
.adds  a{
	font-weight: bold;
	color: #275F99;
	text-decoration: none;
}
#navcontainer {
	display: inline;
	font-size:11px;
	font-weight: normal;
}
#navcontainer li{
	height: 22px;
}
#navcontainer { 
	width: 145px; 
}
#navcontainer ul {
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 11px;
}
#navcontainer a{
	display: block;
	padding: 3px 3px 3px 12px;
	width: 145px;
	line-height: 15px;
	background-color: #5D88BD;
	border-bottom: 1px solid #eee;
}
#navcontainer a:link, #navlist a:visited {
	color: #fff ;
	text-decoration: none;
}
#navcontainer a:hover {
	background-color: #31B1B6;
	color: #000;
}
#navcontainer1 {
	display: inline;
	font-size:11px;
	font-weight: normal;
}
#navcontainer1 li{
	height: 22px;
}
#navcontainer1 { 
	width: 145px; 
}
#navcontainer1 ul {
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 11px;
}
#navcontainer1 a{
	display: block;
	padding: 3px 3px 3px 12px;
	width: 145px;
	line-height: 15px;
	background-color: #5D88BD;
	border-bottom: 1px solid #eee;
}
#navcontainer1 a:link, #navlist a:visited {
	color: #fff ;
	text-decoration: none;
}
#navcontainer1 a:hover {
	background-color: #31B1B6;
	color: #000;
}
.mc {
	width:160px; 
	background-color:#1090C0;
}
.manc {
	background-image:url(images/cm_bg.gif); 
	height: 27px; 
	border-bottom: 1px solid #FFFFFF;
}
.hm {
	margin-left: 15px; 
	line-height: 27px;
}
* html .hm {
	margin-left: 15px; 
	line-height: 27px;
}
.mainmenu {
	background-image:url(images/menu_bg.gif); 
	height:25px; 
	border-bottom: 1px solid #FFFFFF;
}
.gtext {
	font-size: 10px; 
	color: #FFFFFF; 
	text-align: right; 
	margin-right: 20px; 
	margin-top: -2px;
}
.footer {
	height: 28px; 
	background-color: #014e94;
}
.footera {
	text-align:right; 
	color: #fff; 
	font-size: 11px; 
	font-weight: bold;
	margin-right: 10px;
}