*{
	font-size:12px;
	font-family:Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}

body{
	background:#eaeaea url(images/bg.jpg) top repeat-x;
	color:#333;
}

p{
	margin:0 0 0 10px;
}

div:after{/* For Gecko Browsers which like to completely break float elements out of the parent's layout */
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

img{
	border:0;
}

a{
	color:#00a;
}

a:hover{
	color:#00d;
}

.clear{
	clear:both;
}

/* BEGIN: Headings ================== */
h1{
	font-size:19px;
}

h2{
	font-size:15px;
}

h3{
	font-size:14px
}

h4{
	font-size:13px
}

h5{
	font-size:12px
}

h6{
	font-size:11px
}
/* END: Headings ================== */


#main{
	margin:0 auto 10px auto;
	width:918px;
	background:url(images/bgContent.jpg) repeat-y;	
}

#content{
	margin:0 auto;
	width:918px;
	min-height:454px;	
	background:url(images/bgTop.jpg) top no-repeat;	
}

#innerContent{
	margin:0 auto;
	width:918px;
	background:url(images/bgBottom.jpg) bottom no-repeat;
}

#top{
	margin:0 auto 10px auto;
	width:880px;
	padding-top:14px;	
	background:#FFF url(images/bgTopDiv.jpg) top no-repeat;
}
#top div{
	width:853px;
	padding:15px 0 0 25px;
	border:solid 1px #a3a5a7;
	border-top:none;
}
#top div p{
	text-indent:-9999px;
	margin:0;
	float:right;
	width:312px;
	height:194px;	
	margin-top:-15px;
	background:url(images/bgNote.jpg) no-repeat;
}
#top div a{
	text-indent:-9999px;
	display:block;
	width:498px;
	height:164px;
	background:url(images/imgLogo.jpg) no-repeat;
}

#flashcontent{
	width:878px;
	margin:0 auto 10px auto;
	background:#FFF;
	border:solid 1px #a3a5a7;
	padding:30px 0;
	text-align:center;
}

#bottom{
	width:878px;
	margin:0 auto 38px auto;
	background:#FFF;
	border:solid 1px #a3a5a7;
}
#bottom h1{
	text-indent:-9999px;
	width:758px;
	height:43px;
	margin:15px auto;
	background:url(images/titleSeeWhat.jpg) no-repeat;
}
#bottom div{
	width:374px;
	float:left;
}
#bottom div h2{
	text-indent:-9999px;
	width:262px;
	height:30px;
	margin-bottom:10px;
	background:url(images/titleAnOpp.jpg) no-repeat;
}
#bottom div.left{
	border-right:solid 1px #eaeaea;
	padding-right:30px;
	margin:0 35px 20px 62px;	
}
#bottom div.left h2{
	width:114px;
	height:30px;
	background:url(images/titleOurMission.jpg) no-repeat;
}
#bottom div p{
	margin:0 0 15px 2px;
}


#footer{
	width:878px;
	margin:0 auto;
	padding:10px;
	background:#b53022 url(images/bgFooter.jpg) repeat-x;
	border:solid 1px #a3a5a7;	
	text-align:center;
}
#footer p, #footer p a{
	color:#FFF;
	font-size:14px;
	font-weight:normal;
}
#footer p a{
	text-decoration:none;
}
#footer p a:hover{
	text-decoration:underline;
}
#footer p.top{
	margin-bottom:8px; 
}