body {
	background : url(/images/layout/bg.jpg) center top;
	margin : 0px;
	position : relative;
}

body, td {
	font-family : georgia, times new roman, times, serif;
	font-size : 14px;
	line-height : 1.4em;
	color : #003300;
}

a {
	color : #003300;
}

img {
	border : none;
}

.siteWidth {
	width : 980px;
	text-align : left;
}

#sitePadding {
	padding : 0px 25px 25px 25px;
}

#navBarContainer {
	height : 130px;
	width : 100%;
	position : absolute;
	top : 55px;
	left : 0px;
	right : 0px;
}

#navBar {
	height : 121px;
	background : #0A0402 url(/images/layout/nav_bg.jpg) no-repeat center top;
}

#navBarShadow {
	background : url(/images/layout/nav_shadow.png) repeat-x center top;
	height : 9px;
	width : 100%;
}

#logo {
	position : absolute;
	left : 45px;
	top : 10px;
}

#auxNav {
	position : absolute;
	right : 45px;
	top : 10px;
}

#nav {
	position : absolute;
	left : 45px;
	top : 93px;
}

#nav a {
	display : block;
}

.sf-menu ul {
	background : #FFFFCC;
	border-top : 2px solid #CC9966
}

.sf-menu ul a {
	padding : 8px;
	padding-top : 0px;
	margin : 5px;
	border-bottom : 1px dashed #CC9966;
}

#siteContent {
	background : url(/images/layout/content_bg.jpg) repeat-y top center;
}

#footer {
	background : url(/images/layout/footer_bg.gif) no-repeat;
	height : 190px;
	position : relative;
	color : #FFFFCC;
	margin-top : 10px;
	clear : both;
}

#footer a {
	color : #FFFFCC;
	text-decoration : none;
}

#footer a:hover {
	text-decoration : underline;
}

.clear {
	clear : both;
}

#subnav {
	float : left;
	width : 140px;
}

#subnav a {
	margin-left : 7px;
	margin-right : 25px;
	border-bottom : 2px solid #cc9966;
	padding : 10px 0px;
	display : block;
	color : #003300;
	text-decoration : none;
	font-size : 12px;
	line-height : 1.3em;
}

#breadcrumbs {
	padding : 10px 7px;
	margin-bottom : 10px;
	border-bottom : 5px solid #cc9900;
	font-size : 12px;
}

#breadcrumbs a {
	color : #003300;
	text-decoration : none;
}

#pageContent {
	margin-left : 140px;
}

h1 {
	color : #660000;
	font-size : 20px;
	font-family : rockwell, georgia, times new roman, times, serif;
}

h2 {
	color : #660000;
	font-size : 18px;
	font-family : rockwell, georgia, times new roman, times, serif;
}


.hr {
	border-bottom : 5px solid #cc9900;
	margin : 10px 0px;
	height : 1px;
}