#Page {
	margin: 0 auto;
	width: 700px;
	height: 100%;
	padding-top: 5.5em;

}

#header {
	position: relative;
	z-index: 80;
	top: -210px;
	left: 170px;
}	

#logo {
	position: relative;
	z-index: 90;
	background: url(../images/logo.gif) no-repeat;
	height: 153px;
	width: 182px;
	top: -28px;
	cursor: pointer;
}

#BodyContent {
	margin-top: -213px;
	float: left;
}
#Content {
	padding: 10px;
	width: 490px;
}
	
.left {
	padding: 1.5em 1em;
	float: left;
}



/* ~~~~~~~~~ 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: #000000;
	padding-left: 3%;
}

#ActionItems a {
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

#ActionItems a:hover {
	color:#99CC00;

}

#ActionItems #Item1 {
	background: #ffffff url(images/actionItem1Background.gif) repeat-x;
	border: 4px solid #99CC00;
	padding: 2px;
}
#ActionItems #Item2 {
	background: #99CC00 url(images/actionItem2Background.gif) repeat-x;
	border: 8px solid #99CC00;
	padding: 4px;
}

#sideContent div.hr {
	height: 2px;
	background: #ffffff url(images/actionItemHR.png) no-repeat scroll center;
	margin-top: 8px;
}
#sideContent div.hr hr {
  display: none;
}


/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1
{
	color: Black;
	font: "Times New Roman", Times, serif;
	margin: 0;
}

h2 {
 font-size: 1.4em;
 padding-top: .5em;
 color: #000000;
 
}
h3{
	font-weight:bold;
	color: #000000;
}
h5 {
	color: #000000;
}


/* ~~~~~~~~~ Menu ~~~~~~~~~ */

#topmenu {
	float: left;
	font-size: 130%;
	line-height: normal;

	width: 699px;
	height: 20px;
	font-weight: bold;
	background: #000000 url(images/bg-menu.gif) repeat-x;
	border-bottom: 3px solid #cccccc;
}

#topmenu ul {
	  list-style:none;
	  padding-top: 0 !important; padding-top: 1em;
}
#topmenu li {
	display: inline;

}
#topmenu a {
	  color: #99CC00;
	  cursor: pointer;
}
#topmenu a:hover {
	
	color: White;
	text-decoration: none;
}
#topmenu a span {
	border-right: 1px solid #ffffff;
	padding: .5em;
}
#topmenu a span.last {
   border-right: 0px;
}
