/* CSS Document */

body {font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: .9em;}
	
a {text-decoration: none;
	color: #330099;}
a:hover {text-decoration: underline;}
	
h1 {font-size: 18px;}

#wrapper {width: 980px;
	margin: 0 auto;}
	
#main-table {}

#left {width: 195px;
	background: #060585;
	padding: 15px 5px 5px 5px;
	color: #ffffff;
	font-size: .9em;}
#left a {display: block;
	color: #ffffff;
	background: #b11a3d;
	border-top: #ffffff solid 1px;
	border-bottom: #ffffff solid 1px;
	margin-bottom: 10px;
	text-decoration: none;
	text-align: center;
	padding: 1px;
	font-size: 14px;
	font-weight: bold;}
	
#right {background-repeat: no-repeat;
	padding: 5px;
	border-left: #ffffff solid 3px;
	border-top: #ffffff solid 3px;}
#right p {line-height: 1.6em;}

#dv-rotate {z-index: 10;
	position: relative;
	top: -210px;
	margin-bottom: -210px;}
	
#help-links a {display: inline;
	padding: 2px 5px;
	border-right: 1px solid #CCCCCC;}
	
#page-desc {padding: 130px 5px 40px 5px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	z-index: 50;
	position: relative;
	bottom: 1px;}
	
#main-nav {background: #555497;
	width: 100%;
	padding: 5px 4px 8px 0px;
	border-top: #ffffff solid 1px;
	border-bottom: #ffffff solid 1px;}
#main-nav a {display: inline;
	padding: 5px 23px 8px 20px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background: #555497;
	margin: 0;
	border-left: #ffffff solid 1px;}
#main-nav a:hover {color: #FFFF99;
	text-decoration: underline;}