body {
	margin : 0px;
	text-align : center;
	background-image : url("layout/body.bkg.jpg");
	background-repeat : repeat-x;
	background-position : top left;
	background-color : #1D1665;
}

body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
}

h1 {
	font-size : 24px;
	color : #1B1464;
	font-weight : bold;
	font-style : italic;
}

a:link,
a:visited {
	color : #1B1464;
	font-weight : bold;
	text-decoration : underline;
}

a:hover,
a:active {
	color : #7C80AE;
}

#Layout {
	margin : 0px auto;
	text-align : left;
	width : 969px;
	height : 700px;
}

#TopBar {
	height : 140px !important;
	vertical-align : top;
	overflow : hidden;
}

#LogoSpace {
	background-image : url("layout/topBar.bkg.gif");
	background-position : bottom left;
	background-repeat : repeat-x;
	width : 439px;
}

#AuxNav {
	width : 530px;
	height : 99px;
	vertical-align : middle;
	text-align : right;
	padding-right : 52px;
	font-size : 13px;
	font-style : italic;
}

#AuxNav a {
	margin-left : 20px;
	text-decoration : none;
}

#MainNav {
	height : 41px;
}

#MainNav a {
	display : block;
	float : right;
	margin-right : -14px;
}

#MainNav a:first-child {
	margin-right : 14px;
}

#Content {
	background-image : url("layout/content.bkg.png");
	background-repeat : repeat-y;
	background-position : top left;
	height : 530px;
	min-height : 530px;
	padding-left : 13px;
	padding-right : 13px;
	vertical-align : top;
}

#Content > * {
	margin-left : 40px;
	margin-right : 40px;
}

#Content > #SplashImage,
#Content > #TagLine {
	margin : 0px !important;
}

#BottomBar {
	background-image : url("layout/bottomBar.bkg.png");
	background-repeat : no-repeat;
	background-position : top left;
	text-align : center;
	color : #FFFFFF;
	padding-top : 10px;
	height : 30px;
}

#BottomBar > span {
	margin-left : 10px;
	margin-right : 10px;
}

.formTable tr:first-child {
	display : none !important;
}
