* {
    padding: 0;
    font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif";
}

a:hover {
	color: #399b9c;
}
.related {
	font-size:11px;
	color:#666666;
}
.related:hover {
	color:#000000;
}
body {
	text-align:center;
	background:url(../images/bgGrad.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#c0ffff;
}
#content {
	width:824px;
	font-size:13px;
	color:#333333;
	text-align:left;	
	border-left:3px solid #399b9c;
	border-right:3px solid #399b9c;
	margin:0px auto;
	background-color:#ffffff;
	padding:10px;
 
}

#menu {
	background-color:#399b9c;
	height:25px;
	width:850px;
	margin:0px auto;
}

.menu {
	font-size: 16px;
	color: #ffffff;
	height:15px;
	vertical-align:middle;
	margin-left:10px;
	margin-top:1px;
}
.menu a {
	font-size: 16px;
	color: #ffffff;
	text-decoration:none;
}
.menu a:hover {
	color: #cccccc;
	text-decoration:none;
}
.menuitem{
	border-left:1px solid #cccccc; 
	border-right:1px solid #cccccc; 
	border-top:1px solid #cccccc; 
	border-bottom:0px solid #cccccc; 
	position:absolute;
	visibility: hidden;
	line-height: 20px;
	z-index: 100;
	background-color: #399b9c;
	width: 155px;  
	font-size:11px; 
	text-decoration:none;
	margin-top:1px;
	text-align:left
}

.menuitem a{
	width: 100%;
	font-size:12px; 
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #cccccc;
	padding: 1px 0px;
	text-decoration: none;
	text-indent: 5px;
	color:#FFFFFF;
}

.menuitem a:hover{ /*hover background color*/
	background-color: #333333;
	color: #CCCCCC;
	text-decoration:none;
}

#bottom {
	background:url(../images/bot.png);
	background-position:top;
	background-repeat:no-repeat;
	height:30px;
	width:850px;
	margin:0 auto;
}

#header {
	width:850px;
	height: 150px;
	margin:0 auto;
	background-image:url(../images/UPtop.png);
	background-position:top;
	background-repeat:no-repeat;
	text-align:left;
	padding-top:1px;
}

table {font-size:13px;}

table.VPtable {
font-size:14px;
border-width: 0px;
border-spacing: ;
border-style: solid;
border-color: #339999;
border-collapse: collapse;
background-color: white;
}
table.VPtable th {
border-width: 3px;
padding: 5px;
border-style: solid;
border-color: #339999;
background-color: white;
}
table.VPtable td {
text-align:left;
border-width: 3px;
padding: 5px;
border-style: solid;
border-color: #339999;
background-color: white;
}
