@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}

a {
color:#FFFFFF;
text-decoration:none;

}

 a:visited {
color:#FFFFFF;
text-decoration:none;

}

 a:hover {
color:#990000;

}

.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:"Times New Roman", Times, serif;
} 
.twoColFixLtHdr #header {
background-image:url(../images/header.jpg) ;
background-repeat:no-repeat;
	
	height:217px; 
	padding: 5px 10px 0 40px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
div#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #B1A282;
	margin-left: 35px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border: 1px solid #990000;
	color: #000000;
}

#sidebar1 a{
text-decoration:underline;
color:#000000;
display:block;
}

#sidebar1 a:visited{
text-decoration:underline;
color:#333333;
}

#sidebar1 a:hover{
text-decoration:none;
color:#990000;
background-color:#CCCCCC;
}

div#mainContent {
	width: 495px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #BDAE8C;
	border: 1px solid #990000;
	color: #000000;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#logo {
float:left;
	width:168px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	padding-top:115px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	border: 2px solid #999999;
}

#logo .title{
	font-weight:bold;
	font-size: 20px;
}

#logo .sub {
font-size:12px;
color:#CCCCCC;
}

#mainnav {
float:left;
width:570px;

}

#mainnav_top{
margin-top:70px;
text-align:center;

}

#mainnav_top ul {


}

#mainnav_top li {
display:inline

}

#mainnav_top a {
	text-decoration:none;
	padding-right:15px;
	color: #CCCCCC;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 15px;
}

#mainnav_bottom{

text-align:center;

}

#mainnav_bottom li {
display:inline

}

#mainnav_bottom a {
	text-decoration:none;
	padding-right:15px;
	color: #ffffff;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 15px;
}

#mainnav_top  a:hover {
color:#990000;
}

#mainnav_bottom a:hover {
color:#999999;
}

#main_bar {
	background-color:#333333;
	color:#ffffff;
	border: 1px solid #990000;
	padding:5px;
	font-size:20px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#mainbody {
width:700px;
margin: 0px auto;
padding:5px;
}

div#box{padding: 10px;margin:0 auto;
    background:#FFFFFF;color:#000}
	
	div#box1{padding: 10px;margin:0 auto;
    background:#FFFFFF;color:#000}
	
	div#box2{padding: 10px;margin:0 auto;
    background:#FFFFFF;color:#000}
	
#leftbox {
width:145px;
float:left;
margin-left:5px;


}

#centerbox {
width:145px;
float:left;
margin-left:20px;
margin-bottom:20px;
}

#rightbox {
width:145px;
float:left;
margin-left:20px;
}

.round {
padding:8px;

background-color:#FFFFFF;
float:left;
}

.img{
padding:10px;

}

#clearfloat {
clear:both;
}

.headline {
background-color:#FFFF33;
display:block;
border:1px;
border-color:#990000;
}

.headline_red {
background-color:#990000;
color:#FFFFFF;
display:block;
border:1px;
border-color:#990000;
}

