body, p, td, th, li {
	font-family : Times, Times New Roman, Serif;
	font-size : 14px;
	color : #FFFFFF;
}

body {
	margin : 0px;
	text-align : center;
	vertical-align : middle;
	background-color : #010546;
}

#Layout {
	margin : 32px auto;
	width : 906px;
}

#ImageSpace {
	height : 146px;
	vertical-align : top;
	text-align : center;
	padding : 0px 10px;
	background-image : url("layout/imageSpaceBkg.gif");
	background-repeat : repeat-x;
	border-width : 0px 1px;
	border-style : solid;
	border-color : #101F7B;
}

#ImageSpace img {
	width : 123px;
	height : 104px;
	margin : 0px 22px;
}

#NavBar {
	color : #FFFFFF;
	font-weight : bold;
	text-align : center;
	padding-top : 20px;
}

#NavBar a:link,
#NavBar a:active,
#NavBar a:visited {
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
	margin : 0px 10px;
}

#NavBar a:hover {
	color : #0476D9;
	text-decoration : underline;
}