@charset "utf-8";
/* CSS Document */

#wrapper {
	float: left;
	width: 980px;
	position: absolute;
	left: 50%;
	margin-left: -490px;
	background-color: #FFF;
}
body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
}

#masthead {
	padding: 5px;
	float: left;
	height: 100px;
	width: 970px;
}
#image {
	float: left;
	height: 200px;
	width: 980px;
}
#main {
	float: left;
	width: 980px;
	margin-top: 20px;
	background-image: url(images/cvm_back2.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
#linksbar {
	float: left;
	height: 20px;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFF;
	background-color: #069;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.indlink {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	height: 15px;
	padding-top: 3px;
	font-weight: bold;
}

#footer {
	padding: 5px;
	float: left;
	height: 50px;
	width: 970px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #069;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #003265;
	text-align: left;
}
#rightcolumn {
	float: right;
	width: 205px;
	padding: 5px;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	background-color: #036;
	text-align: center;
}
.bluelink {
	color: #06C;
	text-decoration: none;
}

#leftcompanyname {
	font-size: 18pt;
	font-weight: bold;
	color: #036;
	float: left;
	width: 201px;
	font-family: Tahoma, Geneva, sans-serif;
}
#companyadd {
	font-size: 70%;
	font-weight: normal;
	color: #036;
	float: right;
	width: 200px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
}
#leftcol200 {
	float: left;
	width: 183px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 10px;
	background-color: #09F;
	color: #FFF;
}
#centrecontent {
	float: left;
	width: 500px;
	margin-left: 30px;
	font-size: 80%;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
#centrecontentwide {
	float: left;
	width: 710px;
	margin-left: 30px;
	font-size: 80%;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #036;
}
.whitelink {
	color: #FFF;
	text-decoration: none;
}
.lightbheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #09C;
}

