

body {
	margin : 0px auto;
	text-align : center;
	background-image : url("images/bodyBkg.jpg");
}

body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	color : #7F2023;
}

h1 {
	font-size : 15px;
	font-weight : bold;
	color : #7F2023;
	margin-top : 0px;
	
	margin-left : 34px;
	margin-right : 34px;
	
}


p {
	margin : 25px 34px;
	color : #7F2023;
}


#Layout {
	width : 753px;
	height : 561px;
	/*
	background-image : url("layout/layoutBkg.gif");
	background-repeat : repeat-y;
	border : 1px #BC7149 solid;
	*/
	margin : 10px auto 10px auto;
	text-align : left;
	background-color : #F9E191;
}

#TopBar {
	height : 86px;
}

#TopNav {
	height : 30px;
	border-bottom : 2px #F9E191 solid;
	background-image : url("layout/navBarBkg.gif");
	background-repeat : repeat-x;
	background-position : top left;
}

#MainTable {
	width : 100%;
	height : 100%;
}

#SideNav {
	background-image : url("layout/sideNavBkg.gif");
	background-repeat : repeat-y;
	background-position : top left;
	width : 206px;
	padding-top : 20px;
}

#SideNav .navLink {
	padding : 25px 0px 10px 0px;
}

#Content {
	background-image : url("layout/contentBkg.gif");
	background-repeat : no-repeat;
	background-position : bottom right;
	
	padding : 0px;
	
}

#AddressBar {
	height : 26px;
	background-image : url("layout/addressBarBkg.gif");
	background-repeat : repeat-y;
	background-position : top left;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-align : center;
	vertical-align : middle;
}

#BottomSpacer {
	height : 2px;
	background-image : url("layout/bottomBarBkg.gif");
	background-repeat : repeat-y;
	background-position : top left;
	font-size : 1px;
}

.navDropDown {
	text-align : left;
	color : #FFFFFF;
	font-weight : bold;
	line-height : 18px;
	background-color : #7F2024;
	padding : 2px 0px;
	border-bottom : 1px #FFFFFF solid;
}

.navDropDown div {
	position : relative;
	width : 150px;
	margin-left : 25px;
	padding : 5px 0px;
}

.navDropDown > div {
	margin-left : 35px;
}

.navDropDown img {
	display : block;
}

.navDropDown a:link,
.navDropDown a:active,
.navDropDown a:visited {
	color : #FFFFFF;
	text-decoration : none;
}

.navDropDown a:hover {
	color : #F9E191;
}
