@charset "iso-8859-1";

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color:#FFF;	
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	text-align:left;
	line-height:130%;
	padding-bottom:5px;
	margin:0;
	font-weight:bold;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:bold;
	text-align:left;
	padding-bottom:5px;
	padding-top:5px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:bold;
	text-align:left;
	padding-bottom:5px;
	padding-top:10px;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
}


p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:10px;
	line-height:175%;
	text-align:justify;
	margin:0;
	font-weight:normal;
}

a {
	text-decoration:underline;
}

a:link {
	color: #fff;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a:active {
	text-decoration: none;
}

em{
	color: #fff;
}

#wrapper{
	width: 800px;
	margin:0px auto;
	padding-top:0;
	text-align:left;
}
#header{
	width:800px;
	padding:0;
	margin:0;
	height:240px;
	background:url(images/header.gif) top no-repeat;
	}

#topnav{
	width:800px;
	height: 20px;
	padding:220px 0 0 0;
	margin:0;
	text-align:center;
	font-size: 12px;
	font:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:capitalize;
}

#topnav ul{
	padding: 0;
	margin: 0;
}

#topnav ul li{
	padding: 0;
	margin: 0;
	display: inline;
}

#topnav ul li a{
	color: #333;
	text-decoration:none;
	padding: 0 20px;
	border-left: 1px dotted #999;
	text-align: center;
	width: 9em;
}

#topnav ul li a:hover, #topnav ul li a:focus{
	color: #f7931e;
}


#contentwrapper{
	margin: 5px 10px 5px 10px;
	padding: 0;
	width:780px;
	background-color:#f7931e;
}

#round-corners-top{
	margin:0;
	padding:0;
	width:780px;
	height:20px;
	background:top no-repeat url(images/contentcorners-top.gif);
}

#round-corners-bottom{
	margin:0;
	padding:0;
	width:780px;
	height:20px;
	background:bottom no-repeat url(images/contentcorners-bottom.gif);
	clear:both;
}

#spacer{
	margin:0;
	padding:0;
	width:780px;
	height:10px;
	clear:both;
	background-color:#fff;
	background-image:url(images/spacer.gif);
}

#top-leftcol{
	float:left;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
	width:480px;
	border-right:solid 1px #333;
	color:#FFF;
	padding-right:20px;
}

#top-leftcol ul {
	list-style-type:bullet;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	text-indent:0px;
	line-height:150%;
	width:450px;
	color:#FFF;
}

#top-leftcol ul em{
	font-weight:bold;
	color: #333;
}

#top-leftcol ul li{
	padding-bottom:2px;
}

#top-leftcol ul a:link, #top-leftcol ul a:visited{
	color:#333;
	text-decoration:underline;
}

#top-leftcol ul a:hover, #top-leftcol ul a:focus{
	color:#fff;
	text-decoration:underline;
}

#top-rightcol{
	float:left;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
	width:200px;
	color:#white;
	padding-bottom:10px;
}

#top-rightcol h1{
	line-height:120%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding-bottom:5px;
}

#top-rightcol p{
	color:#fff;
	padding-bottom:5px;
	line-height:140%;
	text-align:left;
}

#top-rightcol p a:link, #top-rightcol p a:visited{
	color: #333;
	text-decoration:underline;
}

#top-rightcol p a:hover, #top-rightcol p a:focus{
	color: #333;
	text-decoration:none;
}

#top-wrapper{
	margin:0px;
	padding:0;
	width:780px;
	height:150px;
	clear:both;
	}

#footer{
	color: #666;
	clear:both;
	width:800px;
	padding-top:20px;
	margin:0px auto;
}

#footer p{
	font-size: 10px;
	padding:0;
	line-height:150%;
	text-align:center;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

#footer p a:link, #footer p a:visited{
	color: #666;
	text-decoration:none;
}

#footer p a:hover, #footer p a:focus{
	color: #333;
	text-decoration:underline;
}

.leftimage{
	float: left;
	margin: 5px 10px 5px 0px;
	}
	
.rightimage{
	float: right;
	margin: 5px 0px 5px 10px;
}

.centerimage{
	margin: 5px 30px 10px 30px;
}
