/**************** General Classes *****************/
html {
	overflow-y:scroll;
}
html, body {
	height:100%;
}
body {
	font-family: "Maiandra GD", "Arial Narrow", "Times New Roman";
	margin: 0px;
	background-color: #FCFBFA;
	font-size: 11px;
	line-height: 14px;
	color: #002f57; 
}
*, body {
	font-family: "Maiandra GD", "Arial Narrow", "Times New Roman";
}
#homePage {
	background-color:#FCFBFA;
	background-repeat: repeat-x;
}

#subPage {
	background-color:#FCFBFA;
	background-repeat: repeat-x;	
}

#globalContainer {
	background-color:#FF9933;
	width: 860px;
	border-left-color:#002f57;
	border-left-style:solid;
	border-left-width:20px;
	border-right-color:#002f57;
	border-right-style:solid;
	border-right-width:20px;
	padding:0;
	margin: 0px auto;
	
	
	background-attachment: fixed;
}
#footer {
	background-color:#ff9933;
	width:860px;
	color: #FFFFFF;
	text-align:right;
}
#spacer {
	background-color:#FCFBFA;
}
#footer div.siteFooterLinks {
	white-space:nowrap;
	line-height:40px;
	vertical-align:baseline;
	margin-right:10px;
}
#footer a, #footer a:active, #footer a:hover, #footer a:link, #footer a:visited {
	color: #FFFFFF; 
	text-decoration:none;
}
/**************** Aesthetic Classes *****************/
.peachBar {
	width:860px;
	background-color:#FCFBFA;
	height:20px;
}

.boxBar {
	background-color:#FF9933;
	background-image:url(../Images/barBckgnd.jpg);
	background-repeat:repeat-x;
	width:860px;
	height:24px;
}
.blueBar {
	width:860px;
	border:none;
	background-color:#002f57;
	height:20px;
}
.blueBox {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	width:860px;
	border:none;
	background-color:#002f57;
	clear: both;
	padding: 5px 0 1px 0;
}
.picBox {
	width:860px;
	background-color:#fef7b1;
	text-align:center;
	padding:5px 0px 5px 0px;
}
.picBox div {
	display:inline;
	margin:0px 15px 0px 15px;
}
/**************** Header Classes *****************/
#subPage #header {
	width: 860px;
	padding-top: 0px;
	height: 114px;
	background-color:#FF9933;
}

#subPage #header h1{
	color: #FFFFBF; 
	font-weight: bold;
	font-size: 18px;	
	padding: 30px 0px 0px 200px;
	text-transform:lowercase;
	line-height: 18px;
	margin: 0px;
}
/**************** Top Nav Classes *****************/

#topNav table, #topNav ul {
	float: right;
}
#content {
	background-color:#FCFBFA;
}
#innerContainer {
	width: 860px;
	background-color: #FCFBFA; 
}

/**************** Resources Classes *****************/
#resources {
	padding: 0px 10px 10px 10px;
}

#resources form {
	margin: 0px;
	padding: 0px;
}

#resources p {
	margin: 0px 0px 10px 0px;	 
}

#sideNav {
	padding: 10px;
}
