@charset "utf-8";
html, body {
	background-color: #030f14;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: auto;
}
#logo {
	float: left;
	background-image: url(../images/vmlogo.jpg);
	background-repeat: no-repeat;
	height: 167px;
	width: 208px;
}
#menubar {
	float: right;
	margin-top: 95px;
}
#tagline {
	clear: both;
	text-align: right;
	margin: auto;
	width: 900px;
}

#menu {
	display: inline;
	list-style-image: none;
	margin: auto;
}
#menu li {
	list-style-type: none;
	display: inline;
	list-style-image: none;
}


#container {
	clear: both;
	width: 934px;
	margin: auto;
}
#frame {
	clear: both;
	height: 278px;
	width: 903px;
	background-image: url(../images/frame.png);
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}
#placeholder {
	padding-top: 14px;
	padding-left: 12px;
}
#menu img {
	text-decoration: none;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 16px;
}



#menu    a  {
	text-decoration: none;
	display: inline;
}
#menu    a:visited  {
	text-decoration: none;
}


#content {
	width: 900px;
	margin: auto;
	padding-top: 13px;
	clear: both;
	color: #A4BAC2;
}

#content a {
	font-size: 14px;
	color: #0099FF;
	text-decoration: none;
}

#contenta {
	width: 270px;
	float: left;
	margin-left: 10px;
	color: #A4BAC2;
}
#contenta  p {
	text-align: justify;
	line-height: 22px;
	color: #a4bac2;
	margin-top: 12px;
	font-size: 14px;
}
#contentb {
	width: 590px;
	float: right;
	margin-right: 10px;
}
#contentb  p {
	text-align: justify;
	line-height: 22px;
	color: #a4bac2;
	margin-top: 7px;
}

#contentc {
	width: 250px;
	float: right;
	margin-right: 15px;
}
#contentc p {
	text-align: justify;
	line-height: 22px;
	color: #a4bac2;
	margin-top: 7px;
}
#footer {
	clear: both;
	height: 60px;
	bottom: 0px;
	width: 870px;
	margin: auto;
	padding-top: 15px;
	color: #A4BAC2;
	font-size: 10px;
	text-align: right;
}
#spacer {
	clear: both;
	height: 50px;
}

#footer2 {
	height: 100px;
	background-repeat: repeat-x;
	margin-top: -2px;
	clear: both;
	background-image: url(../images/footerbg.png);
}
.row1 {
	background-color: #003D51;
}
.row2 {
	background-color: #00356A;
}
.rowhead {
	background-color: #003366;
}

