/* CSS Document */

body{
	margin: 0;
	background-color: #ffffff;
	text-align: center;
	}
* {
margin:0px;
padding:0px;
}
	
/* Header Styles */
	
#topBarContainer{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	position: relative;
	height: 121px;
	background-image: url(images/navigation/images/Top_Bar_BG.jpg);
	width: 100%;
	text-align: center;
	padding: 0;
	}
	
#topBar{
	position: relative;
	height: 121px;
	width: 869px;
	background-image: url(images/navigation/images/Top_Bar_BG.jpg);
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding: 0;
	}


/* End Header Styles */

/* Main Content Styles */

#mainContentContainer{
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
	background-color: #eeece9;
	}

#mainContent{
	position: relative;
	width: 869px;
	background-image: url(images/backgrounds/images/main_Content_BG.jpg);
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	}


#mainTextContainer{
	position: relative;
	width: 869px;
	text-align: left;
	margin: 0 10 10 10;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 0;
	}
	
#mainImage{
	position: relative;
	width: 612px;
	margin: 0;
	}

#mainLeftColumn{
	position: relative;
	width: 370px;
	float: left;
	margin: 5 0 0 8;
}

#mainLeftColumn_sub{
	position: relative;
	width: 205px;
	float: left;
	margin: 5 0 0 15;
	}

#mainNC{
	position: relative;
	width: 590px;
	float: left;
	margin: 5 0 0 8;
}
	
/* End Main Content Styles */

/* Right Column Styles */

#mainRightColumn{
	left:675px;
	position:absolute;
	text-align:left;
	top:0;
	width:170px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #ffffff;
	overflow: hidden;
}

#mainRightColumn a:link {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	}
	
#mainRightColumn a:visited {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	}

#mainRightColumn a:active {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	}

#formTitle{
	left:675px;
	position:absolute;
	text-align:left;
	top:384px;
	width:170px;
}
	
/* End Right Column Styles */

/* Footer Styles */

#footerContainer{
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0;
	background-image: url(images/backgrounds/images/footer_BG_main.jpg);
	background-repeat: repeat-x;
	background-color: #e57e27;
	height: 38px;
	margin-top: 0px;
	}

#footerContent{
	position: relative;
	width: 869px;
	background-image: url(images/backgrounds/images/footer_BG.jpg);
	background-repeat: no-repeat;
	background-color: #e57e27;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	}

#footerText{
	position: relative;
	width: 869px;
	padding: 0;
	margin-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #ffffff;
	top: 16px;
	left: 15px;
	text-align: left;
	}

#footerText a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
	
#footerText a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

#footerText a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

/*Text Formats*/

p { margin-top: 1.5em; } 

h1{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #e37e28;
	line-height: 25px;
}

h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
}

strong{
	color: #e37e28;
}

a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}
	
a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}
	
a:link img {
	border: 0;
	}

a:visited img {
	border: 0;
	}
	
a:active img {
	border: 0;
	}
	
.indented{
	padding-left: 27pt;
	}
.smallindented{
	padding-left: 13pt;
	}
/*End Text Formats*/
