﻿body
{
	margin: 0px 5px;
	text-align: center;
	padding: 0px;
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

#Container, #Copyright
{
	width: 760px;
	text-align: left;
}

#Container
{
	margin: 26px auto 0px auto;
	border:1px solid #AFBABA;
}

#StandardContent
{
	width:758px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
}

#Copyright
{
	margin:5px auto;
}

#PgHeader{
	background-repeat: no-repeat;
	height: 84px;
	width: 758px;
	padding: 1px;
	background-position: 1px 1px;
	margin: 0px;
	cursor: pointer;
}
#PrimaryNavigation
{
	background-color: #5f3b42;
	height: 26px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#PrimaryNavigation ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#PrimaryNavigation ul li{
	float: left;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	display: inline-block;
	padding: 0px;
	height: 26px;
	}
#PrimaryNavigation ul li a:link, #PrimaryNavigation ul li a:active, #PrimaryNavigation ul li a:visited{
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	display: inline-block;
	background-image: url(../images/nav_bkg.gif);
	background-repeat: repeat-x;
	width: auto;
	margin: 0px;
	height: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	}
#PrimaryNavigation ul li a:hover, #PrimaryNavigation ul li a.selected{
	color: #5f3b42;
	background-image: url(../images/nav_bkgOn.gif);
	background-repeat: repeat-x;
	}
#Footer
{
	border-right: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	height: 30px;
	background-color: #FFFFFF;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	line-height:30px;
	color: #5f3b42;
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#Footer a:visited, #Footer a:link, #Footer a:hover, #Footer a:active, #Footer a
{
	color: #5f3b42;
}

#Footer .right
{
	text-align:right;
	width: 275px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	height: 30px;
	margin: 0px;
	padding: 0px;
	color: #959595;
}

#Footer .right .tag
{
	margin-left: 8px;
	float: left;
}

#Footer .left
{
	float: left;
}

.clear
{
	clear:both;
	height:0px;
}

.space
{
	margin: 5px;
}

a.visited, a:link, a
{
	color: #70964d;
	text-decoration: underline;
}

a:hover, a:active
{
	text-decoration: none;
}

a.smallerlink:visited, a.smallerlink:link, a.smallerlink:hover, a.smallerlink:active, a.smallerlink
{
	font-size: 10px;	
}

p
{
	margin:0px 0px 12px 0px;
	line-height:16px;
}

li {
	margin-bottom: 0.5em;
} 

h1
{
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px 12px 0px;
	text-transform: uppercase;
	color: #70964d;
}

/* <Left Nav styles> */

.nav h2
{
	font-weight: bold;
	font-size: 11px;
	color: #5f3b42;
	height:25px;
	line-height:25px;
	background-image:url(../images/leftnav_header_bg.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 37px;
	text-transform: uppercase;
}

.nav ul.level1
{
	list-style-type: none;
	padding: 0px 8px 0px 8px;
	margin: 0px 0px 0px 0px;
}

.nav ul.level2
{
	list-style-type:none;
	padding:0px 4px 10px 4px;
	margin:0px;
}

.nav ul.level3
{
	list-style-type:none;
	padding:0px 4px 0px 4px;
	margin:0px;
}

.nav ul.level4
{
	list-style-type:none;
	padding:0px 1px 0px 10px;
	margin:0px;
}

.nav ul li
{
	padding: 0px;
	margin: 0px;
}

.nav li.level1.on
{
	background-color: #FFFFFF;
}

/* level 1 */

a.level1
{
	display: block;
	font-size: 12px;
	padding: 4px 0px 4px 4px;
	text-decoration: none;
	color: #5F3B42;
	background-image: none;
}

a.level1.off
{
	border-bottom:1px solid #e6f0ca;
	background-image: none;
}

a.level1:hover
{
	text-decoration: underline;
}

/* level 2 */

a.level2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #70964d;
	display: block;
	padding: 6px 0px 7px 16px;
}

a.level2.off
{
	background: url(../images/nav_arrow_right.jpg) no-repeat 0px center;
}

a.level2.off:hover
{
	text-decoration: none;
}

a.level2.on
{	
	text-decoration: none;
	background: url(../images/nav_arrow_down.jpg) no-repeat 0px center;
	font-weight:bold;
}

a.level2.on.nc
{
	background: url(../images/nav_arrow_right.jpg) no-repeat 0px center;
}

/* level 3 & 4 */

a.level3, a.level4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #70964d;
	display: block;
	padding: 6px 0px 7px 21px;
	background-image: url(../images/nav_bullet.jpg); 
	background-repeat: no-repeat;
	background-position: 11px 7px;
}

a.level3.on, a.level4.on
{
	font-weight: bold;
}

a.level3:hover, a.level3.on, a.level4:hover, a.level4.on
{
	text-decoration: none;
}

/* </Left Nav styles> */

