* {margin: 0; padding: 0; border: 0;}
html {height:101%}
body {
 	margin:20px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
 }
#container {
 	width:750px;
	position: relative;
 	margin: 0em auto;
 }
#masthead {
	height:150px;
	background: url(graphics/mastBckgrnd.gif) 0 0 no-repeat;
 }
#navglobal {
	float: right;
	width: 500px;
	text-align: right;
	padding-top: 100px;
	padding-right: 15px;
	}
	#navglobal ul  {
		margin: 0;
		padding: 0;
		white-space: nowrap;
		}
	#navglobal ul li {
		display: inline;
		list-style-type: none;
		}
	#navglobal a{
   		margin: 0 10px;
		height: 22px;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: -.04em;
		color: #736E64;
	  	}
	#navglobal a:hover {
		color: #EC7022;
	    }
#bodyblock {
 	position:relative;
 	width:730px;
	height: 400px;
 	padding:12;
	border-bottom: 1px solid #CCCCCC;
 }
#subNav {
 	float:left;
 	width:145px;
	height: 100%;
 }
#content {
 	width:595px;
 	background:#ffffff;
 	
 }
#contentFeature {
	width: 518px;
	height: 75px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	position: relative;
	right: 0px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 40px;
	font-size:24px;
	color:#666666;
}
#flashFeature{
		
	width: 520px;
	height: 200px
	position:relative;
	top: 0px;
	right: 0px;
	border-top: 5px solid #EC7022;
	padding-top: 3px;5
	
} 	
#footer {
 	height:25px;
 	padding-top:10px;
	margin-top: 0px;
	font-size: 11px;
	color: #A0A0A0;
	text-align: center;
 }
a:link {
	color: #726D63;
	text-decoration: none;
}
a:hover {
	color: #EC7022;
	text-decoration: none;
}
a:visited {
	color: #A0A0A0;
	text-decoration: none;
}
