
body, p, td, th, li {
	font-family : Gill Sans, Verdana, Helvetica, Arial, Sans-serif;
	font-size : 11px;
	line-height : 16px;
}

p {
	text-align : justify;
}

body {
	margin : 0px;
	background-color : #2D8AAB;
	text-align : center;
}

#Layout {
	width : 900px;
	text-align : left;
	margin : 0px auto;
	background-image : url("layout/bodyBkg.gif");
}

#TopBar {
	height : 149px;
}

#Content {
	vertical-align : top;
	
		background-image : url("layout/homeBkg.jpg");
		background-repeat : no-repeat;
		background-position : top center;
	
}

#HomeLayout {
	width : 834px;
	margin : 400px auto 30px auto;
}

#HomeSideSpace {
	width : 241px;
	padding-top : 70px;
	vertical-align : top;
	background-image : url("layout/homeSideDivider.gif");
	background-repeat : repeat-y;
	background-position : top right;
}

#HomeSideSpace > * {
	margin : 0px 15px;
	text-align : center;
}

#HomeSideSpace a:link,
#HomeSideSpace a:active,
#HomeSideSpace a:visited {
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}

#HomeSideSpace a:hover {
	text-decoration : underline;
	color : #5689A8;
}

#HomeSideSpace img {
	position : relative;
	top : 4px;
}

#HomeContent {
	padding : 0px 15px;
	vertical-align : top;
}

#BottomBar {
	height : 31px;
	text-align : center;
	vertical-align : top;
	line-height : 12px;
	font-weight : bold;
	color : #666666;
}

#BottomBar a:link,
#BottomBar a:visited,
#BottomBar a:active {
	color : #666666;
	text-decoration : none;
}

#BottomBar a:hover {
	color : #5689A8;
	text-decoration : underline;
}
