body {
	text-align : center;
	background-color : #999999;
}

body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 11px;
	line-height : 15px;
}

h1 {
	font-size : 16px;
	font-weight : bold;
	text-align : left;
}

#Layout {
	width : 925px;
	height : 400px;
	margin : 0px auto;
	text-align : left;
	background-color : #FFFFFF;
	background-image : url("images/layout/layoutBkg.jpg");
	background-repeat : repeat-y;
	background-position : top left;
}

#TopSpacer {
	height : 20px;
}

#TopNav {
	height : 13px;
}

#TopBar {
	height : 121px;
}

#ContentTable {
	width : 100%;
	height : 422px;
	background-image : url("images/layout/contentBkg.gif");
	background-repeat : no-repeat;
	background-position : 158px 0px;
}

#SideNav {
	width : 158px;
	background-image : url("images/layout/sideNav_bkg.jpg");
}

#Content {
	padding : 10px 88px 10px 45px; /*<cfif action neq "home"> 10px 10px 45px</cfif>;*/
	vertical-align : top;
}

#FlashNewsTable {
	width : 369px;
	margin-right : 20px;
}

#FlashSpace {
	height : 268px;
}

#NewsSpace {
	height : 83px;
	background-image : url("images/newsSpaceBkg.jpg");
}

#AddressBar {
	height : 24px;
	padding : 27px 88px 10px 0px;
	font-size : 11px;
	font-family : Arial Narrow;
	text-align : right;
	vertical-align : top;
	background-image : url("images/layout/gsaLogo.gif");
	background-repeat : no-repeat;
	background-position : 865px 0px;
}

.menuBox {
	background-color : #FC7F01;
	position : absolute;
	font-weight : bold;
	font-size : 12px;
	text-align : left;
}

.menuItem {
	color : #FFFFFF;
	padding : 2px 5px;
}

.menuItemSelected {
	color : #FFFF00;
	padding : 2px 5px;
} 

.shadeDiv {
	padding : 5px;
	background-color : #CCCCCC;
}

li {
	list-style-image : url("images/bullet.gif");
	list-style-position : inside;
}
