@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font:70% verdana,tahoma,sans-serif; 
	color:#555555;
}

#container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	border: none;
	text-align: left;
}
#header { 
	background: #FFFFFF url(images/header.png);
	width: 960px;
	height: 155px;
	padding: 0;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#mainContent {
	padding: 30px;
}
#footer { 
	padding: 0 10px;
} 
#footer p {
	font-size: 9px;
	margin: 0;
	padding: 10px 0;
	float: left;
	color: #18538b;
}

ul#navigation {
	margin-top: 0px;
	margin-right: 30px;
	padding-top: 90px;
	float: right;
}

ul#navigation li {
	display: inline;
	padding-right: 8px;
}

/* Styles from Old Version */

h1 {color:#555; font-size:3.0em; letter-spacing:-3px; margin:0; text-align:right;}

h2 {font-size:1.6em; font-weight:normal; letter-spacing:-1px; margin:5px 0 10px;}

a {background-color:inherit; color:#286ea0; font-weight:bold; text-decoration:none;}

a:hover {text-decoration:underline;}

p {margin:0 0 16px 0;}

ul, ol {margin:0 0 16px 15px; padding-left:5px;}

ul ul, ol ol {margin:3px 0 0 15px;}


/* Menu */

.menu {border:1px solid #ffffff; color:#286ea0; display:block; font-size:1.2em; font-weight:bold; padding:6px 6px 6px 5px; width:110px; border-right: 1px solid #18538b;}

.menuLast {border:1px solid #ffffff; color:#286ea0; display:block; font-size:1.2em; font-weight:bold; padding:4px 2px 4px 10px; width:110px; border-right: 1px solid #FFF;}

.menu:hover, .menuLast:hover {background-color:#f8f8f8; border:1px solid #cccccc; color:#333333; text-decoration:none;}


/* Various classes */

.credits {color:#777; font-size:0.9em; margin-bottom:0;}

.credits a {color:#777;}