/* CSS Document */
@import url(core/content.css);
@import url(core/nav.css);

img {
	border: 0px;
	}	
				
body {
	margin: 0px;
	background-image: url(../../../images/background.gif);
	background-color: #8E8975;
	background-position: center top;
	background-repeat: no-repeat;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #595959;
	}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
 	}

a:hover {
	text-decoration: underline;
 	}
	
a:visited {
	text-decoration: none;
 	}

#bodyContent {
	margin:20px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #595959;
		}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999999;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#344245;
	font-weight:normal;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#909d55;
	font-weight:normal;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#11969a;
	}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	font-style:italic;
	}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#909d55;
}

ul.navigation {
	padding:10px 0 0 0;
	margin:0 0 0 0;
	list-style:none;
	background-color: #909D55;
	}
	
		
.clear {
	clear: left;
	}
.footer {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #494038;
	vertical-align: middle;

	}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #595959;
}
ul.navigation li {
	margin:0 0 0 0;
	}
	
li.left_sections_01 a.twigNode, li.left_sections_01 a.twigNodeActive
{
}

li.left_sections_01 a.leafNode, li.left_sections_01 a.leafNodeActive
{
	color: #344245;
	font-size: 10px;
}

li.left_sections_01 a.twigNodeActive, li.left_sections_01 a.leafNodeActive
{
	font-size: 12px;
}


