@charset "utf-8";
body {
	font:100% Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color: #3e441e;
	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: #3d441d;
}

a:link, a:visited,  a:hover{
color: #3d441d;
text-decoration:underline;


}
#maincontent_right_txt a:link, #maincontent_right_txt  a:visited , #maincontent_right_txt  a:hover{
color:#fff3bf;
text-decoration:underline;

}

.oneColFixCtrHdr #container {
	width: 755px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #A69765;
	
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* 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. */
	height: 278px;
	background-image: url(../images/header_bg2.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	overflow: hidden;
	clear:both;
}

#main_title_page{
margin-top:94px;  
padding-left:38px;
}
#main_title_page h1{
font-size:24px;
font-weight:normal;
padding: 0 0;
margin: 0 0;
}

#main_content_left_header{
width:507px;
height:122px;  
float:left; 
background-image:url(../images/slogon_bg.jpg); 
background-repeat:no-repeat; 
background-position:top;
}

#maincontent_right_header{
width:248px;
height:122px;  
float:right;  
background-image:url(../images/accent3.jpg); 
background-repeat:no-repeat; 
background-position:top;
}

#main_content_left_txt{
width:399px;  
float:left; 
padding:6px 38px 25px 38px; 
display:inline; 
display: inline;
}
#main_content_left_txt p{
margin-bottom:-11px;
line-height:22px;
}

*html #main_content_left_txt {
margin-top:14px;

}

#maincontent_right_txt{
width:200px; 
float:right; 
margin: 0 0; 
padding:25px 25px;
color:#fff3bf;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#maincontent_right_txt h1{
color:#FFFFFF;
font-size:16px;
font-weight:bold;
padding: 0 0;
margin: 0 0;
}

.oneColFixCtrHdr #footer {
	padding: 2px 38px 2px 38px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	overflow: hidden;
	background-color:#a69765;
	border-top:#726e41 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#navcontainer{
background-image:url(images/tealGrad.jpg);
background-repeat:repeat-x;
}

#navlist
{
margin:0px;
padding:0px;
margin-left:0px;   
padding-top:0px;


}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;

}

#navcontainer ul{

height: 40px;
width:700px;
padding-top:2px;

}
*html #navcontainer ul{
padding-top:0px;

}

#navlist a:link, #navlist a:visited
{
display:block;
float: left;
color:#FFFFFF;
padding: 11px 20px 11px 20px;
margin-top:0px;
margin-right:10px;
text-decoration: none;
}
*html #navlist a:link, #navlist a:visited{
margin-top:2px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{

color:#FFFFFF;
background-image:url(../images/hover_bg.gif);
background-repeat:repeat-x;
text-decoration: none;
}

#navlist a:hover {
color:#FFFFFF;


}
.current{
background-image:url(../images/hover_bg.jpg);
text-decoration: none;
}
.last{

}
#bottom_image{
margin-top:25px;
width:203px;
height:120px;

}
