﻿

/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

	#wrapper {
		width:955px;
		margin:0 auto 0 auto;
		}
		
	#top {
		height: 108px;
		background: url(../images/background.gif) no-repeat top center;
		}

	#banner {
		width:955px;
		margin:0 auto 0 auto;
		}


	#centercontent {
   		padding:13px;
   		background-color:white;
		}
		



body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.6em;
color:#333333;
border-top:1px solid #fff;
margin: 0 0 10px 0;
padding: 0;
background-color:gray;

}

table { 
font-size: 1em; 
}

.clear {
clear:both;
}

p {
margin: 0 0 15px 0;
}

.left {
float:left;
}

/*
------------------------------------------------------
Links
------------------------------------------------------
*/


a:Active { 
color: #f48026; 
text-decoration : underline; 
}


a:visited { 
color: #f48026; 
text-decoration : underline; 
}


a:link { 
color: #f48026; 
text-decoration : underline; 
}

a:Hover {
color: #fff;
background:#f48026;
text-decoration : none;
}

/*
------------------------------------------------------
Headers
------------------------------------------------------
*/

h1{
	color:#f48026;
	font: bold 2em "Arial Narrow",Arial, Helvetica, sans-serif ;
	font-weight:bold;
	display:inline;
}

h2{
color:#808080;
font: bold 1.2em Arial, Helvetica, sans-serif;
font-weight:800;
margin: 0 0 10px 0;
}

h3{
color:#f48026;
font: bold 1.2em Arial, Helvetica, sans-serif;
font-weight:800;
margin: 0 0 10px 0;
}

h4{
color:#f48026;
margin: 0 0 10px 0;
}

h5{
color:#f48026;
margin: 0 0 10px 0;
}

h6{
color:#f48026;
margin: 0 0 10px 0;
}

/*
------------------------------------------------------
Forms
------------------------------------------------------
*/


input {
}


textarea {
}

select {
}


/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
border: none 0;
border-top: 1px solid #ccc;
width: 100%;
height: 1px;
}
