html { margin:0;
padding:0;
}

body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	height:100%;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../_media/backgrounds/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#masterContainer {
	position: relatives;
	top: 0px;
	left: 0px;
	height:100%;
	height: auto !important;
	min-height: 100%;
	width:100%;
    }
	
	
#banner_wrap{
	width: 100%;
	}

#banner{
	width: 355px;
	padding:0; 
	padding-top:15px;
	min-height:35px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left:340px;
	}	
	
#banner ul {
	width:360px;
	display:inline;
}
	
#banner ul, #banner li, #banner li a {
	margin:0;
	padding:0;
	
}
	
#content_Container {
	width: 720px;
	min-height: 535px;
	background-image: url(../_media/backgrounds/contentContainer.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
}
	
#content {
	width: 560px;
	float:left;
	margin-left: 5px;
	padding: 5px;
	position:relative;
	min-height: 200px;
	padding-top:66px;
}

#sideNav {
	width: 200px;
	margin-left: 580px;
	padding: 5px;
	min-height:450px;
}

#bottomContainer{
	width: 100%;
	padding: 0px;
	bottom: -1px;
	bottom: 0 !important;
	position: relative;
}

#bottom{
	text-align: center;
	width: 800px;
	margin: 0 auto;
	height: 80px;
}
	
	
	
/* CSS Font Styles */	
	
p {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	}
	


h2 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	}

h3 {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

h4 {
	color: #000;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times;
	}

a {
	color: #000;
	}

a:hover {
	text-decoration:underline;
	}

ul {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	}
ol {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	}	
	
li {
	padding: 8px 8px 8px 0px;
	}
	
	
	
	
@charset "utf-8";
/* CSS Document */
