/*****************/
/*     Styles    */
/*****************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000;

	background: #FFF;
}

p {
	margin: 0px 5px 10px 0px;
	
	color: #001831;
}

.nomargin {
	margin: 0px 0px 0px 0px;
}


h1 {  
		margin: 0px 5px 10px 5px;
		
		font-size: 18px; 
		font-style: normal; 
		color: #FF7011;
		line-height: 21px; 
		font-weight: 700; 
		text-decoration: none; 
}
		
		
h2 {  
		margin: 0px 5px 10px 5px;

		font-size: 16px; 
		font-style: normal; 
		color: #000;
		line-height: 18px; 
		font-weight: 300; 
}
		
		
h3 {  
		margin: 3px 0px 0px 0px;

		font-size: 13px; 
		font-style: normal; 
		color: #FF7011;
		font-weight: bold; 
		text-decoration: none; 
}
		
		
h4 {  
		margin: 0px 5px 10px 5px;

		font-size: 14px; 
		font-style: normal; 
		color: #2C4438;
		line-height: 18px; 
		font-weight: 300; 
		text-decoration: none; 
}
		
h5 {  
		margin: 0px 5px 10px 5px;

		font-size: 13px; 
		font-style: normal; 
		line-height: 18px; 
		font-weight: 700; 
		color: #2C4438;
		text-decoration: none; 
}

a:link, a:visited, a:hover {
	color: #FF9C00;
	text-decoration: underline;
}

a:hover	{
	color: #FF9C00;
	text-decoration: none;
}
	
a.noborder {
	border-bottom: none;
	text-decoration: none;
}

img {
	border: none;
}

/*****************/
/* Layout Styles */
/*****************/
#container {
}

	#header {
		height: 157px;
		padding: 24px 0 10px 0;
		
		text-align: center;
		
		background: url('../images/bg_header.jpg') repeat-x ;	
	}
	
	#menu {
			height: 30px;
		
			background: #FF9C00;
	}
	
	#content {
		width: 850px;
		margin: 10px auto 10px auto;
		padding: 0px;
	}
		#left {
			margin: 20px 0 0 0;
			float: left;
			width: 590px;
		}
		#right {
			margin: 0 0 0 4px;
			float: left;
			width: 238px;
			
			background: #EDEDED;
		}
			#right p, #right h3 { margin: 0 7px;}
	
	#footer {
		clear: both;
	
		text-align: left;
	
		background: url('../images/bg_footer.jpg') repeat-x left top;
	}
