#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 #FFE3AB;
	cursor: pointer;
}

#logo2 {
	position: relative;
	z-index: 90;
	background: url(../images/photo.jpg) no-repeat;
	height: 173px;
	width: 111px;
	left: 0px;
	border: 4px solid #FFE3AB;
	cursor: pointer;
}

#logo3 {
	position: right;
	z-index: 90;
	background: url(../images/photo2.jpg) no-repeat;
	height: 284px;
	width: 200px;
	left: 0px;
	border: 2px solid #FFE3AB;
	cursor: pointer;
}

#BodyContent {

	width: 823px;
}
	
.left, .subheader {
	padding: 0 2em 0em 4em;
}
.right {
	border-left: 1px solid #B1B1B1;
	padding: 0 2em 2em 4em;
}
.right2 {
	border-left: 0px solid #B1B1B1;
	padding: 0 2em 4em 0em;
}
.subimage {
	border: 6px solid #E3E3E3;
}


/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1 {
    font-size: 1.5em;
    color: #064057;
	font: "Times New Roman", Times, serif;
}

h2 {
	 font-size: 1.2em;
	 color: #064057;
	 padding-top: .5em;
}
h3 {
	color: White;
	font-weight:bold;
}
h4 {
	color: #7F0000;
	font-size:12px;
	font-family:geneva,arial,sans-serif;
}

/* ~~~~~~~~ Action Items ~~~~~~~~~ */


#ActionItems {
	font-size: 100%;
	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; 
}

.line { 
	no-repeat center; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


/* ~~~~~~~~~ Menu ~~~~~~~~~ */

#topmenu {
	float: left;
	font-size: 110%;
	margin-bottom: 0.3em;
	margin-left: 10px !important;
	margin-left: 5px;
	line-height: normal;
	width: 97%;
	font-weight: bold;
	background: #80C9FF url(../images/bg-menu.gif) repeat-x;
}

#topmenu ul {
	  list-style:none;
	  padding-top: 5 !important; padding-top: 1em;
}
#topmenu li {
	display: inline;
}
#topmenu a {
	  color: White;
	  cursor: pointer;
}
#topmenu a:hover {
	color: #232F34;
	text-decoration: none;
}
#topmenu a span {
	border-right: 1px solid #8D9292;
	padding: 1em;
}
#topmenu a span.last {
   border-right: 0px;
}
