body {
	margin: 0px;
	color: #02337D;
	font-family: verdana;
	font-size: 12px;
	background-color: #2362a9;
}
td {
	font-size: 12px
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
input, textarea {
	border: 1px solid #8b9fd2;
}
#mainbg {
	background-color: #8b9fd2;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px -150px;
}
#VFlogo {
	background-image: url(VFlogo.jpg);
	background-repeat: no-repeat;
	background-position: 0% 385px;
	width: 100%;
	height: 618px;
	margin-bottom: -10px;
}
#contactdetails {
	padding-bottom: 10px;
	padding-right: 20px;
}
#logotext {
	position: absolute;
	right: 10px;
	top: 2px;
	z-index: 100;
}
#bgtd {
	font-family: verdana;
	font-size: 10px;
	color: white;
}
#contenttd {
	font-family: verdana;
	font-size: 10px;
	color: #02337D;
}
#nav {
	background-image: url(navspacer.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 32px;
	width: 100%;
}

#content {
	background-image: url(contentbg.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 82px;
	width: 100%;
	height: 299px;	
}
#productsnav {

	height: 294px;
	background-image: url(contentfadebg.jpg);
	background-repeat: no-repeat;
}
#contentgradebg {
	background-image: url(contentfadebg.jpg);
	background-repeat: no-repeat;
}
#contentgrade {
	position: absolute;
	top: -2px;
	height: 286px;
	height: expression("295px");
	padding: 4px;
	overflow: auto;
	width: 560px}
#contactcontentgrade {
	background-image: url(contentfadebg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	height: 294px;
	width: 650px;
	padding-left: 4px;
}
#productscontentgrade {
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	height: 294px;
	padding-left: 4px;
	overflow: auto;
	width: 720px;
}
#contentgrade.a {
	color: red;
}
#mainimage {
	position: absolute;
	top: -47px;
	right: 0px;
}
#productspage {
	width: 390px;
}
.quicklinks {
	 position: relative; 
	 top: 386px; 
	 left: 35px
}
a {
	 color: yellow;
}
a:hover {
	 color: white;
}
.currentPage {
	color: white;
}
.contenta {
	color: red;
}
.productImage {
	border: 2px solid #02337f;
	padding: 3px;
	float: right
}