#Page {
	margin: 0 auto;
	width: 827px;
	background: #0F425B url(../images/bg.gif) repeat-y;
	height: 100%;
}



#Container {
	background: url(../images/bg-top.gif) repeat-x;
	
}


#logo {
	position: absolute;
	z-index: 90;
	background: transparent url(../images/logo3t.gif) no-repeat;
	height: 153px;
	width: 299px;
	margin: -30px 0 0 325px;
	border: 0px solid #10465F;
	left: 166px; 
	top: 45px;
	
}
	
#header {
	margin-left: 40px;
	width: 728px;
}	
#pullquote {
	margin: -110px 0 38px 70px;
}	
#BodyContent {
	margin-left: 30px;
	float: Left;
	width: 92%;
	background-color: #0F425B;
	margin-right: 50px;
	font-size: 16px;
}
	
#BodyContent #Content {
	width: auto;
	padding: 20px;
}
#BodyContent #Interior {
	width: 400px;
}


		


/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1
{
color: #c41130;
}

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

}


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


.roundcont {
	width: 827px;
	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: 49px;
   height: 49px;
   border: none;
   display: block !important;
}




#topmenu {
	font-size: 90%;
	width: 360px;
	text-transform: uppercase;
	margin-left: 40px;
	line-height: normal;
	height: 41px;
	margin-top: 5px;
	font-weight: bold;
	border-top: 1px solid #DBE1E9;
}
#topmenu ul {
	margin: 0;
	padding: 0px 0px 0 1.5em;
	list-style: none;
	text-align : center;
}
#topmenu li {
     display:inline;
     margin:0;
     padding:0;
     
}
#topmenu a {
     float:left;
     background:url(../images/menuleft.gif) no-repeat right top;
     margin:0;
     padding: 0;
     text-decoration : none;
	  font-size: 95%;
}
#topmenu a span {
	float:left;
	display:block;
	width: 85px;
	background:url(../images/menuright.gif) no-repeat left top;
	color: #4d4c4d;
	cursor : hand;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 14px;
 }
      

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {float:none;}
/* End IE5-Mac hack */
#topmenu a:hover span {
      color:#FFFFFF;
}
#topmenu a:hover {
      background-position:0% -57px;
}
#topmenu a:hover span {
      background-position:100% -57px;
}
#topmenu a span.selected {
    	background:url(../images/menuright-selected.gif) no-repeat left top;
      background-position:100% -57px;
      color: #FFFFFF;
}
