html, body {
	height: 100%;
	font: normal 100% arial, verdana, 'trebuchet ms', sans-serif;
	color: #333;
	margin: 0px;
	background:#0d0d2b;
	cursor: default;
}

#wrapper {
	float: left !important;
	float: inherit;
	position: relative;
	min-height: 100%;
	left: 50%;
	top: 0px;
	width: 758px;
	margin-left: -379px;
	margin-bottom: -31px;
	background:#e5e2dd url(../images/containerBg.jpg) no-repeat;
	padding-bottom: 20px;
}

	* html #wrapper {
		height: 100%;	
	}
	
	/* background settings */
	
#rightSide_bckgr {
	position: absolute;
	z-index: 0;
	background: url(../images/rightSide.jpg) no-repeat 379px 0px;
	right: 0px;
	width: 50%;
	height: 100%;
}

#leftSide_bckgr {
	position: absolute;
	z-index: 0;
	background: url(../images/leftSide.jpg) no-repeat right top;
	left: 0px;
	width: 50%;
	margin-left: -300px;
	height: 100%;
}

#banner {
	float: left;
	width: 758px;
	height:90px;
	background-color: #000;
	background-image: url(../images/header.jpg);
}

#nav {
    float: left;
	width:758px;
	height:35px;
	background-color: #000;
	top: 90px;
	background-image: url(../images/nav.jpg);
	text-indent: 22px;
	

}
	
#navtext {
	padding:5px 0 0 0;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 80%;
}

.nav {
	margin-right: 14px;
	margin-left: 14px;
	}

.nav1 {
	margin-right: 14px;
	}

#navtext a:link,
#navtext a:visited {	
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#navtext a:focus,
#navtext a:hover {
	color:#d3400d;
	text-decoration:none;
}	

/*bullets*/
#bullets {
	padding:5px 0 0 0;
	font-weight: normal;	
	color:#D03900;
	font-size: 120%;
	
}

#bullets a:link {
	color:#D03900;
	font-weight:bold;
	text-decoration:underline;
}
#bullets a:visited {	
	color:#D03900;
	font-weight:normal;
	text-decoration:underline;
}
#bullets a:focus,
#bullets a:hover {
	color:#D03900;
	text-decoration:none;
}	




#container_align {
	float: left;
	padding-left: 75px;
}

#container_textContent {
	float: left;
	/* margin-left: 37px !important;
	margin-left: 75px; */
	/*margin: 0px 75px 0px 95px;
	top right bottom left*/
	width: 640px;
	font: normal 80%/19px arial, sans-serif;
	padding: 15px 0px;
	border: 0px solid #ad814d;
	
	
	
}

#footer {
	clear: left;
	position: relative;
	left: 50%;
	margin-left: -280px;
	height: 20px;
	/*border-top: 1px solid #922a07;*/
	width: 600px;
	font-size: 70%;
	color: #333;
	text-align: center;
}

/*h1,
h2 {
	font:normal 1.5em/1.1 arial, verdana, 'trebuchet ms', sans-serif;
	text-align:left;
	letter-spacing:1px;
	margin-top: 0.25em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}*/	

h1,
h2 {
	margin:1em 0 0.50em 0;
	font:normal 1.5em/1.1 arial, verdana, 'trebuchet ms', sans-serif;
	text-align:left;
	letter-spacing:1px;
	color: #8d370e;
}
p {margin:1em 0;
}

a:link,
a:visited {
	
	color:#D03900;
	font-weight:bold;
	text-decoration:none;
}
a:focus,
a:hover {
	color:#d4a639;
	text-decoration:none;

}


.hometext {
	margin: 0px 100px 0px 5px;
	font: normal 120%/19px arial, sans-serif;
	text-align:left;
	letter-spacing:1px;
	/*color: #993300;*/
	color: #000;
	text-align:center;
	
}

.samplestext {
	margin: 0px 10px 0px 10px;
	/*top right bottom left*/
	font: normal 80%/19px arial, sans-serif;
	text-align:left;
	letter-spacing:1px;
	color: #000;
	
	
}

	hr {
	height: 1px;
	width: 100%;
	padding: 0px;
	border: 1px dashed #ad814d;
	border-width: 1px 0px 0px;
	}	

.school {
font-weight: bold;
text-transform: uppercase;
letter-spacing: 3px;
text-align: center;
	}