

body {
	text-align : center;
	background-color : #003366;
}

body, p, td, th, li {
	font-family : Arial;
	font-size : 12px;
	color : #333333;
}

h1 {
	font-family : Curlz MT, Verdana, Arial, Helvetica, Sans-serif;
	font-size : 24px;
}

#LayoutContainer {
	width : 800px;
	position : relative;
	text-align : center;
	margin : 0px auto;
}

#Layout {
	width : 800px;
	height : 600px;
	margin : 0px auto;
	text-align : left;
	background-color : #FFFFFF;
	z-index : 1;
}

#TopBar {
	height : 136px;
}

#NavBar {
	height : 47px;
}

#NavBottomSpacer {
	height : 39px;
}

#ContentSpace {
	vertical-align : top;
}

#SideBar {
	width : 308px;
	height : 309px;
}

#Content {
	padding : 0px 66px 0px 24px;
	vertical-align : top;
}

#BottomBar {
	background-image : url("images/bottomStrip.jpg");
	background-position : bottom left;
	background-repeat : repeat-x;
	vertical-align : top;
	height : 69px;
}

#SideBarBottom {
	width : 308px;
	height : 69px;
}

#BottomLinks {
	vertical-align : bottom;
	text-align : right;
	height : 69px;
	padding : 0px;
}

#NewsBar {
	width : 125px;
	height : 250px;
	position : absolute;
	left : 195px;
	top : 228px;
	z-index : 2;
	background-color : #C7E3FB;
	border : 1px #05396B solid;
	text-align : left;
}

#NewsBar p {
	margin-left : 5px;
	margin-right : 5px;
}

#Hours {
	position : absolute;
	width : 100px;
	top : 278px;
	left : 85px;
	font-size : 10px;
	line-height : 15px;
	text-align : right;
	vertical-align : top;
}







