#Page {
	margin: 0 auto;
	width: 710px;
	background-color: #D1DEE2;
}

#header {
	height: 90px;
	margin-bottom: 0px;
	background: #053D56 url(../images/bg-header.jpg) no-repeat;
}
		
#nav {
	width: 340px;
	float: left;
	margin-left: -1px;
	}

#nav #Content {
	float: left;
	width:300px;
	padding: 20px;
	border-top: 10px solid White;
	background: White url(../images/bg-content.jpg) repeat-x top;
}

#BodyContent {
	margin-left: 340px;
}
	
#BodyContent #Content {
	float: left;
	width: 330px;
	padding: 20px;
	border-top: 10px solid White;
	background: White url(../images/bg-content.jpg) repeat-x top;
}

#logo {
	position: absolute;
	z-index: 100;
	margin-left: 77px;
	background: White url(../images/logo.gif) no-repeat;
	height: 153px;
	width: 182px;
	cursor: pointer;
}
		
#ActionItems {
	background-color: #E9E9E9;
	color: white;
}
		
#submenu
	{
	float: left;
	margin-top: 0px;
	width: 370px;
	background-color: #805608;
	border-top: 10px solid #A36E0A;
	border-bottom: 10px solid #A36E0A;
	color: White;
}

#submenu a {
	text-decoration: none;
	color: White;
}

#submenu a:hover {
	color: #ffd8ae;
}

#submenu ul {
  width: 15em; /* width is changed */
  margin: 20px  0 1em 0;
  padding: 0;
  list-style: none;
}
 
#submenu li {
	width: 10em;
	margin: 0;
	background: url(../images/menuBullet.gif) 0 6px no-repeat;
	padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
	font-weight: bold;
}

#submenu  .col1 {
	line-height: 2em;
	margin-left: 2em;
} 

#submenu  .col2 {
	line-height: 2em;
	margin-left: 15em;
}

#submenu .coltopper {
	margin-top: -6em;
}

#pullquote a {
	background: url(../images/linkBullet.gif) no-repeat;
	padding: 0px 0px 0px 18px;
	text-decoration: none;
	margin: 2em 0 0 2em;
	font-weight: bold;
	color: #00467F;
}

#pullquote a:hover {
	background: url(../images/linkBulletOver.gif) no-repeat;
	padding: 0px 0px 0px 18px;
	text-decoration: none;
	color: #8D8D8D;
}
	
#pullquote {
	background: White url(../images/menu.gif) no-repeat;
	float: right;
	margin: 0 0 .4em 1em;
	width: 145px;
	line-height: 1.3em;
	padding: .8em;
}

#NewsItems {


}

#NewsItem1	{
	padding-right: 20px;
	float: left;
	text-align: left;
	color: #E6A514;
	margin-left: 350px !important; margin-left: 175px;
	font-size: 120%;
	line-height: normal;
	width: 150px;
}

#NewsItem1 h3 {
	color: White;
	font-size: 100%;
	margin-top: 1em;
}

#NewsItem2 {
	text-align: left;
	float: left;
	color: White;
	font-size: 80%;
	line-height: normal;
	width: 150px;
}

#NewsItem2 h3 {
	color: #E6A514;
	margin-top: 1em;
		font-size: 140%
}


/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1
{

color: #a16f29;
}

h2 {
 font-size: 1.2em;
 padding-top: .5em;
}
h3{
	color:#9aba11;
	font-weight:bold;

}
h4 {

}

