@charset "UTF-8";
*{
	margin:0px;
	padding:0px;
}
body{
	background-color:#00548e;
	width:100%;
}
fieldset, img{
	border:none;
}
ul{
	list-style-type:none;
}
.bluelist{
	list-style-image:url('images/bullet-blue.jpg');
}
.f11{
	font-size:11pt;
}
.highlight{
	background-color:#ffffbc;
}
.orangelist{
	list-style-image:url('images/bullet-orange.jpg');
}
.tahoma{
	font-family:Tahoma, Geneva, sans-serif;
}
.underline{
	text-decoration:underline;
}
.verdana{
	font-family:Verdana, Geneva, sans-serif;
}
#container{
	background:transparent url('images/background.jpg') repeat-x top;
	position:relative;
	width:100%;
}
#content{
	margin:0px auto;
	width:710px;
}
#footer{
	background-image:url('images/footer.jpg');
	height:199px;
	width:1159px;
}
#header{
	background-image:url('images/header.jpg');
	height:350px;
	width:1159px;
}
#main{
	margin:0px auto;
	position:relative;
	width:1159px;
}
#sides{
	background:url('images/body_center.jpg') repeat-y;
	width:1159px;
}