	body {
	margin-left:4px;
	margin-right:10px;
	margin-top:4px;
	margin-bottom:4px;
	background-image: url('../images/background.jpg');
	background-position: left top;
	background-repeat:repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align: center;
	min-width:1020px;
		}
/***********************************************************************************************/
	#header {
		width:100%;
		height:200px;
		margin:0px;
		padding:0px;
		border-color:#000000;
		border-style:solid;
		border-width:thin;
	}
/***********************************************************************************************/
	#headerleft {
		padding:0px;
		margin-top:8px;
		margin-left:10px;
		margin-bottom:auto;
		margin-right:auto;
		clear:both;
		display:block; 
		float:left;
		width: 20%;
		background-color:#cc3333;
		border-color:Black;
		border-style:solid;
		border-width:thin;
		height:180px;
		}
	#headerleft ul {
		margin-top: 4px;
		margin-left: 10px;
		margin-right:10px;
		padding-left:10px;
		padding-top:0px;
		padding-bottom:4px;
		list-style: square;
		background-color: Black;
		border-color:White;
		border-style:solid;
		border-width:thin;
	}
	#headerleft	li 	{
		margin-top:0px;
		margin-left:14px;
		margin-right:14px;
		margin-bottom:0px;  
		color: White;
	}
	#headerleft li a {
		line-height: 12px; 
		color:#FFFFFF;  
		font-size: 12px;
		font-weight:bold;
		text-decoration:none; 
	}
	#headerleft a:hover {
		font-weight:bold; 
		color: Black; 
		background-color: White; 
		text-decoration:none;
	}
/***********************************************************************************************/
	#navbar {
		float:right;
		width: 76%;
		height:20px;
		margin-right:4px;
		margin-top:4px;
		margin-bottom:4px;
		}
	#navbar a 	{
		font-weight:bold;
		font-size:12px;
		text-decoration:underline;
		color: Black;  
	}
	#navbar a:hover {
		font-weight:bold; 
		color: Black;
		background-color:White;
		text-decoration:underline;
	}
/***********************************************************************************************/	
	#navlinks {
		clear:both;
		float:right;
		margin-right:10px;
	}
/***********************************************************************************************/	
	#headerpicture {
		background-image: url('../images/header.gif');
		background-repeat:no-repeat;
		background-position: center top;
		color:#000000;
		font-style:normal;
		font-weight:bold;
		float:right;
		width: 76%;
		height:150px;
		margin-right:4px;
		margin-top:4px
		}

/***********************************************************************************************/
	#content {
	width:100%;
	margin: 0px;
	padding:0px;
	text-align: center;
	}
/***********************************************************************************************/
	#left_column {
		float:left;
		width:49%; /*59*/
		margin:0px;
		padding:0px;
	}
/***********************************************************************************************/
	#right_column {
		float:right;
		width:49%;
		margin:0px;
		padding:0px;
	}
/***********************************************************************************************/
	.column_box {
		border-color:#000000;
		border-style:solid;
		border-width:thin;
		margin:10px;
		padding:10px;
	}
	.column_box img {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	float:none;
	text-align: center;
	}
	.column_box a {
		font-weight:bold;
		font-size:14px;
		text-decoration:underline;
		color: Blue;  
	}
	.column_box a:hover {
		font-weight:bold; 
		color: Black; 
		background-color:White; 
		text-decoration:underline;
	}	
/***********************************************************************************************/
	#footer {
		clear:both;
		width:100%;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
		padding:0px;
		border-color:#000000;
		border-style:solid;
		border-width:thin;
		background-color: #cc3333;
		height:auto;
	}
	#footertext {
		margin:0px; 
		padding:0px;
		font-size:10px;
		font-weight:bold;
		font-style:italic;
		color:Black;
	}
	#footertext a {
		font-weight:bold;
		font-style:normal;
		font-size:12px;
		color:Blue; 
		text-decoration:underline;
	}
	#footertext a:hover {
		font-weight:bold; 
		color: Black; 
		background-color:White; 
		text-decoration:underline;
	}
/***********************************************************************************************/
/*                                            CLASSES                                          */
/***********************************************************************************************/
	.btitle {
		display: block; 
		color:Red; 
		clear:both;
		padding-left:10px;
		padding-top:4px;
		padding-bottom:4px;
		padding-right:10px;
	}
	.btitle H4 {
		font-size:14px;
		font-weight:bold;
		padding:0px;
		margin:0px;
	}	
	.rtitle {
		display: block; 
		clear:both;
		padding-left:12px;
		padding-top:4px;
		padding-bottom:4px;
		padding-right:10px;
		text-decoration:none;
		font-style:normal;
		font-weight:normal;
		font-size:12px;
		color:Black; 
	}
	.required {
		color:#FF0000;
	}
	
/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}
/************** #headlines styles **************/

.headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size:14px;
	font-weight:bold;
}

.headlines p{
	padding: 5px 0px 5px 0px;
}
.centertext {
	text-align: center;
}

.heading {
	font-size: 18px;
	color: #00F;
	
}
#community_wrapper {
	width: 100%;
	text-align: left;
	color: #000;
	font-weight: bold;
}
#community_wrapper img {
	float: left;
	margin: 10px;
}
#community_wrapper #community_left_col {
	width: 48%;
	float: left;
	border: thin solid #000;
}
#community_wrapper #community_right_col {
	float: right;
	width: 48%;
	border: thin solid #000;
}
