/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #5C7F92;
	background-color: #ffffff;
	text-align: center;
}

p {
	font-size: 70%;
	line-height: 140%;
}

h1 {
	font-size: 110%;
	letter-spacing: 0.1em;
	font-weight: normal;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 90%;
}

/*************************************************
SIDE NAVIGATION
*************************************************/

.navigation {
	background-color: #999999;
	color: #FFFFFF;
	font-size: 85%;
	display: block;
	padding: 2px 8px 2px 2px;
	text-decoration: none;
	height: 1%;
	text-align: right;
}

.navigation:hover, navigation:focus {
	background-image: url(../images/hub_navigation_white_bg.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	color: #669933;
	border-left: 2px solid #00CCCC;
}

.navimage {
	padding: 0;
	background-image: url(../images/hub_navimg_matte_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/*************************************************
TOP NAVIGATION
*************************************************/

.top_navigation {
	color: #5C7F92;
	display: inline;
	padding: 5px 20px;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid #58a618;
	font: 80% Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.top_navigation:hover, top_navigation:focus {
	color: #ffffff;
	text-align: center;
	border-left: 1px solid #889100;
	}


/*************************************************
UNIVERSAL FORMATTING ELEMENTS
*************************************************/

#wrapper {
	margin: 0px auto;
	width: 800px;
	text-align: left;
}

#wrapper_top {
	background: #ffffff;
	margin: 0px auto;
	width: 800px;
	text-align: left;
}

#header {
	border-bottom: 1px solid #b2c1cb;
}

#flash_window {
	border-bottom: 1px solid #b2c1cb;
}
	

#leftcolumn {
	background-image: url(../images/shadow_left.png);
	background-position: right;
	background-repeat: repeat-y;
}

#rightcolumn {
	background-image: url(../images/shadow_right.png);
	background-position: left;
	background-repeat: repeat-y;
}

#subpage_bg {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #b2c1cb;
}
.clearit {
	display: block;
	clear: both;
}

.container {
	background-color: #FFFFFF;
	width: 100%;
	float: right;
}

/*************************************************
CONTENT FORMATTING
*************************************************/

.content {
	margin: 0 20px 20px 20px;
	padding: 0 20px 20px 20px;
}

.content p {
	margin-top: 10px;
}

.content a {
	color: #a86a01;
	text-decoration:none;
}

.content a:hover, a:focus {
	color: #d98b06;
}

.content h1 {
	margin-top: 20px;
	color: #58a618;
}

.content h2 {
	color: #58a618;
	margin-top: 20px;
}

.content h3 {
	color: #f9964a;
	font-weight: lighter;
	margin-top: 10px;
}

.content h3 strong{
	font-weight: bold;	
}

.content ol {
	margin: 7px 20px;
}

.content ul {
	margin: 0px 20px;
	list-style-type: square;
}

.content li {
	font-size: 80%;
	margin-top: 10px;
}

.content hr {
	color: #CCCCCC;
}

.content_search {
	color: #FFF;
	font-size: 50%;
}
	


/*************************************************
FORM ELEMENTS
*************************************************/

.form {
	margin: 0;
	padding: 0 20px;
}

.form p {
	margin-top: 10px;
}

.form h1 {
	color: #004b8d;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
}

.form h2 {
	font-size: 110%;
	color: #d98b06;
	font-weight: lighter;
	text-align: right;
}

.form a {
	color: #a86a01;
	text-decoration:none;
}

.form a:hover, a:focus {
	color: #d98b06;
}

input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #316593;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #f4d5a3;
	margin: 3px 0;
	padding: 3px;
}

input:focus, textarea:focus {
	color: #FFFFFF;
	background-color: #d98b06;
}

select {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #004b8e;
	padding: 3px;
}

.button {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 1px outset #d98b06;
	margin: 10px 20px 10px 0;
	background-color: #004b8d;
}

.button:hover, button:focus {
	color: #FFFFFF;
	background-color: #3f67a2;
}

.button:active {
	background-color: #d98b06;
}


/*************************************************
FOOTER ELEMENTS
*************************************************/

#footer {
	clear: both;
	color: #fff;
	background-color: #B9C9D0;
	padding: 0;
	text-decoration: none;
	text-align: center;
}

#footer p {
	color: #7D9AAA;
	font-size: 70%;
}

#footer a {
	color: #5C7F92;
	text-decoration:none;
}

#footer a:hover, a:focus {
	color: #fff;
}

.btm_navigation {
	font-size: 70%;
	display: inline;
	padding: 0px 8px;
	text-decoration: none;
	height: 20px;
	text-align: center;
}

.btm_navigation:hover, btm_navigation:focus {
	color: #0000CC;
}

/*************************************************
IMAGE FLOATS
*************************************************/

.left_corner {
	float: left;
}

.right_corner {
	float: right;
}

.leftimage {
	margin: 20px 15px 10px 0px;
	float: left;
}

.leftimage2 {
	margin: 0px 10px 20px 20px;
	float: left;
}

.rightimage {
	margin: 20px 0px 10px 15px;
	float: right;
}

.rightimage2 {
	margin: 0px 20px 20px 10px;
	float: right;
}

