body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E9E9E9;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666666;
}
#outer{
	margin:0;
	background-image: url(images/pagesides.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
	padding: 0;
}
#pagetop{
	margin:0;
	padding:0;
	background-image: url(images/pagesides.jpg);
	width:800px;
	margin-left:auto;/* center it*/
	margin-right:auto;/* center it*/
	margin-top:5px;
}
#pagebottom{
	margin:0;
	padding:0;
	width:800px;
	margin-left:auto;/* center it*/
	margin-right:auto;/* center it*/
}
#inner {
	width: 770px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 0;
}
#header{
	padding: 10px;
}
#logo{
	float:left;
}
#header_icons {
	color: #999999;
	margin: 0;
	padding: 26px 0 0 10px;
	font-size: 80%;
	list-style-type: none;
	margin-left: 680px;
}
#header_icons a, #header_icons visited {
	padding: 0 0 0 15px;
	margin: 0 3px;
	color: #BAD6D5;
	text-decoration: none;
}
#header_icons a:hover{
	padding: 0 0 0 15px;
	margin: 0 3px;
	color: #007CC2;
	text-decoration: underline;
}
#header_icons li#home {
	background: url(images/icons/home.gif) no-repeat left 3px;
	margin: 0;
	padding: 6px 5px 0 0;
	display: inline;
}
#header_icons li#email {
	background: url(images/icons/email.gif) no-repeat left 6px;
	margin: 0;
	padding: 6px 0;
	display: inline;
}

h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight:normal;
	color:#006D9A;
}


#menu{
	clear:left;
	margin: 0;
	text-align:right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#menu ul{
	margin: 0;
	list-style-type: none;	
}
#menu li{
	float:right;
	display: block;
	padding: 3px 10px;
	margin-bottom: 5px;
}
#menu a, #menu a:visited{
	color:#006D9A;
	text-decoration:none;
}
#menu a:hover{
	color:#999999;
}
#menu li.menu_border{
	border-left: 1px solid #DCDCDC;
}


#home_image {
	background-image: url(images/home_image_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	text-align:right;
	clear:right;
}
#child_banner{
	clear:right;
	background-image: url(images/wave1.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
}
#child_banner h2{
	color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 60px;
	margin:0;
	padding: 41px 0 0 0;
}
#content{
	padding:20px;
}
#left_panel{
	width: 450px;
	float:left;
}
#right_panel{
	margin-left: 470px;
	padding:0;
}




.roundcont {
	background-color: #E8E8E8;
	margin-left:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#686868;
	padding:0;
	width: 99%;
}
.roundcont_white h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 300%;
	font-weight:normal;
	color:#006D9A;
	float:left;
	margin:0;
	padding:0;
	padding-left:15px;
	margin-top: -5px;
}
.roundcont hr{
	border:none;
	background-color: #B0C8CE;
	color: #B0C8CE;
	height: 1px;
	width: 90%;
}

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

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

.roundcont_white{
	background-color: #F9F9F9;
	margin-left:-2px;
	font-family: Arial, Helvetica, sans-serif;
	color:#686868;
	margin:10px;
}
.roundcont_white p{
	padding: 0 10px;
	margin:0 0 0 40px ;
}

.roundtop_white { 
	background: url(images/roundedcorners/tr_white.gif) no-repeat top right; 
}

.roundbottom_white{
	background: url(images/roundedcorners/br_white.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
   margin:0;
   padding:0;
}

img.corner_white{
   width: 8px;
   height: 8px;
   border: none;
   display: block !important;
}
#clear{
	clear:both;
}

.footer {
	color:#077994;
	padding:0;
	margin:0;
	font-size:95%;
}

.footer A, .footer A:visited
{
	color:#077994;
	text-decoration: none;
}
.footer A:hover{
	color:#000000;
	text-decoration: underline;
}
