body {
	background-color:#fff;
	margin:0px;
	line-height:20px;
	font-family:Lucida Sans, LucidaGrande, Tahoma;
	font-size:12px;
	color:#8e8e8e;
}

a:link {
	color:#8e8e8e;
}

a:visited {
	color:#a2131c;
}

a:hover {
	color:#a2131c;
}

a:active {
	color:#8e8e8e;
}

h1 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:30px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
}

h3 {
	font-size:16px;
	font-weight:bold;
}

h4 {
	font-size:24px;
	font-weight:bold;
	color:#a2131c;
	margin-bottom:10px;
}

h5 {
	font-size:18px;
	font-weight:bold;
}

#decoStripe {
	width:100%;
	background-color:#a2131c;
	height:5px;
}

#head {
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	height:384px;
}

#headPos {
	width:955px;
	margin:0px auto;
}

#wrap {
	width:100%;
	text-align:center;
	background-image:url(../img/contentBG.gif);
	background-repeat:repeat-x;
}

#pageCenter {
	width:955px;
	margin:0px auto;
	text-align:left;
}

#leftSidebar {
	width:300px;
	float:left;
}

	.navPoint {
		margin-top:10px;
		border-top:1px solid #dfdfdf;
		padding-top:10px;
		width:100%;
	}
	
	.navPoint a, a:link, a:visited   {
		color:#8e8e8e;
		color:#a2131c;
	}

#contentArea {
	width:625px;
	margin-left:30px;
	float:left;
}

	#contentArea img {
		border:5px solid #dfdfdf;
		margin-bottom:10px;
	}
	
	#contentArea p {
		margin-bottom:10px;
	}
	
	#contentArea ul {
		list-style:outside;
		margin-left:25px;
	}
	
	#contentArea input {
		width:200px;
		border:1px solid #a2131c;
		padding:3px;
		font-family:Lucida Sans, LucidaGrande, Tahoma;
		font-size:12px;
		color:#8e8e8e;
		height:16px;
	}
	
	#contentArea textarea {
		width:200px;
		height:100px;
		border:1px solid #a2131c;
		padding:3px;
		font-family:Lucida Sans, LucidaGrande, Tahoma;
		font-size:12px;
		color:#8e8e8e;
	}

	#contentLeftRow {	
		width:297px;
		float:left;
		margin-top:20px;
	}
	
	#contentRighttRow {	
		margin-left:30px;
		width:297px;
		float:left;
		margin-top:20px;
	}
	
	#contentClear {
		width:100%;
		height:1px;
		overflow:hidden;
		clear:left;
	}
	
#finalClear {
	height:30px;
	clear:left;
}

#footer {
	clear:left;
	background-color:#dfdfdf;
	height:30px;
	text-align:right;
}

	#footer a:link, a:visited, a:hover, a:active {
		color:#636363;
		text-decoration:none;
	}

	#foterPosition {
		padding-right:50px;
		padding-top:7px;
	}
