html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
body {
	font: 85%/135% 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444444;
	line-height: 130%;
	background: #E7EFEF;
	/* background: E7EFEF url(/images/background.jpg) repeat top right; */
}

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

#header {
	margin-top: 2em;
	height:175px;
	width: 100%
}
#headline {
	color: #59774a;
	float: left;
	width: 330px;
	margin: 0 10px 10px 10px;
	font-size:140%;
}
#headline h1 {
	padding-top:.1em;
	padding-bottom:.1em;
}
#headline a:active,
#headline a:visited,
#headline a:link {
	color: #59774a;
	text-decoration: none;
}
#subheader {
	float : left;
	width: 160px;
	font-size:130%;
	line-height:1.5em;
}
.spacer {
	float: left;
	width : 210px;
}
.clearboth {
	clear : both;
}

#logo {
	float: left;
	width: 185px;
	text-align: center;
	background-color: white;
	margin-right: 2em;
}

#content {
	width: 550px;
	float: left;
	background-color: white;
	margin-left: 1.9em;
}
#content h2 {
	margin-top: .5em;
	margin-bottom: .75em;
	font-size:180%;
}
#content h3 {
	margin-top: .5em;
}
#content img.left {
	float:left; 
	padding-right: 1.2em;
	padding-bottom: .75em;
}
#content a:active,
#content a:link {
	color: #4e98ac;
	text-decoration: none;
}
#content a:visited {
	color: #4c6d7a;
	text-decoration: none;
}
#content a:hover {
	color: #4e98ac;
	text-decoration: underline;
}

.mainImage {
	border: 6px solid #cccccc;
}

* html #content {height:1%}
* > html #content {height:auto}

.pad20 {
	padding: 0 20px;
}

.pad10 {
	padding: 0 10px;
}

/* ~~~~~~~~~ action items ~~~~~~~~~ */
#ActionItems  {
	color: White;
	width: 185px;
	float: left;
	line-height: 150%;
}
#ActionItems h5 {
	font-size: 120%;
}
#ActionItems p {
	font-size: 120%;
}
#ActionItem1 {
		background-color: rgb(144, 178, 128);

}
#ActionItem2 {
		background-color: rgb(93, 121, 146);
}


/* ~~~~~~~~~ footer ~~~~~~~~~ */
#Footer, #TextLinks, #Disclaimer {
	text-align: center;
	margin: 1em 0;
	width: 550px;
}
#Footer {
	margin-top: 1em;
	margin-left : 210px !important;
}
#TextLinks {
	background-color: rgb(109, 171, 188);
	color: White;
	margin: 1em 0 -1em 0;

}

#Disclaimer {
	background-color: rgb(255, 255, 255);
}


a:active,
a:visited,
a:link {
	color: #4f90a2; /* 6DABBC */
	text-decoration: none;
	font-weight: bold;
}
a:hover { color: #999999; text-decoration: underline;
font-weight: bold;}

 a.more:active,
 a.more:visited,
 a.more:link  {
	background:url(../images/linkBullet.gif) no-repeat 0 4px;
	padding:0px 0px 0px 15px;
	text-decoration:none;
	font-weight: bold;
	margin: 2em 0 0 1em;
	color:#000000;
}

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



/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1 {
	font-size: 140%;
	color: #59774a;
	margin: 0 0 0 .5em;
	line-height: 125%;
}

h2 {
	line-height: 125%;
}
h3 {
	padding:0 2px;
	margin:0;
	line-height: 125%;
}
h4 {
	padding:0 2px;
	margin:0;
	line-height: 125%;
}
h5{
	font-size: 130%;
	margin: 5px 0;
	line-height: 125%;
}


/* ~~~~~~~~~ Menu ~~~~~~~~~ */    


#topmenu {
	float: left;
	font-size: 90%;
	margin: 0 0 1em 0;
	line-height: normal;
	width: 547px;
	font-weight: bold;
	background-color: rgb(109, 171, 188);
}
#topmenu ul {
	list-style:none;
}
#topmenu li {
	display: inline;
	font-size: 110%;
}
#topmenu a {
	color: #deedf1; /* c0dbe2 6DABBC */
	cursor: pointer;
}
#topmenu a:hover {
	color: white;
	text-decoration: none;
}
#topmenu a span {
	border-right: 1px solid White;
	padding: 0.5em;
}
#topmenu a span.here {
	color: white;
}
#topmenu a span.last {
   border-right: 0px;
}

#TextLinks a {
	color: #deedf1;
	cursor: pointer;
}
#TextLinks a:hover {
	color: white;
	text-decoration: underline;
}
#TextLinks a.here {
	color: white;
}

#Disclaimer a:link, a:visited {
	color: #444444;
	font-weight:bold;
	cursor: pointer;
}
#Disclaimer a:hover {
	color: #444444;
	text-decoration: underline;
	font-weight:bold;
}


li {
	margin:0.5em auto;
}
.emphasize {
	background-color: #d0e3c7;
	padding: 14px;
	margin-top: 20px;
}
