/* CSS Document */
#body{
background-color: #b4c635;
margin-top: 10px;
}
#container{
background-color: #ffffff;
border: solid 10px #6D2D13;
width: 773px;
height: auto;
text-align: center;
margin-left:auto;
margin-right:auto;
overflow: hidden;
padding: 3px;
}
#header{
background-image: url(images/header.jpg); 
background-repeat: no-repeat;
background-position: left;
border-bottom: solid 3px #ffffff;
height: 96px;
width: 780px;
}

#topDevide{
border-top: solid 3px #6D2D13;
border-bottom: solid 3px #ffffff;
}
#bottomDevide{
border-bottom: solid 3px #6D2D13;
border-top: solid 3px #ffffff;
}
#container2_greyDevides{
border-top: solid 3px #6D2D13;
border-bottom: solid 3px #6D2D13;
padding-top: 3px;
padding-bottom: 3px;
height: 214px;
}
#image1_banner{
background-image: url(images/image1.jpg);
background-position: left;
background-repeat: no-repeat;
height: 214px;
}

#contentArea{
width: 540px;
float: left;
padding-top: 25px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #6D2D13;
}
 #contentArea hr{
	color: #6D2D13;
	height: 4px;
}
 #contentArea A	 	{ color: #6C9D30; text-decoration: none; font-weight: bold; } 
#contentArea A:link	{ color: #6C9D30; text-decoration: none; } 
 #contentArea A:visited	{ color: #6C9D30; text-decoration: none; } 
 #contentArea A:active	{ color: #6C9D30;  } 
 #contentArea A:hover	{ color: #FFFFFF;  text-decoration: underline; background: #6D2D13; height: 17 px;} 
#contentArea_subPages{
width: 752px;
float: left;
padding-top: 25px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #6D2D13;
}
.textpadding{
padding-left: 10px;
padding-top: 30px;
}
.textpadding_subPages{
padding-left: 10px;
padding-top: 5px;
}
#contentDevide{
background-image:url(images/pageDevide.gif);
background-repeat: repeat-x;
background-position: bottom;
padding-top: 30px;
height: 14px;
}
#rightColumn{
background-color: #e8e7e7;
width: 182px;
height: 302px;
float: left;
text-align: left;
padding-top: 25px;
padding-left: 15px;
padding-right: 15px;
border-top: solid 3px #ffffff;
}
#h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #6c9d31;
padding-left: 10px;
padding-bottom: 20px;
}
#h3{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #b4c635;
padding-bottom: 20px;
border-bottom: solid 1px #ffffff;
}
#copyright{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #6D2D13;
}

hr{
	color: #6D2D13;
	height: 4px;
}
