body{
	background:		url(../images/mainBg.jpg) top left;
	font-family:	trebuchet ms, trebuchet, arial, sans-serif;
	width:			1010px;
	margin:			37px auto 0 auto;
	color:			#8F8383;
}

.clear{
	clear:			both;
	font-size:		1px;
	height:			1px;
	line-height:	1px;
}

.clearFix:after {
    content:		".";
    display:		block;
    height:			0;
    clear:			both;
    visibility:		hidden;
}
	.clearFix {display:	inline-block;}
	/* Hides from IE-mac \*/
	* html .clearFix {height: 1%;}
	.clearFix {display: block;}
	/* End hide from IE-mac */
	
img{
	border:			0;
	
}

a:link,
a:visited{
	color:			#FD9515;
	text-decoration:underline;
}

a:hover,
a:active{
	text-decoration:none;
}

h1{
	text-transform:	uppercase;
	font-weight:	normal;
}


h2{
	font-weight:	normal;
}
	
#background{
	padding:		40px 40px 30px 33px;
}
	
	#logo{
		float:			left;
	}
	
	#utilities{
		float:			right;
	}
	
		#utilities ul{
			list-style:		none;
			padding:		0;
			margin:			0;
		}
		
			#utilities li{
				float:			left;
				padding:		0 0 0 20px;
			}
			
				#utilities a:link,
				#utilities a:visited{
					color:			#000;
					text-decoration:none;
					line-height:	20px;
				}
				
				#utilities a:hover,
				#utilities a:active{
					text-decoration:underline;
				}
				
		#searchBox{
			clear:			right;
			float:			right;
			padding:		10px 0 0 0;
		}
		
		.watermark{
			color:			#CCC;
		}
				
	#breadCrumb{
		clear:			both;
		padding:		10px 0 0 220px;
	}

	#mainMenu{
		clear:			both;
		padding:		60px 0px 0px 0px;
	}

		#mainMenu ul{
			list-style:		none;
			padding:		0px 0px 0px 0px;
			margin:			0px 0px 0px 0px;
		}
		
			#mainMenu li{
			}
			
				#mainMenu a:link,
				#mainMenu a:visited{
					color:			#FFF;
					text-decoration:none;
					line-height:	20px;
				}
				
				#mainMenu a:hover,
				#mainMenu a:active{
					font-weight:	bold;
				}
				
		#mainMenu .currentPage{
			font-weight:		bold;
		}
							
	#homepageNewsListing{
		
	}
	
		#homepageNewsListing{
			list-style:		none;
			margin:			0;
			padding:		0;
		}
		
			#homepageNewsListing li{
				padding:		0 0 20px 0;
			}
	
				#homepageNewsListing h3{
					margin:			0;
					padding:		0;
				}
				
				#homepageNewsListing p{
					margin:			0;
					padding:		0;
				}
			
#footer{
	font-size:		x-small;
	padding:		10px 0 0 40px;
	color:			#807F7F;
}