@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {background: #EEEEEE url('../img/bgbody.png') repeat; color: #000000; margin: 10px 0 0 0; padding: 0; font: 9pt Arial, Helvetica, Sans-Serif;}

A:link, A:visited     {	background-color: inherit; color: #0000FF; text-decoration: none}
A:hover    {background-color: inherit; color: #0077FF;}
A:active   {background-color: inherit; color: #333333;}

#wrapper {
	width:668px;
	height:100%;
	margin: 0 auto;
	border: 1px solid #EEEEEE;
	background: #fff;
}

#header {
	height: 140px;
	background: url(../img/header.jpg) no-repeat top center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#header h1 {
	background-color: inherit;
	font-family: "Arial", Helvetica, Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
	color: #024B79;
	float: left;
	margin: 2px;
	padding: 16px;
}
#header #description {
	text-align: center;
	font-size: 80%;
}
#header h2 {
	text-align: right;
}
#header h2 a {
	color: #fff;
}
#side {
	float:left;
	margin:0;
	width: 160px;
}
ul.menu {
	list-style: none;
	float: left;
	width: 160px;
	padding: 0 5px 0 0px;
	margin: 0;
}
ul.menu li {
}
ul.menu li a {
	display: block;
	background: #156D9A url(../img/bg_m3.gif) repeat-y center right;
	color: #FFFFFF;
	padding: 5px 0 5px 20px;
	margin: 0 0 1px 0;
	text-decoration: none;
}
ul.menu li a:hover {
	color: #FFFFFF;
	background: #156D9A url(../img/aro_t.png) no-repeat center left;
}
ul.links {
	list-style: none;
	float: left;
	width: 160px;
	padding: 0 5px 0 0px;
	margin: 30px 0;
}
ul.links li {
	font-size: 11px;
	color: #666666;
}
ul.links li a {
	display: block;
	background: #156D9A url(../img/bg_m3.gif) repeat-y center right;
	color: #FFFFFF;
	padding: 5px 0 5px 20px;
	margin: 0 0 1px 0;
	text-decoration: none;
	font-size: 12px;
}
ul.links li a:hover {
	color: #FFFFFF;
	background: #156D9A url(../img/aro_t.png) no-repeat center left;
}

#main-content {
	background: #FFFFFF;
	margin-left:165px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	padding: 5px;
}
.content p{
	margin: 7px 0;
}
.title {background-color: #FFFFFF; margin: 0px 0 15px 0; padding: 0; font-size: 2em; letter-spacing: -0.5px; color: #06548C;}
.title a{color: #06548C;}

#footer {background: url(../img/s6g.png) repeat-x top center; border-top: 1px solid #06548C; line-height:150%; margin:0; padding:0.5em; color:black; font-size: 7pt;}
#footer p {
	padding: 1em;
	text-align: center;
}

