body {
	margin: 0px auto;
	padding: 0;
	font: 11px "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	width: 800px;
	color: #333;
	text-align: center;
	background: #FFF;
	line-height: 18px;
}
a, strong a {
	color: #041288;
	text-decoration:underline;
}
a:visited {
	color: #041288;
}
a:hover {
	text-decoration:none;
}
img a {
	border:none;
}

form {
	width:460px;
	border:0px solid #ccc;
	margin: 14px 0 0 0;
	padding: 0;
}
fieldset {
	border:0;
	margin:10px 0px 10px 0px;
	position:relative;
	padding: 0;
}
label {
	display:block;
	font:normal 11px;
}
input {width:225px;
}
input.field {
	border: 1px #1A1A1A solid;
	background: #e6e6e6;
	margin-top: 4px;
	color: black;
	height: 16px;
}

input:focus.field {
	background: #FFF;
}
textarea {width:225px;
}
textarea.txt {
	border: 1px #1A1A1A solid;
	background: #e6e6e6;
	margin: 4px 0px 4px 0px;
	color: black;
}

textarea:focus.txt {
	background: #FFF;
}

#container { 
	width: 800px;
	background: #000;
	margin: 0 auto;
	text-align: left;
	background: white;
	padding: 0px;
} 

#header { 
	margin: 15px 0px 0px 0px;
	background: #FFF; 
	padding: 0 0px;
	height: 150px;
}
#logo {
	margin: 24px 0px 0px 30px;
	padding: 0px;
	width:230px;
	height:105px;
	background:url(../images/logo.gif);
	float:left;
}
#address {
	margin: 60px 30px 0px 0px;
	padding: 0 0px;
	width:420px;
	float:right;
	text-align:right;
	color: #041288;
	line-height: 14px;
	
}
#address p {
	margin: 0px;
	padding: 0px;
}
#address span {
	color: #d81910;
}

#nav {
	margin: 0 auto;
	background: url(../images/topmenu_background.gif) no-repeat top center;
	display: block;
	height: 35px;
	font-size: 12px;
	font-weight: normal;
	font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	color: #041288;
	padding: 0px 30px 0px 30px;
}
#nav ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: auto;
}
#nav ul li {
	display: block;
	float: left;
	margin: 0 50px 0 0;
	height: 35px;
}
#nav ul li a {
	display: block;
	float: left;
	color: #041288;
	text-decoration: none;
	padding: 8px 0px 0px 0px;
	height: 35px;
}
#nav ul li a:hover, #nav ul li a.current {
	background: url(../images/topmenu_over.gif) no-repeat top center;
}


#mainarea {
	background: #000;
	margin: 0px 0px 10px 30px;
	padding: 0px 0px 0px 0px;
	width: 500px;
	float: left;
	background: url(images/mainarea.gif) top center repeat-y;
} 

#mainarea h1 {
	font: 24px "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	line-height: 28px;
	padding: 0px 0px 0px 0px;
	color:#041288;
	margin: 30px 0px 15px 0px;
}

#mainarea h2 {
	font: 14px "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;	
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	color:#041288;
	margin: 10px 0px 10px 0px;
}

#mainarea h3 {
	font: 13px "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;	
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	color:#041288;
	margin: 20px 0px 0px 0px;
}
#mainarea p {
	font: 11px "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;	
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	color:#333;
	margin: 0px 0px 15px 0px;
}

#mainarea img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
   	background: white;
}

#mainarea img a {
	margin: 0px 0px 0px 0px;
	padding: 0px;
   	background: white;
}

#sidebar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 250px;
	background: #FFF;
	text-align: center;
}

#sidebar p {
	font: 11px "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;	
	line-height: 13px;
   	color: #333;
}

#sidebar span{
	font: 10px "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;	
	line-height: 13px;
	float: right;
   	color: #333;
}

#sidebar img {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:1px #041288 solid; 
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer { 
	background: #FFF; 
	padding: 14px 0px 20px 0px;
	margin: 0 auto;
	width:800px;
	float:left;
	text-align:center;
	border-top: 2px solid #041288;
	font-size:10px;
	color:#041288;
} 

#footer a { 
	text-decoration: underline;
	color:#041288;
} 
#footer a:hover { 
	text-decoration: none;
	color:#041288;
} 