

* {margin: 0;
   padding: 0;
}

html {
	height: 100%;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

body {
	font-size: 14px;
	background-color: #D9D9DA;
	background-image: url(layout/bg.jpg);
	background-repeat: repeat-x;	
	color: #000000;
	height: 100%;
	
	
}




#container {
	position: relative;
	margin: auto;
	padding: 0;
	width: 1000px;
	background: url(layout/top.jpg) no-repeat;
	heigth: 100%;	
	
}

.content {
	height: 500px;
	}


.text {
	padding-top: 220px;
	text-align: right;
}
	}

#topimg {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}
#headermenu {
	background: #FFFFFF;
	height: 350px;
	margin: 0;
	padding: 0;
	
}

#headermenu ol, ul, li {
	list-style-type: none;
	}


#headerright {
	float: right;
	width: 244px;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	
}


#headerleft {
	float: left;
	width: 910px;
	font-size: 0.9em;
	margin:0;
	padding: 0;
	
}


#contentwrap {
	background: #FFFFFF;
	}

#content {
	padding: 20px 30px;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	
	
}

#footer {
	clear: both;
	height: 144px;
}

h1 {
	font-size: 1.4em;
	color: #FFFFFF;
	float: right;
	margin-top: 325px;
	margin-right: 22px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A79C90;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A79C90;
	font-style: italic;
}


h2 {
	font-size: 1em;
	color: #6B5945;
	background-color: #cbc1b3;
	padding: 5px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	font-family: cambria;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

p {
	padding-top: 15px;
	padding-bottom: 15px;
}

dl {
	margin-top: 15px;
	margin-bottom: 15px;
}

dt {
	font-style: italic;
	font-weight: bold;
	margin-top: 15px;
}

dd {
	margin-left: 20px;
	margin-top: 10px;
	font-size: 0.9em;
}


a:link, a:visited, a:active {
	color: #006738;
	text-decoration: none;
}
a:hover {
	color: #000;
}


.leftfloat {
	float: left;
}

.rightfloat {
	float: right;
}

.floatright {float: right;}


#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#navcontainer li { margin: 0 0 3px 0; }



#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background: url(layout/menu_bg.png) 0 -120px;
color: #FFFFFF;
}
#footer {
    padding-top: 10px;
    width: 910px;
    margin: auto;
    text-align: right;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    }

#footer a {
    color: #FFFFFF;
    text-decoration: none;
    }

#footer  a:hover {
    color: #FFD200;
    text-decoration: none;
    }






