/* These are styles that could possibly be modified without effecting the design */

html, body {
   background: #EBFFE0 url(../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(../images/actionItemArrow.gif) no-repeat 0 0.5em;
}

#NavigationList a {
   color: #a4b39d;
   font-family: 'Times New Roman',Times,serif;
   font-size: 12px;
   text-decoration: none
}

#NavigationList a:hover {
   color: #262422;
   font-size: 12px;
   text-decoration: underline
}

#ActionItems a {
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
}

#ActionItems a:hover {
   color: #4b5942;
   font-size: 17px;
   text-decoration: none
}

#BodyContent {
	font-size: 11px;
	color: #666666;
}

#BodyContent #Content {
         background-color : purple;
}
#BodyContent h2 {
	color: Black;
}

#BodyContent h3 {
   color: #990066;
   font-style: italic;
   text-align: center
}

 a.more {
	background:url(../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;
        background-color :#a4b39d ;
}

#Footer #TextLinks {
   background: #a4b39d;
   background-color: #e1ffeb;
   border-top-color: #262422;
   border-top-style: solid;
   border-top-width: 10px;
   color: #990099;
   font-weight: bold
}

#Footer #TextLinks a {
	color: #262422;
	text-decoration: none;
	font-weight: bold;
	padding: 0 5px;
}

#Footer #Disclaimer {
   background-color: #9db3a4;
   color: #f5fffa;
   font-size: 11px;
   font-weight: normal
}