@charset "utf-8";
body {
	margin-top: 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #eeeeee;
	font-size: 0.75em;
	}

html, body {
	text-align: center;
}               

.justify { text-align: left; }

.underline { border-bottom: 1px solid #000000; }

.underline-redh2 {
	color: #c72747;
	border-bottom: 2px solid #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	}

/* BEGIN Full Page Link Styles */
	a:link {
		color: #1a2052;
		text-decoration: none;
		}
	
	a:visited {
		color: #1a2052;
		text-decoration: none;
		}
	
	a:active {
		color: #000000;
		text-decoration: underline;
		}
	
	a:hover {
		color: #c72747;
		text-decoration: none;
		}
/* END Full Page Link Styles */


/* BEGIN Full Page h1, h2 Link Styles */
	h1 a:link, h2 a:link {
		color: #1a2052;
		text-decoration: none;
		}
	
	h1 a:visited, h2 a:visited {
		color: #1a2052;
		text-decoration: none;
		}
	
	h1 a:active, h2 a:active {
		color: #000000;
		text-decoration: underline;
		}
	
	h1 a:hover, h2 a:hover {
		color: #c72747;
		text-decoration: none;
		}
/* END Full Page h1, h2 Link Styles */

#container { 
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -11px;
		padding-bottom: -5px;
		width: 800px;
		background:  url(images/wrapperBG-grayShadow.png) repeat-y top;
		}


/* BEGIN Header Styles */
	#header {
		margin-top: 0px;
		background:  url(images/header-grayShadow.png) no-repeat center;
		height: 195px; 
		width: 800px;
		}
	
	#header span { display: none; }
/* END Header Styles */ 

/* BEGIN #topNav styling */
	#topNav {
		background: #1a2052;
		width: 780px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
		text-align: left;
		color: #ffffff;
		font-size: 1.2em;
		line-height: 1.4em;
		}
		
	#topNav ul {
		padding-left: 10px;
		padding-top: 2.5px;
		padding-bottom: 2.5px;
		margin-top: 0px;
		list-style-type: none;
		}
	
	#topNav li {
		list-style-type: none;
		display: inline;
		padding-right: 25px;
		} 
		
	#topNav p {
		color: #ffffff;
		}
		
	#topNav a:link {
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		}

	#topNav a:visited {
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		}
		
	#topNav a:active {
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		}
			
	#topNav a:hover {
		color: #FFFF00;
		font-weight: normal;
		text-decoration: none;
		}

	#topNav li.current_page_item a {
		color: #FFFF00;
		font-weight: normal;
		text-decoration: none;
		}
/* END #topNav styling */


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 0px;
	margin-right: 20px;
	text-align: center;
	padding: 0px 10px;
	}

#sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: small-caps;
	font-variant: small-caps;
	background: url(images/sidebarHeadershape.png) no-repeat;
	line-height: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 auto;
	}

.sidebarHeader {
	background: url(images/sidebar_01.png) no-repeat top;
	height: 34px;
	width: 190px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -15px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: auto;
	padding-bottom: 5px;
	padding-left: auto;
	}
.sidebarBG {
	background: url(images/sidebar_02.png) repeat-y top;
	width: 190px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -5px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: auto;
	padding-bottom: 10px;
	padding-left: auto;
	}
.sidebarBottom {
	background: url(images/sidebar_03.png) no-repeat bottom;
	width: 190px;
	height: 11px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: auto;
	padding-bottom: 0px;
	padding-left: auto;
	}


/* BEGIN #mainContent styling */
	#mainContent {
		width: 500px; 
		float: left;
		padding-left: 25px;
		padding-top: 0px;
		padding-bottom: 5px;
		margin-top: 0px;
		margin-left: 5px;
		text-align: left;
		color: #000000;
		}

	#mainContent p {
		margin-top: 1px;
		padding-top: 0px;
		padding-right: 4px;
		padding-left: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

	#mainContent h1 {
		margin-bottom: 0px;
		border-bottom: 1px solid #999999;
		}

	#mainContent h2 {
		margin-bottom: 0px;
		border-bottom: 1px solid #999999;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 20px;
		}

	.bigbold {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		}

/* BEGIN #footer styling */
	#footer {
		background: url(images/footerBG-grayShadow.png);
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: auto;
		margin-left: auto;
		padding-top: -15px;
		width: 800px;
		color: #ffffff;
		font-size: 0.9em;
		line-height: 1em;
		clear: both;
		text-align: right;
		height: 48px;
		}   

	#footer p {
		color: #ffffff;
		font-size: 11px;
		padding-right: 15px;
		text-align: right;
		padding-top: 10px;
		margin-bottom: 0px;
		font-family: verdana, arial, san serif;
		}  

	#footer a:link, a:visited, a:active {
		color: #FFFF00;
		font-weight: normal;
		text-decoration: none;
		} 

/* END #footer styling */



/* BEGIN H1, H2, H3, H4, H5 styling */
	h1 { font-size: 22px; }
	h2 { font-size: 18px; }
	h3 { font-size: 14px; }
	h4 { font-size: 12px; }
	h5 { font-size: 8px; }
/* END H1, H2, H3, H4, H5 styling */





.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}