html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}


ul {
    margin-left: 20px;
	margin-top: 4px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

li {
    padding: 0px;
	font-weight: bold;
    border: 0;
    outline: 0;
    background: transparent;
}
li.listspace {
    padding-bottom: 4px;
}

body {
    font-size: 15px;
    font-family: Arial, sans-serif;
    text-align: center;
    background:#003263 url("../images/bg.gif") repeat-x left top;
    padding-top: 3px;
    color: #fff;
}

.clearer {
    clear: both;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
}

#container {
    background: url("../images/page_bg.jpg") no-repeat center top;
}

#main_content {
    width: 804px;
    margin: 0px auto;
    text-align: left;
}

#header {
    position: relative;
    z-index: 100;
}

#logo {
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 36px;
}


#navigation {
	float: right;
    padding-top: 38px;
    height: 30px;
    line-height:30px;
    list-style-type: none;
    font-size: 14px;
    font-weight: bold;
}
	
#navigation li {
	list-style: none;
	float: left;
	margin-left: 1px;
	 }
#navigation li a {
	display: block;
	padding: 0px 15px;
	background: url("../images/menu_bg.gif") repeat-x left top;
	color: #fff;
	text-decoration: none; }
#navigation li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	}
#navigation li a:hover, #navigation li a.active {
    background-position: left -30px;
}
#navigation li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	background-position: left -30px;
	}
#navigation li:hover li, #navbar li.hover li {
	float: none; 
	}
#navigation li:hover li a, #navbar li.hover li a {
	border-bottom: 1px solid #fff;
	color: #fff; }
#navigation li li a:hover {
	background-position: left -30px;
	}

#flash_box {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

#left_column {
    width: 560px;
    float: left;
}

.white_box {
    background: #fff;
    color: #002345;
    border: solid 6px #003366;
}
.pics{
    text-align: center;
	padding: 10px;
}

#left_column .white_box {
    padding: 10px 25px 10px 15px;
	min-height:400px;
  	height:auto !important;
  	height:400px;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    padding-bottom: 4px;
	padding-top: 3px;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 6px;
    margin-bottom: 6px;
    background: url("../images/dots.gif") repeat-x left bottom;
}

h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 4px;
    margin-top: 12px;
    color: #990000;
}
h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 6px;
    margin-bottom: 6px;
	color: #990000;
    background: url("../images/dots.gif") repeat-x left bottom;
}

p {
    line-height: 23px;
	padding-bottom: 10px;
}

.statement {
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    padding-bottom: 6px;
    margin-top: 6px;

}

#right_column {
    width: 234px;
    float:right;
}

.blue_link {
    margin-bottom: 9px;
}

#right_column .white_box {
    padding: 12px 10px 21px;
    line-height: 14px;
    font-size:12px;
}

#right_column .white_box br {
    line-height: 14px;
}

.bottom_images {
    padding-top: 12px;
    *padding-top: 5px;
    width: 804px;
}

.bottom_images img {
    float: left;
    border: solid 5px #003366;
    margin-right: 12px;
}

.bottom_images img.last_item {
    margin-right: 0px;
}

#footer {
    padding: 25px 0px 20px;
    *padding: 15px 0px 20px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 804px;
    line-height: 14px;
}

#footer a {
    text-decoration: none;
    color: #fff;
}

#footer a:hover {
    text-decoration: underline;
}

small {
    font-size: 10px;
}

/* --------------------------------------- */
/* Forms
/* --------------------------------------- */

form .borderline{ border: 1px solid #222; padding: 0; margin: 12px 0; }
form { }
form fieldset { border: 0; padding: 10px 25px 15px; margin: 0; }
form fieldset legend { display: none; }
form p { height: 1%; }
form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
form p label { color: #002854; float: left; font-weight: bold; display: block; width: 70%; margin-right: 20px;  }
form p input,
form p select,
form p textarea { 
	font-size: 1em; 
	color: #000; 
	border: 3px solid #ddd; 
	padding: 8px; 
	background-color: #f8f8f8; 
	width: 96.3%; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	margin-bottom: 5px;
	}
form p select { width: 20%; }
form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; }
form ul.fieldlist li { color: #ccc; padding: 0 30px 5px 0; white-space: nowrap; }
form input.btn,
a.btn { 
	font-size: 1.1em; 
	width: auto; 
	overflow: visible;
	border: 0; 
	background-color: #002854; 
	padding: 8px 10px;
	cursor: pointer; 
	color: #fff; 
	font-weight: bold;
	margin-left: 100px;
	margin-top: 10px;
	}
a.btn { line-height: 3em; }	
