/***************************Hope PAGE STRUCTURE***************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #013c88;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

body a:link {
	text-decoration: underline;
	color: #0000CC;
}
body a:visited {
	text-decoration: underline;
	color:#660066;
}
body a:hover {
	text-decoration: none;
	color: #ef9f22;
}

body ul {
	list-style-position: outside;
	list-style-image: url(/_images/site_elements/bullets.gif);
}

body .error {
	font-family: "Courier New", Courier, monospace;
	color: #BB0721;
	font-weight: bolder;
}

body .note {
	color: #666666;
	font-style: italic;
}

#content {
	background-color: #FFFFFF;
	background-image:url(/_images/site_elements/content_background.gif);
	background-position: center top;
	width: 1060px;
	background-repeat: repeat-y;
}

#pagebottom {
	height:20px;
	width: 1060px;
}

#content #maincontent {
	padding-left: 35px;
	padding-right: 8px;
	width: 1000px;
}

#content #maincontent #body {
	width: 700px;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 20px;
	margin-bottom: 0;
	padding: 0;
	float: left;
	display: inline;
}

#content #maincontent #column {
	width: 235px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 10px;
	padding-top: 1px;
	padding-left: 0;
	padding-right: 0;
	float: left;
	display: inline;
	background-repeat: no-repeat;
}

/***************************TEXT FORMATTING***************************/
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	font-style: italic;
	color: #000000;
	/*padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 8px;*/
	
}

h1 a:link {
	text-decoration: none;
	color: #000000;
}

h1 a:visited {
	text-decoration: none;
	color: #000000;
}
h1 a:hover {
	text-decoration: underline;
	color: #CD1F28;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-left:0;
	margin-bottom:5px;
	padding: 0;
}

h2 a:link {
	text-decoration: none;
	color: #000000;
}
h2 a:visited {
	text-decoration: none;
	color: #000000;
}
h2 a:hover {
	text-decoration: underline;
	color: #CD1F28;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-left:0;
	margin-bottom:0px;
	padding: 0;
}

h3 a:link {
	text-decoration: none;
	color: #000000;
}
h3 a:visited {
	text-decoration: none;
	color: #000000;
}
h3 a:hover {
	text-decoration: underline;
	color: #CD1F28;
}

h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	margin-left:0;
	margin-top:0px;
	margin-bottom: 0px;
}
h3,h4,h5,h6 a:link {
	text-decoration: none;
	color: #333333;
}
h3,h4,h5,h6 a:visited {
	text-decoration: none;
	color: #3333333;
}
h3,h4,h5,h6 a:hover {

}

p {
	padding: top:0px, bottom:2px;
	margin-top: 2px;
	margin-left: 0;
	margin-right:8px;
}

/***************************COLUMN FORMATTING***************************/
#column h2 {
	font-size: 12px;
	padding: 10px 0 0 0;
	margin: 0 10px 0 0;
}

#column p {
	font-size: 10px;
	padding: 0;
	margin: 0 10px 0 0;
}


/***************************FOOTING FORMATTING***************************/


#content #footer {
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0 0 10px 0;
	background-color: #013c88;
}

#content #footer ul {
	border: 0;
	padding:0;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

#content #footer ul li {
	top: -10px;
	display: inline;
}

#content #footer ul li a:link {
	text-decoration: none;
}

#content #footer ul li a:visited {
	text-decoration: none;
}

#content #footer ul li a:hover {
	text-decoration: underline;
}

#content #footer ul li a:hover {
	text-decoration: underline;
}

/* ---------- Footer Copyright ---------- */
#content #copyright {
	padding: 10px 0 10px 0;
}

#content #copyright p {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#content #copyright p a:link {
	text-decoration: none;
	font-size: 10px;
}

#content #copyright p a:visited {
	text-decoration: none;
}

#content #copyright p a:hover {
	text-decoration: underline;
}

#content #copyright p a:active {
	text-decoration: underline;
}