@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------------Page Layout-----------------------------------------------------*/
html, body {
	height:100%;
	width:100%;
}
.body {
	background:#3a2901;
	margin:0;
}
.body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #5A4000;
}

.scrollerbody {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #5A4000;
}

#headerBG {
	background:url(../images/headerleft.jpg) repeat-x;
	height:164px;
	width:100%;
}
#centeringDiv {
	float:left;
	width:100%;
}
#centeringContainer {
	width:1076px;
}
#containerBg{
float:left;
width:100%;
background:#caad69;
}
#container {
	float:left;
	width:1076px;
	background:#caad69 url(../images/template/bgstrip.jpg) repeat-y right;
}
#sidebar {
	float:left;
	width:218px;
}
#sidebar table {
	float:right;
}
#header {
	float:left;
	width:1076px;
	vertical-align:top;
	background:url(../images/headerleft.jpg) repeat-x;
}
#content {
	float:left;
	width:1076px;
}
#content #contentHead {
	float:left;
	width:819px;
}
#content #contentBody {
	float:left;
	width:819px;
	height:360px;
	background:#cccc99 url(../images/template/body.jpg) no-repeat;
}
#content #contentBodyNoIndex {
	float:left;
	width:819px;
	background:url(../images/body_back.jpg) 50% 240px no-repeat;
	text-align:left;
}
#footer {
	float:left;
	width:100%;
	background:#3a2901 url(../images/template/footer.jpg) repeat-x top;
}
#footer #footerTable {
	width:970px;
}
#smallMargin {
	float:left;
	width:780px;
	margin-left:19px;
	margin-right:20px;
}

/*-----------------------------------------------------Typestyles-----------------------------------------------------*/

p {
	margin-left:18px;
	margin-right:9px;
	color:#3a2901;
	text-align:justify;
}
#footer p, #footer a:link, #footer a:visited {
	margin-top:30px;
	font:Arial, Helvetica, sans-serif x-small;
	color:#9c8750;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.pink {
	color: #670f0f;
	font-weight: bold;
}

.Title {
	font-family: "Trajan Pro", "Times New Roman Bold", Times, serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 7px;
	color: 5a4000;
	text-decoration: none;
	margin-left: 10px;
	border-bottom: dashed #cbcb98 thin;
}

.subtitle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
	color: #670f0f;
	text-decoration:none;
}

.lwrsidebar {
	border-left-width: thin;
	border-top-style: none;
	border-left-style: dashed;
	border-bottom-style: none;
	border-right-style: none;
	border-left-color: #5A4000;
}

.emphasized {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style:italic;
	color: #670f0f;
}

.boldemphasized {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-style:italic;
	color: #670f0f;
}

.contrast {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #670f0f;
	font-weight: bold;
}

.quote {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style:italic;
	color:#003366;
}

img {
	border:none;
	margin:0;
}

h1 {
	font-family: "Trajan Pro", "Times New Roman Bold", Times, serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 7px;
	color: 5a4000;
	text-decoration: none;
	margin-left: 10px;
	border-bottom: dashed #cbcb98 thin;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
	color: #670f0f;
	text-decoration:none;
}