@charset "utf-8";
/* CSS Document */

/* ALL TEMPLATE PAGES */

#content {
	position: relative;
	text-align: left;
	margin: 0px;
	width: 690px;
	padding: 10px 20px 20px 20px;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	height: 320px;	
	overflow: auto;
}

#content h1{
	font-size: 32px;
	line-height: 110%;
	padding-bottom: 20px;
	font-weight:normal; 
	color: #990000;	
}

#content h2{
	font-size: 18px;
	line-height: 110%;
	padding-bottom: 0px;
	font-weight:bold;
	color: #990000;
}

#content h3{
	font-size: 15px;
	padding-bottom: 0px;
	font-weight:bold;
	color: #969C7A;
}

#content p{
	font-size: 12px;
	line-height: 120%;
	color: #555;	
}

/* HOME PAGE ONLY*/

#announcement {
	position: relative;
	margin: 0px;
	width: 200px;
	padding: 14px;
	font-family: Aharoni, "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF99;
	
}





#banner {
	position: relative;
	width: 500px;	
}

#banner h1 {
	position: absolute;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 24px;
	font-weight:normal;
	color: #6B7054;
	padding-top: 4px;
	padding-left: 138px;
	
}

#belowFold{
	left: -1px;
	position: relative;
	margin: 0 auto;
	padding-top: 2px;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #999999;	
	width: 860px;
	text-align: left;
	padding: 10px 20px 20px 20px;
}

#belowFold .FB{
	position: relative;
	float: right;
	padding: 10px 20px 20px 0px;
}
#belowFold p{
	font-size: 13px;
	line-height: 120%;
	color: #555;	
}



#footer{
	position: relative;
	padding-top: 2px;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 10px;
	color: #999999;	
}


