/* CSS Document */
body {
	margin:0px;
	text-align:center;
	background:url(images/background.jpg) #080f34 scroll center top no-repeat;

}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
}

#sitewrapper {
margin:0 auto;
overflow:hidden;
padding:0;
text-align:left;
vertical-align:middle;
width:993px;
}

#menus {
width:700px;
text-align:left;
height:37px;
background:scroll url(images/menubg.jpg) no-repeat bottom right;
}
#menus td {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
list-style-type:none;
margin-left:1px;
}
.selected2 {
background:#FFFFFF url(images/main_nav_active.gif) repeat-x scroll left top;
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
color:#df660d;
}
#menus a {
color:#FFFFFF;
padding:12px 10px;
text-decoration:none;
}
#menus a:hover {
color:#90c4e7;
}
#menus a span{
color:#df660d;
}
.whitish {
background-color:#FFFFFF;
padding:9px;
}
#banner {
margin:0px;
padding:0px;
}
.headingbg {
background: url(images/heading-background.jpg) scroll left top repeat-x;
}
#points {
margin:12px 0 0 20px;
padding:0px;
}
#points li{
list-style-image:url(images/green-arrow.gif);
list-style-position:outside;
padding-bottom:2px;
}
.head {
font-weight:bold;
color:#90074f;
}
#footerbg {
background: url(images/footer-background.gif) scroll left top repeat-x;
line-height:20px;
}
.readmore {
color:#336699;
text-decoration:underline;
}
.readmore:hover {
color:#295c9e;
text-decoration:none;
}

#footerbg a {
color:#336699;
text-decoration:none;
}
#footerbg a:hover {
color:#295c9e;
text-decoration:underline;
}
.grey {
color:#c1c1c1;
}