/* CSS Document */

body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #bebeae;
	text-align: center;
	margin: 10px auto 0px auto;
	padding: 0px;
}
#holder {
	position: relative;
	width: 760px;
	background: #bebeae;	
	/*background-image:url(../images/holder-bg2-2009.jpg);*/
	/*background-repeat: no-repeat;*/
	text-align: left;
	margin: 0px auto 0px auto;
	
		
}
#header {
	/*padding: 0 10px;*/
	position: relative;
	background:url(../images/header-bg.jpg) no-repeat;
	width: 760px;
	height: 180px;
	
}

#content {
	position: relative;
	background-image:url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	width: 760px;	
	min-height:600px;
  	height:auto !important;
  	height:600px;
	padding-top: 1px;
	
		
}



#footer {
	clear: both;
	background: url(../images/footer-bg.jpg) no-repeat;
	width: 700px;
	height: 42px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 40px;
	font-size: 80%;
	color: #736B5E;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
color: #74746b;
font-size: 130%;

}

h2 {
font-family: Arial, Helvetica, sans-serif;
color: #8B8A80;
font-size: 120%;
margin-top: 3px;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
color: #8B8A80;
font-size: 110%;
margin-bottom: 1px;
}



li {
	margin-bottom: 5px;
	margin-top: 5px;
}
a {
color: #8B8A80;
text-decoration: underline;
}

a:hover {
color: #2E54A2;
}


p, blockquote {
	font-size: 90%;
	margin-top: -1px;
}

#content p {
	line-height: 130%;
}

.logo {
	position: absolute;
	height: 108px;
	width: 108px;
	left: 47px;
	top: 30px;
}



.pagetitle {
	position: absolute;
	left: 361px;
	top: 127px;

}

.pagetitle h1 {
font-family: Arial, Helvetica, sans-serif;
color: #8B8A80;
font-size: 150%;
}

.courtesyline {
	padding-right: 10px;
	font-size: 70%;
	font-style: italic;
	color: #736B5E;
	text-align: right;
}

.maincontent {
	margin-left: 225px;
	margin-right: 40px;
}
	
.nav {
	position: relative;
	float: left;
text-align: left;
width: 160px;
margin-left: 25px;

}

.nav ul {
list-style: none;
margin-left: 5px;
padding-left: 0px;

}

.nav li {
margin-bottom: 3px;
font-size: 14px;
font-weight: bold;

}
.nav li a {
display: block;
width: 132px;
height: 25px;
line-height: 25px;
background: url(../images/buttons/btn_up.gif) no-repeat;
text-indent: 15px;
text-decoration: none;
color: #EBE6DD;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

.nav li a:hover {
background: url(../images/buttons/btn_over.gif) no-repeat;
text-decoration: none;
color: #EBE6DD;
}
