

body {
	background-color : #9999AA;
	text-align : center;
}

body, p, td, th, li {
	font-size : 12px;
	line-height : 15px;
	font-family : Times New Roman, Times, Serif;
}

h1 {
	font-family : Arial;
	font-size : 20px;
	font-weight : bold;
	text-align : left;
}

#Layout {
	width : 791px;
	height : 576px;
	margin : 0px auto;
	background-color : #FFFFFF;
	text-align : left;
	border : 1px #666677 solid;
}

#TopBar {
	height : 79px;
}

#NavBar {
	height : 23px;
}

#Content {
	
		background-image : url("images/contentBkg.jpg");
		background-repeat : no-repeat;
		background-position : top left;
		padding : 0px 20px 0px 500px;
	
}

#FeaturedHeader {
	height : 23px;
}

#FeaturedSpace {
	background-color : #ECDEB4;
	background-image : url("images/featuredBkg.jpg");
	background-repeat : no-repeat;
	background-position : bottom right;
	height : 105px;
	padding-left :50px;
}

#FormFirstRow {
	display : none;
}