@charset "utf-8";
/* CSS Document */

* {margin:0px; padding:0px;}

body {
	background:#003399;
	margin:0 auto;
	text-align:center;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
}

#main { text-align: center; margin: 0 auto }

#navigation { padding: 20px 0 9px }

#content h1, #content p {margin:0 10px; }
#content h1 { padding:22px 0 26px 0;}
#content h2  { color: #6c0; font-size: 18px; text-align: center; margin: 10px 0 15px; border: 0 }
#content p  { color: #fff; font-size: 12px; text-align: center; padding-right: 13px; padding-bottom: 0.9em; padding-left: 13px }
#content p.members{font-size:12px; text-align:left; padding-left:13px; padding-right:13px; padding-bottom:0px; font-weight:bold;}
#content blockquote {padding-bottom:0.2em; font-size:12px; text-align:left; padding-left:49px; padding-right:13px;}
#content h2 {padding-top:0.2em;}
#content {background: transparent; margin:1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#ffffcc; border-left:1px solid #ffffcc; border-right:1px solid #ffffcc;}
.xb1 {margin:0 5px; background:#ffffcc;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#ffffcc; border:0 solid #ffffcc; border-width:0 1px; padding-bottom:40px;}

#office_location{
	width:601px;
	height:154px;
	border:1px solid #a02250;
	background:#c3d7ec url('../images/corner.gif') no-repeat top right;
	text-align:center;
	margin:13px auto 30px auto;
}

#office_location #addressleft {
	font-style:normal;
	float:left;
	text-align:center;
	margin:8px 0 0 50px;
	color:#003399;
}
#office_location #addressleft strong{
	position:relative;
	bottom:6px;	
}

#office_location #addressright {
	font-style:normal;
	float:right;
	text-align:center;
	margin:8px 70px 0 0;
	color:#003399;
}
#office_location #addressright strong{
	position:relative;
	bottom:6px;	
}

#footer {
	font-size:10px;
	font-weight:bold;
	margin-bottom:13px;
}
#footer ul {
	list-style-type:none;
	clear:both;
	line-height: 18px;
}
#footer ul li {
	display:inline;
	background:url('../images/footer_devider.gif') no-repeat right;
}
#footer ul li a{
	color:#FFFF00;
	text-decoration:underline;
	padding:2px 15px 2px 10px;
}
div#footer li.last_links { 
	background-image:none;
}

a.links{
	color:#003399;
	text-decoration:underline;
}
a.links:hover{
	color:#003399;
	text-decoration:none;
}