@charset "UTF-8";
/* CSS Document */

/* ------------------------------
HTML Redefine Tags
------------------------------ */

* { margin: 0;padding: 0;}

html {
	background: #73ADD7 url(images/bg.jpg) repeat-x;
}

body {font: 100% Helvetica, verdana, Arial, sans-serif;margin: 0px;background: url(images/bg_top.jpg) no-repeat center top;}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{
	font-size:1.2em;
	color: #09283D;
	border-bottom: none;
	margin-bottom: .5em;
}

h2{font-size:14px; color:#999999;}

h3{
	font-size:13px;
	border-bottom:none;
	padding:4px 0;
	margin-bottom:10px;
}

a:link, a:visited{color:#0033CC;}
a:hover{text-decoration:none;}

/* ------------------------------
PAGE STRUCTURE
------------------------------ */
/* #container has an absolute width (960 pixel) */

#topheader {width: auto;height: 24px;}


#topheaderHat {
	background: url(images/hat.png) no-repeat center bottom;
	float: right;
	height: 24px;
	width: 86px;
	margin-right: 288px;
	margin-bottom: -1px;
}

#header {
	width: auto;
	background:url(images/header.jpg)  no-repeat;
	height: 294px;
	border-bottom: 1px solid #FFFFFF;
	border-right: 4px solid #0b3147;
	border-left: 4px solid #0b3147;
} 

#container{width:960px; margin:0 auto;}
#topbar{width:auto; display:block; height:60px;}

#navbar{width:auto; display:block; height:39px;background:url(images/navbar.jpg) repeat-x;}

#navbar a{ line-height:28px; padding:0 0px; display:inline;}

#main{
	width:auto;
	background: #f8f3e2 url(images/gradient_top.jpg) repeat-x top;
	display:block;
	padding:10px 0 5px;
	border-right: 4px solid #0b3147;
	border-left: 4px solid #0b3147;
}

#column_left{
	width:400px;
	margin-right:10px;
	float:left;
	margin-left: 10px;
	font-size: 1em;
}

#column_right{
	width:520px;
	margin-right:10px;
	float:left;
	margin-top: 30px;
}

div.spacer{
	clear:both;
	height:5px;
	display:block;
}

#footer{
	background: url(images/footer.jpg);
	width:auto;
	height:60px;
	display:block;
	font-size:11px;
	color:#F3F3F3;
	border-bottom: 1px solid #FFFFFF;
}



/* ------------------------------
CUSTOM CLASSES
------------------------------ */


#column_left p {
	font-size: .85em;
	color: #333333;
	line-height: normal;
}


#container #footer-policy {
	text-align: right;
	vertical-align: middle;
	float: right;
	width: auto;
	padding-right: 35px;
	padding-top: 40px;
}
#footer-policy a {
	color: #F8F3E2;
	text-decoration: none;
}
