@media screen 
{

table 
{ 
font-family: Trebuchet MS, Verdana, Arial, sans-serif;  
color: #333333;
font-size: 9pt;  
}

body 
{ 
font-family: Trebuchet MS, Verdana, Arial, sans-serif;  
color: #333333;
font-size: 9pt;  
background-color: white;
background-image: url(images/vvcbackground.jpg);
background-repeat: no-repeat;
}
#maindiv
{background-color: white; position: absolute; width: 550px; z-index: 1; left: 205px; top: 240px;
}
#logos
{
position: absolute; z-index: 3; top: 345px; left: 55px; 
}

#linksdiv
{
position: absolute; width:220px; z-index: 2; top: -60px; left: 570px; 
}
#linksdiv p 
{
  margin: 10px;
  padding: 5px;
  background-color: #003366;
  border: 2px solid white;
  color: #B2FF4C;
  font-weight: bold;
 }
#linksdiv A:hover
{
COLOR: #B2FF4C;
}

#linksdiv a
{
color: white;
}

#mainlinksdiv
{
position: absolute; width:150px; z-index: 3; top: 190px; left: 40px; 
}
#mainlinksdiv p 
{
  margin: 10px;
  padding: 5px;
  background-color: #003366;
  border: 2px solid white;
  color: #B2FF4C;
  font-weight: bold;
 }
#mainlinksdiv A:hover
{
COLOR: #B2FF4C;
}

#mainlinksdiv a
{
color: white;
}





#topmenu
{
position: absolute; z-index: 2; top: 15px; left: 670px; 
}



#latestposdiv
{
position: absolute; width:300px; z-index: 3; top: 80px; left: 600px; 
}
#latestposdiv p 
{
  margin: 10px;
  padding: 5px;
  background-color: #B2FF4C;
  border: 2px solid #003366;
  color: #003366;
  font-weight: bold;

}
.warning
{ 
font-size: 12pt; 
font-weight: bold;
COLOR: #FF0000;
}

A
{
font-weight: bold;
color: #003366;
}
A:hover
{
COLOR: #669900;
}

select
{ 
font-family: Trebuchet MS, Verdana, Arial, sans-serif; 
font-size: 9pt; 
color: #333333;

}
input
{ 
font-family: Trebuchet MS, Verdana, Arial, sans-serif; 
font-size: 8pt; 
}
.submitbutton
{ 
font-family: Trebuchet MS, Verdana, Arial, sans-serif; 
font-size: 8pt; 
color: #333333;
}
ul
{
list-style-type:square; list-style-image:url('images/bullet.jpg'); 
}
.arrow
{
list-style-type:square; list-style-image:url('images/tri.gif');
}
.blue
{
COLOR: #003366;
font-weight: bold;

}
.bigfont
{ 
font-size: 12pt; 
font-weight: bold;
COLOR: #003366;
}

}
@media print {
   BODY {font-size: 10pt; background: white;}
#maindiv
{position: absolute; width: 100%; height: 100%; left: 10px; top: 20px;
}
#mainlinksdiv {
	display: none;
visibility: hidden;
	}
#menu {
	display: none;
visibility: hidden;
	}
#logos {
	display: none;
visibility: hidden;
	}
	
.hide {
	display: none;
	visibility: hidden;
	}
	

#linksdiv {
	display: none;
visibility: hidden;
	}
	
	
}
