﻿* { margin: 0; padding: 0; }


body{
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #003366; 
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

container {
	text-align:left;
	font-size:medium;	
}

a:link {
	text-decoration: underline;
	color: #005887;
}

a:visited {
	text-decoration: underline;
	color: #9C4E96;
}

a:hover {
	text-decoration: underline;
	color: #9C4E96;
}

a:active {
	text-decoration: none;
	color: #9C4E96;
}

h1, h2, h3 {
	font-family: Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}

h1 {
	font-size: 200%;	
}

h2 {
	font-size: 110%;
	text-transform: uppercase;
}

h3 {
	font-size: 110%;
	color: #888888; 
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}

ul, ol{
	margin: 0 0 0 10;
	padding: 0 0 0 20px;
}

ul span, ol span {
	color: #666666;
}

img {
	border: none;
}

#header {
	background:#014b7c center;
	height: 80px;
}

#menu {
	vertical-align:top;
	background: #014b7c;
	width: 20%;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 11pt;
	font-family: Verdana, Arial, Tahoma, Sans-serif;
	line-height: 30px;
	height: 100%;
}

#menu .list{
	text-align: center;	
	width: 169px;
	float: right;
	background: #5ca6d7 bottom url("/staff/images/menu_rounded.jpg") no-repeat;
	height: 350px;
}

#menu .list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu .list ul li a {
	color: #FFF;	
	text-decoration:none;
	width: 100%;
	display: block;
}

#menu .list ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu .list ul li#current a {	
	background-color: #FFF;
	color: #333;
}

#menu form {
	text-align: center;
	margin-left: 20px;
}

#menu form input{
	border:hidden;
	margin-top: 10px;
	margin-left: 5px;
}

#main {
	height: 100%;
	text-align: left;
	padding-top: 40px;
	width: 80%;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #003366; 
	vertical-align: top;
}

#main li {
	padding: 0 0 0 20px;
}

#footer {
	color: #666666;
	clear: both;
	text-align: center;	
	font-size: 70%;
}

#sidebar {
	text-align: left;
	background-color: #ffffff;
	width: 20%;
	vertical-align:top;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #003366; 

}

#sidebar h1 {
	font-size: 150%;	
}

#sidebar h2 {
	font-size: 100%;	
}
