@charset "utf-8";
/* Home page */

p, h1, h2, h3, li {
color:#ffffff;
}

#pagecontainer {
background-color:#000000;
width:800px;
}

#headertop {
width:800px;
background-color:#000000;
}
	
#bodyhomepage {
height:338px;
text-align:center;
margin-bottom:0;
}

#bodysubhomepage {
width:800px;
margin:10px 0 0 0;
}
	#bodysubhomepage a {
	color:#ffffff;
	}
	#bodysubleft, #bodysubright {
	float:left;
	display:inline;
	width:375px;
	height:110px;
	margin:0 0 0 10px;
	padding:10px;
	background:#ffffff url(../Images/Layout_v2/bodyshadow.gif) repeat-x;
	}
	#bodysubleft {
		margin-left:0;
	}
		#bodysubleft h3, #bodysubright h3 {
		font-size:1.2em;
		margin:0;
		color:#000000;
		}
		#bodysubleft p, #bodysubright p {
		font-size:1.2em;
		margin:0;
		color:#000000;
		}
		#bodysubleft a, #bodysubright a {
		color:#666666;
		}
	#bodysubbottom {
	clear:both;
	width:780px;
	margin:0;
	padding:10px;
	text-align:center;
	}
		#bodysubbottom p {
		color:#666666;
		font-size:1.2em;
		margin:0 0 3px 0;
		}
		#bodysubbottom p.dark {
		color:#666666;
		}
		#bodysubbottom p a {
		color:#666666;
		}
		#bodysubbottom h3 {
		color:#666666;
		font-size:1.2em;
		margin:0 0 3px 0;
		}

	#navbar {
	width:800px;
	margin:10px 0 0 0;
	}

#footercontainer {
clear:both;
width:800px;
margin:10px 0 0 0;
}					

