/* CSS Document */

body {
	background: #ccc;	
	margin: 0;
	padding: 0;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #05285f;
}

h1 {font-size:14px; border-bottom: 1px solid #c0c0c0; padding-bottom: 10px; }
h2 {font-size:13px; font-weight: bold; border-bottom: 1px solid #dddddd; padding-bottom: 10px; padding-top: 10px;}
h3 {font-size:13px; padding-top: 10px;}
h4 {font-size:12px; font-weight: bold; padding-top: 10px;}
p {font-size:11px; line-height: 15px; color: #000;}
#content li, #content-home li {font-size:11px; line-height: 15px; padding-bottom:10px; }

table {width: 100%;}
th {font-size:11px; font-weight: bold; line-height: 15px; color: #000; padding-right:20px; text-align: left;}
td {font-size:11px; line-height: 15px; color: #000; padding-right:20px;  padding-bottom: 5px; padding-top: 5px; text-align: left; border-bottom: 1px dotted #c0c0c0; vertical-align: top;}


#content p, #content-home p  { text-align: justify;}

#wrapper {

	background: url(../images/background.gif) top center repeat-y #ccc;
	width: 899px;
	margin: 0 auto;
	padding:0;
}
	

#container {
	width:885px;
	border-left: #FFFFFF 2px solid;
	border-right: #FFFFFF 2px solid;
	margin: 0;
	padding: 0;
	height:100%;
	background: #fff;
}

#header {
	height:74px;
	margin:0;
	padding:0;
	background: url(../images/header-bg.gif) top repeat-x #05285f;
	text-align: right;
}

#header img {
margin-top: 7px;
margin-right: 15px;

}

#menu {
	height:27px;
	margin:0;
	padding:0;
	background: url(../images/menu-bg.gif) top repeat-x #fff;
	font-size: 13px;
	line-height: 27px;
	font-weight: bold;
}

#menu ul {
	margin:0 0 0 0;
	padding:0;
}

#content {
	width: 650px;
	min-height:500px;
	margin:0;
	padding:20px;
	float: right;
}

#content-home {
	width: 850px;
	min-height:500px;
	margin:0;
	padding:20px 10px 20px 10px;
	float: left;
}

#submenu {
	width: 168px;
	clear: none;
	float: left;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding:0;
}

#submenu ul {
	list-style: none;
	list-style-position: inside;
	margin: 30px 0 10px 10px;
	*margin: 20px 0 10px -10px;
	padding:0;
}


#submenu ul li {
	color: #fff;
	margin-bottom: 2px;
}

#submenu ul li span {
	color: #05285f;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 5px 0px 5px 5px;
	background-color: #ccc;
	font-weight: bold;
}

#submenu ul li a, #submenu ul li a:visited {
	color: #05285f;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 5px 0px 5px 5px;
	background-color: #ccc;
}

#submenu ul li a:hover, #submenu ul li a:active {
	color: #ccc;
	background-color: #05285f;
}

#footer {
	height:47px;
	border-bottom: #FFFFFF 3px solid;
	margin: 0 auto;
	background: url(../images/footer-bg.gif) top repeat-x #05285f;
	text-align: center;
	font-size: 12px;
}

#footer p {
	margin: 0;
	padding: 0 0 0 0;
	line-height: 28px;
}
#promo li {
width:30%;
float:left;
margin:6px 8px 0 0;
padding:6px 0 6px 0;
min-height: 20px;
line-height:20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
text-align:center;
background-color:#05285f;
}

#promo li a {
width:100%;
color:#ffffff;
}

.bordered {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

.topped {
	border-top:1px solid #000000 !important;
}

.smallprint {
	font-size: 65%;
}