@import url("./reset.css");
@import url("./externalLinks.css");

p {
	text-align:justify;
}

a:link {
	color: #6C2A1A;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #6C2A1A;
}

body {
	background: #b77044 url(../images/back_all.jpg);
	font: 13px Arial, Helvetica, sans-serif;
	color: #383838;
}

#content
{
	width: 778px;
	margin: 0px auto;
}

#main
{
width: 791px;
padding: 10px;
padding-top: 10px;
background: url(../images/table_top.gif) no-repeat top;
}

#table_back
{
background: url(../images/table_back.gif) repeat-y;
}

#back
{
width: 811px;
}

#header {
	height: 148px;
	text-align: right;
}

#logo {
width: 791px;
height: 58px;
text-align: center;
padding-left: 20px;
padding-top: 10px;
background: url(../images/header.png) no-repeat;
}

#logo h1 {
	text-align:center;
	font-style: italic;
	font-size: 25px;
	color: #ffffff;
}
#logo H2
{
	text-align:center;
	font-size: 20px;
	font-style: italic;
	color: #ffffff;
}

#menu
{
width: 771px;
height: 39px;
padding-left: 40px;
padding-top: 41px
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 138px;
	height: 29px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #B00000;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	text-transform: uppercase;
	background: url(../images/menu.png) no-repeat;
}

#menu a:hover {
	width: 138px;
    height: 35px;
	margin-top: -6px;
	padding-top: 10px;
	color: floralwhite;
	text-decoration: underline;
	background: url(../images/menu_r.png) no-repeat;
}

#right
{
	width: 249px;
	float: right;
}

#right H3
{
width: 224px;
height: 23px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 10px;
text-transform: uppercase;
color: #6C2A1A;
background: #EFE1CE;
border-top: 5px solid #C28675;
}

#right ul {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
}

#right .right_back
{
background: #EFE1CE;
}

#right .right_bottom
{
background: url(../images/right_bottom.gif) no-repeat bottom;
padding-bottom: 30px;
margin-bottom: 10px;
}

#right li  {
	padding: 7px;
	padding-left: 10px;

}

#right .sub
{
	padding-left: 30px;
}

#right a {
	color: #6C2A1A;
}
#right a:visited {
	color: #6C2A1A;
}

#right p
{
font-size: 10px;
padding-left: 10px;
}

.bot
{
padding: 10px;
}

#left
{
width: 513px;
text-align:justify
}

#left .left_top
{
background: url(../images/left_top.gif) repeat-x;
padding-top: 20px;
}


#left .left_bottom
{
background: url(../images/left_bottom.gif) repeat-x bottom;
padding: 10px;
padding-bottom: 20px;
margin-bottom: 20px;
}

#left h2 {
	font-size:18px;
	font-weight:bold;
	padding-top: 10px;
	color: #6C2A1A;
}
#left h3 {
	font-size:14px;
	font-weight:bold;
	padding-top: 10px;
	color: #333;
}
#left H4
{
	font-size: 12px;
	color: #6C2A1A;
	font-weight:bold;
}

#left a
{
	color: #6C2A1A;
	text-decoration: none;
}

#left p {
	margin: 5px;
	padding: 0;
}

#left ol, #left ul
{
margin-left: 30px;
}

.date {
	text-align: right;
	color: #6C2A1A;
	font-size: 11px;

}

.date a {
	color: #6C2A1A;

}

#footer {
	height: 44px;
	clear: both;
	padding-top: 30px;
	background: url(../images/footer.png) repeat-x top;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #4A2011;
}

#footer a {
	color: #4A2011;
}
