
body, p, td, th, li {
	font-family : Garamonde; /*Arial;*/
	font-size : 12px;
	color : #330000;
}

p {
	margin : 10px 40px 10px 20px;
}

h1 {
	font-family : Garamonde; /*Times New Roman, Times, Serif;*/
	font-size : 22px;
	color : #330000;
	margin : 15px 20px 5px 20px;
}

a:link, a:active, a:visited {
	color : #BF3920;
}

a:hover {
	color : #AE3D2D;
}

a.navLink:link, a.navLink:active, a.navLink:visited {
	text-decoration : none;
	font-variant : small-caps;
}

body {
	text-align : center;
	background-color : #998888;
}

#Layout {
	width : 800px;
	height : 600px;
	margin : 0px auto;
	text-align : left;
	background-color : #FFFFFF;
}

#TopBar {
	height : 142px;
}

#Content {
	vertical-align : top;
}

#NavBar {
	height : 39px;
}

#BottomBar {
	height : 77px;
}	
