@charset "utf-8";

/* CSS Document */



html body {

	margin-top:0;

	font-family:Arial, Verdana, Helvetica, sans-serif;

	font-size:12px;

	color:#000;

	background: url(/images/page_bg_core.jpg) top center repeat-x #FBF8EE;

}



p, h1, h2, h3, h4, h5, h6, ul, ol, li, table, td, th, tr, form, input, img, button {

	margin:0px;

	padding:0px;

}

#emblem_container {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url("/images/page_bg.png") top no-repeat;
	margin: 11px 0 0 0;
}

#container {
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#inner {
	position:absolute;
	top:0;
	left: 0;
	width: 900px;
	z-index: 1000;
}
#header {
	position: relative;
	float: left;
	width: 900px;
	margin-bottom: 15px;
}

#header .nav {
	position: relative;
	float: left;
	width: 900px;
}

#header .nav ul {
	list-style: none;
	text-align: center;
	margin: 12px 0 12px 0;
}

#header .nav ul li {
	display: inline;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
	border-right: 1px solid #fff;
}

#header .nav ul li a {
	color:#fff;
	text-decoration: none;
}

#header .nav ul li a:hover {
	text-decoration: underline;
}

#header .nav ul li.last {
	border: none;
}

#header .logo {
	position: relative;
	float: left;
	width: 900px;
}

#header .logo .left {
	position: relative;
	float: left;
	width: 500px;
}

#header .logo .right {
	color: #fff;
	position: relative;
	float: left;
	width: 400px;
}

#header .logo .right span {
	font-size: 20px;
	float: right;
	text-align: right;
	margin-top: 18px;
}

#header .main {
	position: relative;
	float: left;
	width: 888px;
	padding: 5px;
	border: 1px solid #fff;
	height: 198px;
}

#header .main .left {
	position: relative;
	float: left;
	height: 189px;
	width: 224px;
	padding: 5px;
	background: url("/images/book4.png") no-repeat #9F7C57;
}

#header .main .left span {
	text-align: center;
	display: block;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}

#header .main .left a {
	color: #681117;
	text-decoration: none;
	padding-top: 60px;
	padding-bottom: 60px;
	display: block;
}

.imgfade {
	border:0pt none;
	left:0px;
	position:absolute;
	top:0px;
}


#mainHeading {
	position: relative;
	float: left;
	height: 200px;
	width: 649px;
	margin: 0px;
}

#content {
	position: relative;
	float: left;
	width: 878px;
	padding: 5px;
	background: #fff;
	border: 1px solid #fff;
	opacity:.90;
	filter:alpha(opacity=90);
	-moz-opacity: .90;
	padding: 10px;
	margin-bottom: 15px;
}

#content .left {
	position: relative;
	float: left;
	width: 550px;
}

#content .right {
	position: relative;
	float: right;
	width: 288px;
	background: #775C40;
	margin-left: 10px;
	padding: 10px 15px 15px 15px;
}

#content h1 {
	font-size: 32px;
	color: #775C40;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin-bottom: 10px;
	font-weight: normal; 
}

#content h2 {
	font-size: 24px;
	color: #775C40;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#content h3 {
	font-size: 20px;
	color: #775C40;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#content p {
	margin-bottom: 10px;
	line-height: 18px;
}

#content ul {
	list-style: inside;
	margin-bottom: 10px;
}

#content ol {
	margin-bottom: 10px;
	margin-left: 18px;
}

#content a {
	color: #775C40;
	text-decoration: underline;
}

#content table {
	margin-bottom: 10px;
}

#content ul li, #content ol li {
	margin-bottom: 5px;
}

#content .right h2 {
	font-size: 24px;
	color: #F3EBD7;
	text-transform: uppercase;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin-bottom: 10px;
	font-weight: normal;
}

#content .right ul {
	list-style: none;
}

#content .right ul li {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #fff;
}

#content .right h3 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 19px;
	color: #F3EBD7;
	margin-bottom: 10px;
}

#content .right p {
	margin-bottom: 10px;
	color: #F3EBD7;
}

#content .right div.break {
	width: 100%;
	border-bottom: 1px solid #F3EBD7;
	margin-bottom: 10px;
	margin-top: 5px;	
}

#content .right a {
	color: #F3EBD7;
	text-decoration: none;
	text-transform: uppercase;
}



#content .right a:hover {
	color: #F3EBD7;
	text-decoration: underline;
}

#footer {
	position: relative;
	float: left;
	width: 880px;
	height: 70px;
	background: #000000;
	opacity:.95;
	filter:alpha(opacity=95);
	-moz-opacity: .95;
	padding: 20px 10px 0 10px;
	color: #fff;
	margin-bottom: 20px;
}

#footer .left {
	position: relative;
	float: left;
	width: 550px;
}

#footer .right {
	position: relative;
	float: left;
	width: 330px;
}

#footer .right p {
	text-align: right;
	text-transform: uppercase;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin-bottom: 10px;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline;
	padding: 0 5px 0 5px;
	border-right: 1px solid #fff;
}

#footer ul li.first {
	padding: 0 5px 0 0;
}

#footer ul li.last {
	border: none;
}

table { 
	border-collapse: collapse;
	border: 1px solid #000;
}

tr {
	border-bottom:1px solid #000;
}

td {
	padding: 5px;
	border-right: 1px solid #000;
}

th {
	background: #000;
	color: #fff;
}	
