#Page {
	margin: 0 auto;
	width: 700px;
	height: 100%;
	padding-top: 5.5em;

}

#header {
	position: relative;
	z-index: 80;
	top: -210px;
	left: 182px;
	width: 690px;
}	

#logo {
	position: relative;
	z-index: 90;
	background: url(../images/logo3.gif) no-repeat;
	height: 153px;
	width: 182px;
	top: -3px;
	cursor: pointer;
}

#BodyContent {
	margin-top: -213px;
	float: left;
}
#Content {
	padding: 10px;
	width: 490px;
}
#Content p{
text-indent:20px;
}


#Content h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
font-weight:200;
text-decoration:underline;
padding-top:-10px;
}

.leftmaincontent{
float:none;
margin-left:5px;
padding-top:270px;
}
.left {
	padding: 1.5em 1em;
	float: left;
	margin-left:20px;
}
.right{
	padding: 1.5em 1em;
	float:right;
	}

.center{
padding: 1.5em 1em;
text-align:center;
float:none;
}

.title{
text-align:center;
font-weight:400;
font-size:16px;
}

/* ~~~~~~~~~ Side Content ~~~~~~~~~ */ 

#sideContent {
	width: 190px;
	left: -100px;
}

#ActionItems {
	text-align: left;
}

#ActionItems h4 {
	padding-left: 3%;
	font-size: 14px;
	margin: 0;
}

#ActionItems p {
	margin-top: -10px;
	color: #504E4A;
	padding-left: 3%;
}

#ActionItems a {
	color: #545454;
	font-weight: bold;
	text-decoration:none;
}

#ActionItems a:hover {
	color:#958d86;

}

#ActionItems #Item1 {
	background: #EECC7C url(../images/actionItem1Background.gif) repeat-x;
	border: 10px solid #EECC7C;
	padding: 6px;
}
#ActionItems #Item2 {
	background: #DEA800 url(../images/actionItem2Background.gif) repeat-x;
	border: 10px solid #DEA800;
	padding: 6px;
}

#sideContent div.hr {
	height: 2px;
	background: url(../images/actionItemHR.png) no-repeat scroll center;
	margin-top: -8px;
}
#sideContent div.hr hr {
  display: none;
}


/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1
{
	color: Black;
/*~~~~~~--font:ADMUI3Lg;-->	
	
/* ~~~~~~~~~ margin: 0;~~~~~~~~~ */  
    font-style:normal;
	font-weight:200;	
}

h2 {
font:Verdana, Arial, Helvetica, sans-serif;
 font-size: 1.4em;
 padding-top: .5em;
 color: #565656;
 
}
h3{
	font-weight:bold;
	color: #DE3700;
}
h5 {
	color: #00CBDE;
}


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

#topmenu {
	float: left;
	font-size: 130%;
	line-height: normal;
	width: 700px;
	font-weight: bold;
	background: #C48274 url(../images/bg-menu1.gif) repeat-x; 
	/* color used to be #00CBDE */
	border-bottom: 6px solid #000;
}

#topmenu ul {
	  list-style:none;
	  padding-top: 0 !important; padding-top: 1em;
}
#topmenu li {
	display: inline;

}
#topmenu a {
	color: #000;  
	cursor: pointer;
}
#topmenu a:hover {
/*	color: #004E55;  */
	color:#DBB86B;
	text-decoration: none;
}
#topmenu a span {
	border-right: 1px solid #545454;
	padding: .5em;
}
#topmenu a span.last {
   border-right: 0px;
}
