/* CSS Document */

body{
	background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

table.banner{
	width : 800px;
	border-top : 3px solid #043668;
	border-right : 1px solid #043668;
	border-left : 1px solid #043668;
}

table.menubar{
	width : 800px;
	border : 1px solid #043668;
	background-color : #074980;
	padding : 0px 10px 0px 10px;/* top right bottom left */
	margin : 0px 0px 0px 0px;
	color: #FFFFFF;
}

td.navigation{
	border-left : 1px solid #FFFFFF;
	border-right : 1px solid #FFFFFF;
	text-align : center;
	background-color : #003366;
	font-size : 8pt;
	padding : 4px 2px 0px 2px;/* top right bottom left */
}

table.body{
	width:800px;
	background-image : url(../img/leftgradient.jpg);
	background-repeat : no-repeat;
	background-position : left;
	background-position: 0px 0px;
	border-right: 1px solid #043668;
	border-left: 1px solid #043668;
}

td.content{
	width: 582px;
	background-color : #FFFFFF;
	padding : 22px 22px 25px 22px;
	margin : 0px 0px 0px 0px;
}

p.breadcrumbs{
	text-align : left;
	font-size : x-small;/* ie */
	color: #177BBD;
	padding-top : 20px;
	padding-bottom : 2px;
	word-spacing : 1px;
}
p.breadcrumbs a{
	color: #177BBD;
}

td.navigation a{
	color: #FFFFFF;
	text-decoration: none;
}

H1, H2, H3, H4{
	ext-align : left;t
	word-spacing : 3px;
	padding-left : 20px;
	padding-right : 20px;
}
H1{
	color: #003366;
	font-size : small; /* ie */
	padding-top : 10px;
}
H2{
	color: #003366;
	font-size : 8pt; /* ie */
}
H3{
	color: #04649A;
	font-size : 8pt; /* ie */
}
H4{
	font-size : 8pt; /* ie */
}

p{
	font-size : 8pt; /* ie */
	word-spacing : 1px;
	padding-left : 20px;
	padding-right : 35px;
}

ul.content{
	list-style-type: square;
}

ol{
	margin-left : 10px;
}
li.content{
	font-size : 8pt; /* ie */
	word-spacing : 1px;
	margin-left : 60px;
}

p.footer, p.footer a{
	color: #003366;
	text-decoration: none;
	font-size : x-small;
	word-spacing : 2px;
	padding-left : 0px;
	padding-right : 0px;
}

span.highlight{
	color: #0099FF;
	font-style:italic;
	font-weight:bold;
}

div.toparrow, div.toparrow a{
	color : #003366;
	text-decoration: none;
	font-size : x-small;
	text-align : right;
	padding-top: 5px;
	padding-bottom : 1px;
	padding-left : 0px;
	margin-left : 0px;
}

a{
	color: #006699;
}
/*-------------------------*/

ul {
	padding : 0;
	margin : 0;
	list-style : none;
}
li {
	float : center;
	position : relative;
	background : #transparent;
}
ul li.dropbox {
	text-align : left;
	float : center;
	left : -2; /*firefox*/
	width : 110px;
	padding : 2px;
	background : #517FA6;
}
li.dropbox {
	border-bottom : 1px #006699 dotted;
}
li ul {
	display : none;
	position : absolute; 
	margin-top : 4px;
	left : 0;
	border : 0px #FFFFFF none;
	background : #517FA6;
	float : left;
}
li > ul {
	top : auto;
	left : auto;
}
li:hover ul, li.over ul{
	display : block;
}
.menuli {
	color : #FFFFFF;
	padding-top : 0px;
	padding-bottom : 4px;
	padding-left : 0px;
	padding-right : 0px;
}
script, noscript{
	margin : 0px 0px 0px 0px;
}