/* style.css */

html, body {
	background-color:#643325;
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}
#container {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px auto;
	width:1000px;
	background: url(../images/back.gif) repeat-y;
	min-height:100%;
	height:100%;
}
*>#container {
	height:auto;
}
#mainBox {
	width:860px;
	margin:0px auto;
	background: url(../images/blueback.gif) repeat-y;
}
#header {
	width:100%;
	background:url(../images/header.gif) no-repeat;
}
#boundingBox {
	margin:0px 20px;
	border-top:20px solid #fff;
	border-bottom:20px solid #fff;
}
#contentBox {
	margin-left:252px;
	padding:0px;
	min-height:400px;
	height:400px;
	vertical-align: top;
}
*>#contentBox {
	height:auto;
	margin-left:255px;
}
#leftNav {
	width:235px;
	margin:0px;
	padding:0px;
	float:left;
}
#leftNav li{
	background:url(../images/li_arrow.gif) no-repeat left #5885A2;
	height:30px;
	list-style-type:none;
	line-height:30px;
	color:#fff;
	padding-left:30px;
	border-bottom:5px solid #fff;
}
#leftNav li a{
	height:30px;
	line-height:30px;
	color:#fff;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	display:block;
}


#leftNav li a:hover{
	background-color:#7EA1B7;
}
.heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	color:#643325;
	padding-top:15px;
}
p {
	line-height:18px;
	color:#666666;
	margin:10px 0px 0px;
}
#footerContainer {
}
#footer {
	clear:both;
	background-color:#665D5A;
	color: #aaaaaa;
	height:70px;
	border-top: 1px solid #643325;
	padding-left:20px;
	vertical-align:middle;
	line-height:70px;
}
*>#footer {
	bottom:0px;
}
#footer div{
	float:right;
	margin-right:20px;
}
#footer div a{
	padding-left:10px;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

.currentPage
{
	background-color:#643325;
}
.currentPage2
{
	font-weight: bold;
}
.smalltext {font-size: 9px}