/* CSS Document */
body
{

background-image: url(images/main_bg.gif);
text-align: center;
margin-top: 0;

}
.centering-container
{
	margin-left: auto;
	margin-right: auto;
	width: 684px;

}

.left-border
{
	background-image: url(images/border-bg-left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 16px;
	


}
.right-border
{
	background-image: url(images/border-bg-right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 16px;


}
.infobox1
{
	border: 3px solid #772814;
	width: 189px;
}
.infobox1 a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6C1F0D;
	text-decoration: none;
	width: 169px;
}

.infobox1 a:hover
{
	text-decoration: underline;


}


.infobox2
{
	background-color: #772814;


}
.infobox2 ul
{
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;

 
}

.infobox2 ul li
{
	list-style-type: none;
	width:169px;
	
}

.infobox2 ul li a
{
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:169px;
	text-decoration: none;


}
.infobox2 ul li a:hover, .infobox2 ul li:hover
{
	background-color: #883B28;

}

#mainContent
{
	padding: 13px 0px;
	
}

#mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6
{
	font-family: Times New Roman;
	color: #902C2D;
	font-weight: normal;
}

#mainContent h1
{
	font-family: Times New Roman;
	color: #902C2D;
	font-weight: normal;
	font-size: 26px;

}

#mainContent h2
{
	font-family: Times New Roman;
	color: #902C2D;
	font-weight: normal;
	font-size: 22px;

}


#mainContent p, #mainContent ul li, #mainContent td, #mainContent ol
{
	font-family: Arial;
	font-size: 12px;
	color: #5E1A0A;
	line-height: 25px;


}

#mainContent .infobox
{
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #303651;
	border-right-color: #303651;
	border-bottom-color: #303651;
	border-left-color: #303651;

}
#mainContent .infobox .title
{
	font-size:10px;
	font-weight:bold;


}



#mainContent a, #mainContent li a, #mainContent .con
{
	font-family: Arial;
	color: #303651;

}

hr
{
	color: #772814;
	background-color: #772814;
	border:0;
	height: 1px;

}

#footer
{
	background-color: #772814;
	width: 100%;
	color : #ffffff;
	padding-bottom: 10px;


}

#footer .contact-info
{
	background-color: #883B28;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
	width: 646px;
	margin-left: auto;
	margin-right: auto;


}

#footer .menu a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size: 10px;
	text-decoration: none;
	padding: .2em 1em;

}

#footer .menu a:hover
{
	
	text-decoration: underline;

}

#header
{
	background-color: #E9D7BF;
	
	height: 116px;
}

#navcontainer
{
	float: right;
}
#navcontainer ul
{
	padding: 0;
	margin: 0;
	color: White;
	font-family: Verdana;
	font-size: 10px;
}

#navcontainer ul li 
{ 
	display: inline;
	
	
}

#navcontainer ul li a
{
	margin: 5px;
	padding: 0.15em 1em;
	color: #862D17;
	text-decoration: none;
	float: left;
	border: 1px solid #ffffff;
}

#navcontainer ul li a:hover
{
	background-color: #303651;
	color: #fff;
}
