body {
	background-color : #CCCCCC;
	text-align : center;
}	

body, p, td, th, li {
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-size : 12px;
}

h1 {
	font-size : 18px;
	font-weight : bold;
	text-align : left;
}

#Layout {
	width : 800px;
	height : 600px;
	background-color : #FFFFFF;
	margin : 0px auto;
	text-align : left;
}

#TopBar {
	height : 60px;
}

#NavBar {
	height : 57px;
	vertical-align : top;
	background-image : url("images/navBkg.jpg");
}

#NavContainer {
	color : #255C23;
	margin-top : 8px;
	font-size : 10px;
	text-align : center;
	font-weight : bold;
}

#NavContainer a:link,
#NavContainer a:active,
#NavContainer a:visited {
	color : #255C23;
	text-decoration : none;
}

#NavContainer a:hover {
	color : #FFFFFF;
}

#Content {
	vertical-align : top;
	padding : 5px 15px;
}
.link {
	color: 255C23;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

#FooterBar {
	height : 34px;
}
