/* These are styles that could possibly be modified without effecting the design */

html, body {
	background: #a18753 url(../public/images/pageBackground.gif) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
}

#NavigationLinks, #NavigationLinksInterior {
	text-align: left;
}

#Link #NavigationList {
	margin-left: 23px;
	padding-left: 0;
	padding-top: 10px;
	list-style: none;
}

#Link #NavigationList li {
	padding: 0 0 0.5em 2em;
	font-size: 10px;
	background: url(../public/images/actionItemArrow.gif) no-repeat 0 0.5em;
}

#NavigationList a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}

#NavigationList a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:underline;
}

#ActionItems a {
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
}

#ActionItems a:hover {
	font-size: 17px;
	color:#958d86;
	text-decoration: none;
}

#BodyContent {
	font-size: 11px;
	color: #666666;
}

#BodyContent #Content {
	background: url(../public/images/contentBackground.gif) repeat-x;
}
#BodyContent h2 {
	color: Black;
}

 a.more {
	background:url(../public/images/linkBullet.gif) no-repeat;
	padding:0px 0px 0px 18px;
	text-decoration:none;
	margin: 2em 0 0 2em;
	color:#000000;
}

 a:hover.more {
	background:url(../images/linkBulletOver.gif) no-repeat;
	padding:0px 0px 0px 18px;
	text-decoration:underline;
}

#Footer {
	font-size: 12px;
}

#Footer #TextLinks {
	color: #fff;
	font-weight: bold;
	border-top-color: #262422;
	border-top-style: solid;
	border-top-width: 10px;
	background: #823905;
}

#Footer #TextLinks a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#Footer #Disclaimer {
	color: #b0a59e;
	font-weight: normal;
	font-size: 11px;
	background: #552503;
}