/* basic stylesheet with navigation on left */

/* /////////////// basic elements /////////////// */

body {
margin:0;
padding:0;
background: #faebd7 url('images/body_bg_orange.jpg') repeat-y top;
text-align:center; 
font-style:normal; 
font-variant:normal; 
font-weight:normal; 
line-height:1.6; 
font-size:80%;
font-family:verdana, Helvetica, sans-serif
}

h1 {
	display: none;
}

h2 {
font-size: 145%;
padding-top: 0px;
padding-bottom: 4px
}

h3 {
font-size: 130%;
height:39px;
margin:0;
padding:0;
}

h4 {
	font-size: 110%;
}

h5 {
font-size: 1.2em;
color: #9cad21;
font-weight: bold;
}

p {
	margin: 0;
	padding: 0 0 5px 0;
}

a {
	color: #900000;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	background-color: transparent;
}


/* ////////////// layout ///////////////// */

#page {
width:760px;
margin:0 auto;
padding:0;
position:relative;
background-color: #fff;
color:#454545;
text-align:left;
}

#main {
position: absolute;
top: 158px;
width:100%;
height:95%;
padding-left: 5px;
}

#header {
width:760px;
height:158px;
background:url('images/top.jpg') no-repeat; 
}

	.headerTitle {
	position: absolute;
	color: #ef5215;
	top: 0px;
	right: 5px;
	font-size: 2.3em;
	}

#content {
width:534px;
background-color:#ffffff;
background-repeat:repeat-y;
margin:0 0 2px 190px;
color:#454545;
display:block;
padding-top:20px;
padding-left:5px;
}

#contentindex {
width: 374px;
background-color:#ffffff;
background-repeat:repeat-y;
margin:0 120px 2px 190px;
color:#454545;
display:block;
padding-top: 20px;
padding-left:5px;
}

#rightcol {
	float: right;
	margin-left:2px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 20px;
	border-left: thin solid Gray;
	font-size: 0.8em;
}

#rightmap {
	float: right;
	margin-left:2px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 20px;
	width: 350px;
	border-left: thin solid Gray;
	font-size: 0.8em;
}
#nav {
float: left;
padding-left: 10px;
padding-right: 20px;
padding-top: 20px;
width:120px;
background: #fff4de;
margin: 0 0 0 0;
}

#nav a {
	text-decoration: none;
	color: #505050;
	margin: 10px 0 0 0;
	display: block;
	line-height: normal;
	padding-top: 0px;
}
	
#nav a:hover {
	color:  #ff0000;;
}

#nav a.on {
	color: #ef5215;
}

#nav ul {
	margin: 0;
	padding-left: 20px;
}

#nav li {
margin: 0;
list-style:none;
padding: 0;
}

#nav li a {
padding-left:7px;
background:url('link.gif') no-repeat left center;
text-decoration:none
}

#nav li a:hover {
text-decoration:underline;
}


#footer {
position: relative;
top: 0px;
left: 70px;
margin: 5px;
padding: 5px;
text-align: center;
font-size: 0.8em;
}
	
#footer a{
text-decoration:none;
color:#aaa;
}

#footer a:hover{
color:#333;
}

.clearfix {
	clear: both
}

.noborder {
    border: none;
}

.small {
	font-size:70%;
}


/* /////////////  images ////////////// */

.imageright {
	float: Right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size:90%;
}

.imageleft {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
	font-size:90%;
}