@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 728px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	font-family: verdana;
	font-size: 10px;
	color: #68757b;
	background-color: #111A1F;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#header{
	background-image:url(/images/easyvz.jpg);
	height: 160px;
}
#newsbox{
	width:254px;
	clear: both;
	float: right;
	height: 900px;
	margin-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #68757b;
	border-right-color: #68757b;
	border-bottom-color: #68757b;
	border-left-color: #68757b;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 7px;
}

a:link {
	color: #7B8F98;
}
a:visited {
	color: #7B8F98;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #CCCCCC;
}


.style5 {font-family: verdana; font-size: 12px; color: #68757b; }
.style8 {	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #68757b;
	font-weight: bold;
}
