﻿@charset "utf-8";
body {
background-color: #1E4796;
margin: 0px;
padding: 0px;
}
/* All the content boxes belong to the content class. */
.Maincontent{
	width:828px;
	margin:0 auto;
	border:solid 1px #1E4796;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border-bottom:0px;
    background-color:White;
    }
.Maincontent #header {
	padding-left:0px;
	padding-right:0px;
	color:White;
	height:305px;
}
.Maincontent #headerTop
{
	background-image:url(../ImagesPage/HeaderTop.jpg);
	float:left;
	height:130px;
	width:828px;
	background-repeat:no-repeat;
}

.Maincontent #headerLeft
{
	background-image:url(../ImagesPage/VOSCLeft-banner4.gif);
	float:left;
	height:175px;
	width:528px;
	background-repeat:no-repeat;
}
.Maincontent #headerRight
{
	background-image:url(../ImagesPage/VOSCRight-banner4.gif);
	float:right;
	height:175px;
	width:300px;
	background-repeat:no-repeat;
}

.Maincontent #navright {
width: 188px;
border: 2px solid #eee;
border-bottom:0px;
background-color: White;
padding: 5px;
padding-right:6px!important;
padding-right:8px;
float:right;
}
.Maincontent #footer {
border:solid 0px #CCCCCC;
bottom: 0px;
background:url(../ImagesPage/Footer.gif);
width:828px;
height:81px;
background-repeat:no-repeat;
}
.Maincontent #content {
width: 615px!important;
width: 610px;
border: 0px solid #eee;
background-color: white;
padding-top:10px;
padding-left:10px;
float:left;
}
.review
{
font-size:12px;
color:#383838; /* Grey */
}

.review a:link,.review a:visited
{
font-size:13px;
color:#a97742; /* Dark Brown */
text-decoration:underline;
}

.review a:hover
{
font-size:13px;
color:#ee6600; 
text-decoration:underline;
}

