body {
	background-color:#a6bf79;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}

.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:12px;
}

p{
	margin: 15px 0px;
}

ol{
    margin: 15px 0px;
}

/********************** Header ***************************/
#indent-1 {
    margin-left: 30px
}
#indent-2 {
    margin-left: 60px
}
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/new_banner.png);
	width:717px;
	height:288px;
	position:relative;
}
#header ul{
	background-color:#85a157;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:180px;
}
#logo_w2{
	top:44px;
	left:230px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-image:url(images/content_bg.gif);
	width:717px;
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#85a157;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}

h4 {
    color: white;
    background-color: white;
    height: 2px;
}

#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#photos a{
	margin-right:0px;
}
#photos img{
    border: 2px solid #FFFFFF;
    padding: 3px;
}

#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}
#leftall {
	float:left;
	width:628px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#leftall a{color:#28556b;}
#leftall a:hover{color:#c77e0c;}

/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
}
/************************ table **************************/
table.sample {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: inset outset outset outset;
	border-color: white white white white;
	border-collapse: separate;
    margin:0;
    padding:0;
    width:100%;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
    background-color:#555;
    text-align:left;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
    padding: 5px 4px;
    color: #333;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    background-color: #E6F2FF;
    border-bottom: solid 1px #C5DBF7;
    border-left: solid 1px #C5DBF7;
}
table.sample tr.even-record td {
    background-color: #fff;
    border-left: solid 1px #ddd;
}
td.even {background:#fff}
td.odd {background:#ccc}
/****************** forms ********************/
label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}
input
{
color: #c77e0c;
background: #E3E5DB;
border: 1px solid #85A157;
font-size: 13px;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
} 
