#Page {
	margin: 0 auto;
	width: 823px;
	height: 100%;
	padding-top: 2em;
}

#header {
	padding: 5px 20px;
	margin-top: -170px;
}	

#logo {
	position: relative;
	z-index: 90;
	background: url(../images/logo.gif) no-repeat;
	height: 153px;
	width: 182px;
	top: 40px;
	left: -20px;
	border: 8px solid #CCDBEC;
	cursor: pointer;
}

#BodyContent {

	width: 823px;
}
	
.left, .subheader {
	padding: 0 2em 2em 4em;
}
.right {
	border-left: 1px solid #B1B1B1;
	padding: 0 2em 2em 4em;
}

.subimage {
	border: 6px solid #E3E3E3;
}


/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1
{
color: #064057;
font: "Times New Roman", Times, serif;
}

h2 {
 font-size: 1.2em;
 padding-top: .5em;
}
h3{
	color: White;
	font-weight:bold;
}
h4 {

}

/* ~~~~~~~~ Action Items ~~~~~~~~~ */


#ActionItems {
	font-size: 110%;
	color: #CACAD4;
}

#ActionItems h1 {
	font-size:20px;
	color:#ffffff;
}

#ActionItems p {
	/*Class is uneditable in this layout*/
}

#ActionItems a {
	color:#ffffff;
	font-weight: bold;
	text-decoration:underline;
}

#ActionItems a:hover {
	color:#CACAD4;
	text-decoration:none;
}

/* ~~~~~~~~~ Square borders ~~~~~~~~~ */    

.roundbody {
		background:  url(../images/bg.gif) repeat-y;
}

.roundbodytop {
	
	background: url(../images/bg-top.gif) repeat-x top;
}
	
.roundcont {
	width: 823px;
	background: url(../images/bg-bottom.gif) repeat-x bottom;
}

.roundtop { 
	background: url(../images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


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

#topmenu {
	float: left;
	font-size: 130%;
	margin-bottom: 1em;
	margin-left: 10px !important; margin-left: 5px;
	line-height: normal;
	width: 97%;
	font-weight: bold;
	background: #347F99 url(../images/bg-menu.gif) repeat-x;
}

#topmenu ul {
	list-style:none;
	padding-top: 0 !important; padding-top: 1em;
}
#topmenu li {
	display: inline;
}
#topmenu a {
	  color: White;
	  cursor: pointer;
}
#topmenu a:hover {
	color: #B6D7E2;
	text-decoration: none;
}
#topmenu a span {
   border-right: 1px solid White;
	padding: 1em;
}
#topmenu a span.last {
   border-right: 0px;
}