﻿body {
	background-image:url('images/vmce-bg.jpg');
	background-repeat:repeat-x;
	background-color:#06143A;
	margin:0px;
	font-family: Verdana;
	font-size: 70%;
	color:white;
}
p {
	margin-top: 5px;
	margin-left: 22px;
	margin-right: 20px;
}
h1 {
	margin-top: 5px;
	margin-left: 22px;
	margin-right: 20px;
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
hr {
	margin-top:0px;
	width:543px;
	height:1px;
	color:#99CCFF;
}
a {
	color:#91CCFF;
}
a:hover {
	color:aqua;
}
#header {
	background-color: #000000;
	height: 167px;
	background-image: url('images/header-bg.jpg');
	background-repeat: no-repeat;
}
#time {
	position:relative;left:650px;top:142px;
	width:160px;
}
#mainFlash {
	background-color: #000000;
	height: 154px;
	background-image: url('images/flash-bg.jpg');
	background-repeat: no-repeat;
}
#scrollerFrame {
	background-color: #000000;
	height: 65px;
	background-image: url('images/scroller-bg.jpg');
	background-repeat: no-repeat;	
}
#actualScroller {
	position:relative;left:585px;top:12px;
	width:160px;
}
#left_col {
	font-family: Verdana;
	width:223px;
	background-image:url('images/leftNav-bg.jpg');
	margin-top:0px;
}
#left_text {
	font-family: Verdana;
	font-size: 90%;
	margin-top: 0px;
	margin-left: 6px;
	margin-right: 12px;
}
#left_col ul {
	list-style-type: none;
	width: 94%;
	display: block;
	margin-top: 0px;
	margin-left:12px;
	padding: 0px;
}
#left_col li {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #000000;
	background-color: #000000;
}
#left_col a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px solid #ffffff;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #000000;
	height:14px;
}
#left_col a:hover {
	color: #99CCFF;
	text-decoration: none;
	border: 1px solid #ffffff;
	margin-right: 0px;
	background-color: #000000;
	background-image:url('images/hover.jpg');
	background-repeat:no-repeat;
}
#main {
	font-family: Verdana;
	width: 582px;
	height:265px;
	background-image:url('images/main-bg.jpg');
}
#mainPages {
	width: 582px;
	background-image:url('images/main-bg.jpg');
}
#footer {
	background-color: #000000;
	height: 143px;
	background-image: url('images/footer-bg.jpg');
	background-repeat: no-repeat;	
}