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

}

#header {
	position: relative;
	z-index: 80;
	top: -80px;
	left: 0px;
}	

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

#BodyContent {
	margin-top: -83px;
	float: left;
}
#Content {
	padding: 10px;
	width: 490px;
}
	
.left {
	padding: 1.5em 1em;
	float: left;
}



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

#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;
}

#rightContent {
	background: url(../images/actionItemHR.png) no-repeat scroll center;
}

h1
{
	color: red;
	font: "Times New Roman", Times, serif;
	margin: 0;
}

h2 {
 font-size: 1.4em;
 padding-top: .5em;
 color: #565656;
 
}
h3{
	font-weight:bold;
	color: #B90001;
}
h5 {
	color: #00841D;
}




#topmenu {
	float: left;
	font-size: 16px;
	line-height: normal;

	width: 700px;
	font-weight: bold;
	background: #282828 url(../images/bg-menu.gif) repeat-x;
	border-bottom: 6px solid #00841D;
}

#topmenu ul {
	  list-style:none;

}
#topmenu li {
	display: inline;
	color: Red;

}
#topmenu a {
	  color: Red;
	  cursor: pointer;
}
#topmenu a:hover {
	
	color: White;
	text-decoration: none;
}
#topmenu a span {
	border-right: 1px solid #6E6E6E;
	padding: .5em;
}
#topmenu a span.last {
   border-right: 0px;
}