/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-size:10px;
	color: #000000;
	background: #FFFFFF;
	text-decoration: none;
}

a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #d93e09; text-decoration: none; } 

.headers{
	color: #DA3D06;
	font-weight: bold;
	font-size: 12px;
}

#top {
	width: 720px; 
	margin: 0px auto;
	background-image: url('../gfx/top.jpg');
	background-repeat: no-repeat;
	min-height: 92px;
	text-align: right;
}
*html #top {height: 92px;} /* ie hack */

#bottom {
	width: 720px; 
	margin: 0px auto;
	background-image: url('../gfx/bg.jpg');
	background-repeat: repeat;
}
#middle {
	font-size: 11px;
	width: 708px; 
	margin: 0px auto;
	border: 1px solid #D74126; 
	border-collapse: border-seperate;
	padding: 5px;
	background-image: url('../gfx/blankbg.jpg');
	background-position: top;
	background-repeat: no-repeat;
	min-height: 550px;
}
*html #middle {height: 550px;} /* ie hack */

#left {
	float:left;
	width:475px;
	padding: 5px;
}
	#left h2 {
		color:#DA3D41;
		font-weight:bold;
		font-size:12px;
		margin:0;
	}
	
#left3 {
	float: left;
	width: 475px;
	padding: 25px;
}

#left4 {
	float: left;
	width: 690px;
	padding: 5px;
}

#footer {
	text-align:center;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}
	
#pscroller1{
width: 210px;
height: 130px;
border: 1px solid black;
padding: 5px;
background-color: #E8E8E8;
font-size: 12px;
}

.input {	border: 1px solid #959595;
	font-family: verdana;
	font-size: 10px;
	padding-left: 2px;
}
.input2 {	border: 1px solid #959595;
	font-family: verdana;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.button {
	border: #000000 1px solid;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-family: Tahoma;
	background-color: #FFFFFF;
	text-decoration: none;
}
.button1 {
	border: #000000 0px solid;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-family: Tahoma;
	background-color: #FFFFFF;
	text-decoration: none;
}
#navigation ul {
	list-style:none;
}

	#navigation li {
		list-style:none;
		float:left;
		font-size:12px;
		color:#FFFFFF;
	}
	
	#navigation a {
		text-decoration:none;
		color:#FFFFFF;
	}
	
	#navigation a:hover {
		color:#E27561;
	}
	
.center {
margin: 0 auto;
width:397px;
}
