body {
	background-color : #000000;
	margin : 5px auto;
}

body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	line-height : 16px;
}

h1 {
	font-family : Trajan Pro, Trajan, Times New Roman, Times, Serif;
	font-size : 18px;
	font-variant : small-caps;
}

#Layout {
	width : 950px;
	height : auto;
	border-width : 0px 1px 1px 1px;
	border-color : #FFFFFF;
	border-style : solid;
	background-color : #000000;
	margin : 0px auto 10px auto;
}

#TopBar {
	position : relative;
	height : 141px;
	background-image : url("layout/topBar.bkg.jpg");
	background-repeat : no-repeat;
}

#Logo {
	position : absolute;
	left : 22px;
	top : 30px;
}

#XMHE {
	position : absolute;
	left : 646px;
	top : 25px;
}

#AuxNav {
	position : absolute;
	left : 430px;
	top : 60px;
}

#AuxNav > a {
	display : block;
	float : left;
	margin-right : 15px;
}

#TopNav {
	position : absolute;
	right : 25px;
	top : 103px;
	height : 32px;
}

#TopNav > * {
	display : block;
	float : left;
	margin : auto 0px;
}

#TopNav > span {
	width : 39px;
	height : 18px;
	background-image : url("layout/bullet.png");
	background-position : center;
	background-repeat : no-repeat;
}

#FacebookLink {
	position : relative;
	top : -8px;
	margin-left : 15px;
}

#MidNav {
	position : relative;
	width : auto;
	height : 11px;
	padding : 10px 0px 10px 21px;
}

#MidNav > * {
	display : block;
	float : left;
	margin : auto 1px auto 0px;
}

#MidNav > span {
	width : 24px;
	height : 11px;
	background-image : url("layout/bullet2.png");
	background-repeat : no-repeat;
	background-position : center;
}

#AddressBar {
	font-variant : small-caps;
	text-align : center;
	font-family : Trajan Pro, Trajan, Times New Roman, Times, Serif;
	color : #FFFFFF;
}

#Content {
	background-color : #FFFFFF;
	margin : 0px 8px 8px 8px;
	min-height : 300px;
	padding : 5px 10px;
}

a:link,
a:visited {
	text-decoration : underline;
}

a:hover,
a:active {
	color : #FF0000;
}

a.fancy {
	font-family : Times New Roman, Times, Serif;
	text-decoration : none;
}

#SideNav a:link,
#SideNav a:visited {
	margin-left : 10px;
	color : #000000;
	text-decoration : none;
	font-weight : bold;
}
