/* CSS Document */
* {margin:0;padding:0}
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #DFDFDF;
	line-height: 22px;
}
.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* centre for ie5.+ */
#outer{
	position:relative;/* stacking context for further positioned elements*/
	text-align:center;
	z-index:2;
	width: 794px;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h1 {
	color: #011B56;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #001A53;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
a:link, a:active, a:visited {
	color: #001a53;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #001a53;
	text-decoration: underline;
}
a.smaller:link, a.smaller:active, a.smaller:visited {
	color: #58585a;
	text-decoration: none;
	font-size: 10px;
}
a.smaller:hover {
	color: #913E98;
	text-decoration: underline;
}
.clearer{
	height:1px;
	overflow:hidden;
	clear:both;
	margin-top: -1px;
}
#right {
	width: 458px;
	float: right;
	text-align: left;
	background-image: url(images/middletop.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-left: 15px;
}
#right img {
	clear: left;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#left {
	width: 203px;
	float: left;
	background-color: #ebebeb;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	margin-top: 10px;
	line-height: 24px;
	padding-left: 32px;
}
.form {
	float: right;
	clear: left;
	padding-right: 20px;
	width: 250px;
	padding-top: 40px;
}
#top {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 794px;
}
#bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 794px;
	margin-bottom: 30px;
}
#middle {
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	width: 727px;
	padding-right: 42px;
	padding-left: 34px;
}
#logo {
	height: 274px;
	width: 235px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	float: left;
}
#picture {
	height: 274px;
	width: 473px;
	padding-top: 20px;
	float: right;
}
.nav {
	padding-top: 15px;
	text-align: center;
	padding-left: 25px;
}
#nav, #nav ul { /* all lists */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	line-height: 30px;
	text-align: center;
}
#nav a {
	display: block;
	width: 115px;
	color: #001d55;
}
#nav li { /* all list items */
	float: left;
	font-weight: bold;
	color: #00449D;
	display: block;
	width: 115px;
	color: #001d55;
}
#nav li a {
	font-weight: bold;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 115px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a { 
	font-weight: normal;
	text-decoration:none;
}
#nav ul li ul {
	margin:0px;
	padding:0px;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color: #FFFFFF;
	width: 115px;
	font-weight: normal;
}
#footer {
	height: 25px;
}
.blue {
	color: #001A53;
}
