﻿A:link {
	COLOR: #000080 /*The color of the link*/;
	
}
A:hover {
	COLOR: red /*The color of the mouseover or 'hover' link*/;
}
BODY {
	COLOR: #000080 /*The color of all the other text within the body of the page*/;
}
#wrapper {
	width: 900px;
	margin : 0px auto;
	padding: 0px;
	background-color: transparent;
}
#topblock {
	height: 175px;
	background-color: transparent;
	padding-top: 25px;
}
#topnavwrapper {
	float: right;
	height: 18px;
	width: 550px;
	vertical-align: bottom;
}
#inserttop {
	height: 25px;
	background-color: transparent;
}
#headercontenttop {
	height: 51px;
	background-color: white;
	padding-top: 0px;
}
#headerbottom {
	height: 105px;
	background-image: url('Images/UPNhead.png');
	
}
#mainpagewrapper {
	height:650px;
	width:900px;
	background-color:white;	
}
#mainpagewrapperpp {
	height:960px;
	width:900px;
	background-color:white;	
}
#mainpageleft {
	width: 160px;
	padding: 10px;
	height:inherit;
	float: left;
	clear: both;
	background-color: white;
}
#mainpageleftinner {
	width: 140px;
	padding: 8px;
	float: left;
	border: medium #C0C0C0 outset;
	height :auto;
}
#mainpageleftpp {
	width: 160px;
	padding: 10px;
	height:940px;
	float: left;
	clear: both;
	background-color: white;

}
#mainpagemain {
	width: 700px;
	padding: 10px;
	height: inherit;
	float: right;
	background-color: white;
}
#mainpageinner {
	float: right;
	padding-right: 60px;
	padding-left: 20px;
	height:100%
}
#mainpagemainpp {
	height:930px;
	width:700px;
	padding:8px;
	float:right;
	background-color:white;
}
#mainpageinnertcs {
	float:none;
}
#footerwrapper {
	height: 80px;
	width: 900px;
	background-color: #999999;
	float: left;
}
#copyholder {
	height:20px;
	width:900px;
	position:relative;
}

.auto-style2 {
	text-align:center;
	font-size:30px;
	font-weight:bold;
	}
	
.auto-style3 {
	text-align: center;
}
.auto-style6 {
	color: #FF0000;
}
.auto-style4 {
	color: #000000;
}
.auto-style5 {
	color: #808080;
}
.auto-style7 {
	font-size:25px;
}
.auto-style8 {
	margin-left: 300px;
	margin-top: 130px;
}

.nav ul ul {
	display: none;
}
.nav ul li:hover > ul {
	display: block;
}
.nav ul {
	padding: 0 10px;
	border-radius: 10px;
	list-style: none;
	position:relative;
	display: inline-block;
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
	background: moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
	background: webkit-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
	
}
.nav ul li {
	float: left;
}
.nav ul li a {
	padding: 5px 20px 10px 20px;
	display: block;
	color: #000080;
	text-decoration: none;
}
.nav ul li:hover {
	background: white;
	background: linear-gradient(top, #4f5964 0%, #5f5975 40%);
	background: moz-linear-gradient(top, #4f5964 0%, #5f5975 40%);
	background: webkit-linear-gradient(top, #4f5964 0%, #5f5975 40%);
}
.nav ul li:hover a {
	color: red;
}
.nav ul li:hover > ul {
	margin: 0px;
	padding: 0px;
}
.nav ul li:hover > ul li {
	float: none;
	display: block;
}
.nav ul li:hover > ul li a {
	color:#000080;
	min-width: 170px;
}
.nav ul li:hover > ul li a:hover {
	color: red;
}
.nav ul li {
	position: relative;
	background: #fff;
}
.nav ul li ul {
	position: absolute;
	top: 30px;
	left: 0px;
}
