body
{
	color: black;
	background: #dcd0aa url(../images/bkg_page.jpg) repeat-x;
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	margin: 0px;
}

:link
{
	color: #a06018;
	text-decoration: none;
}
:visited
{
	color: #a06018;
	text-decoration: none;
}

.none
{
	display: none;
}

.clear
{
	clear: both;
}

#wrapper
{
	background: white;
	border: solid 3px #dcd0aa;
	width: 770px;
	max-width: 95%;
}


#header-container
{
	table-layout: fixed;
}

#header-container td
{
	vertical-align: top;
	table-layout: fixed;
}

#sitename
{
	width: 770px;
	height: 121px;
	background: #a06018 url(../images/title.jpg);
	border-top: 0 solid #dcd0aa;
	border-right: 0 solid #dcd0aa;
	border-left: 0 solid #dcd0aa;
	border-bottom-style: none;
	border-bottom-width: 0;
}

#sitename h1 a
{
	color: #fff;
}


#mainnav
{
	width: 770px;
	color: black;
	background: #f9fcff url(../images/bkg_menu.jpg) repeat-x left bottom;
	border-top: 0 solid #dcd0aa;
	border-bottom: 1px solid #9ca667;
	text-align: left;
}

#mainnav a, #mainnav a:link, #mainnav a:active, #mainnav a:visited
{
	color: black;
	border-bottom: none;
	text-decoration: none;
}

#mainnav a:hover, #mainnav a:focus
{
	color: #a06018;
	text-decoration: none;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
}
#mainnav a.active:hover, #mainnav a.active:focus
{
	color: black;
	text-decoration: none;
}


#content-container
{
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

#side
{
	border-right: 1px solid #aeb78a;
	width: 22.85%;
	margin-right: -1px;
	vertical-align: top;
}

#side a, #side a:link, #side a:active, #side a:visited
{
	color: #a06018;
	font-weight: bold;
	border-bottom: medium none;
}
#side a:hover, #side a:focus
{
	border-bottom: 1px solid #aeb78a;
}

#breadcrumbs
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1em;
	text-align: left;
	vertical-align: top;
}

#content
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#footer
{
	border-top: #aeb78a 1px solid;
	background: url("../images/bkg_footer.jpg") #f9fcff repeat-x left bottom;
	color: #999;
	width: 100%;
	font-size: 85%;
	line-height: 220%;
}


/* MOSS OSOS specific CSS */

.OSOS .TableHeaderClass
{
	background-color: #A06018;
	color: #ffffff;
}

.OSOS .TableSubHeaderClass
{
	background-color: #B28043;
}

.OSOS .TableRowClass
{
	background-color: #ffffff;
	border-bottom: solid 1px #cccccc;
}

.OSOS .TableAltRowClass
{
	background-color: #DCD0AA;
}

.OSOS .TableFooterClass
{
	background-color: #DCD0AA;
}

.OSOS .NavigationLevel1
{
	font-size: 1.5em;
}

.OSOS .NavigationLevel2
{
	font-size: 1.2em;
}

.OSOS .NavigationLevel3
{
	font-size: 1em;
}

.OSOS .NavigationLevel4
{
	font-size: 1em;
}
