@charset "utf-8";
/* CSS Document */

* {margin:0}

* {padding:0}

body {
	background-color: #002144;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

html {
	height: 100%;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
 }

 
#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 760px;
}

a img {border: none;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #69000F;
	margin-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #69000F;
	margin-bottom: 5px;
}

span.smark {
	font-family: "Lucida Sans Unicode"; /* A rare sm-supporting font. */
	line-height: 0;
	font-weight: normal;
	font-size: 18px;
}

.disclaimer {
	font-size: 10px;
}

#outer {
}

#header {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-collapse: collapse;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	width: 100%;
}

.logo {
	width: 250px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#headerImage {
	height: 150px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 0;
line-height: 0;

}

#main {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#navigation {
	width: 250px;
	background-color: #627574;
	vertical-align: top;
	text-align: right;
	margin-top: 100px;
	padding-top: 45px;
	font-size: 14px;
	color: #FFF;
}

#navigation p {
}

#navigation ul {
	font-size: 16px;
	font-weight: normal;
	list-style-type: none;
	margin-right: 20px;
}

#navigation li {
	margin-bottom: 8px;
}

#navigation a:link {
	color: #FFF;
	text-decoration: none;
}

#navigation a:visited {
	color: #FFF;
	text-decoration: none;
}

#navigation a:hover {
	color: #69000F;
	text-decoration: none;
}

#address {
	margin-top: 20px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-right: 20px;
	margin-left: 30px;
	font-size: 12px;
	margin-bottom: 30px;
}

#content {
	background-color: #FAFAE5;
	padding: 40px;
	vertical-align: top;
}

#content p {
	margin-bottom: 10px;
}

#content a:link {
	color: #000;
	text-decoration: underline;
}

#content a:visited {
	color: #000;
	text-decoration: underline;
}

#content a:hover {
	color: #333;
	text-decoration: none;
}

#footer {
	font-size: 10px;
	color: #FAFAE5;
	float: right;
	padding-right: 20px;
}

#footer a:link {
	color: #FAFAE5;
	text-decoration: none;
}

#footer a:visited {
	color: #FAFAE5;
	text-decoration: none;
}

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

.imgCenter {
	text-align: center;
}

.imgLeft {
	float: left;
	margin-right: 8px;
	border: 1px solid #999;
	margin-top: 3px;
}

.imgRight {
}

#resourceNav {
	float: right;
	width: 110px;
	margin-top: 5px;
	margin-left: 5px;
}

#navbar {
   border-collapse: collapse;
}

#navbar td {
	border: 1px solid #69000F;
}

#navbar td a{
   display: block;
   width: 100px;
   padding: 3px;
   text-decoration: none;
}

#navbar td a:link, #navbar td a:visited {
	color: #FFF;
	background-color: #627574;
	font-weight: bold;
	text-decoration: none;
}

#navbar td a:hover {
	color: #FFF;
	background-color: #69000F;
}

.formLeft {
	padding-right: 4px;
}
