body {
	background: #2A4A6C;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px;
	background-image:url('images/header.jpg');
	width:717px;
	height:288px;
	position:relative
}
#header ul{
	background-color:#335577;
	width:711px;
	border: 3px solid #ffb22d;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	font-weight:bold;
	text-decoration:underline;
	color:#ffb22d;
}

/********************** Content ***************************/
#content {
	background-image:url('images/content_bg.gif');
	width:717px
}
img{
	border-width:0px;
}
h1{
	color:#ffb22D;
	font-size:20px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#ffffff;
	font-size:16px;
	width:200px;
	margin: 10px 0px 15px 0px;
}
h3{
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
}
h4{
	font-size:16px;
	color:#ffb22d;
	font-weight:bold;
}
#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
	border-right: #ffb22d 2px solid;
}
#left a{
	color:#ffb22d;
	font-weight:bold;
	text-decoration:none;
	}
#left a:hover{color:#ffffff;}

#photos img{
	margin-right:14px;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
}
#right a{
	font-size:14px;
	color:#ffb22d;
	font-weight:bold;
	text-decoration:none;
}
#right a:hover{
	color:#ffffff;
}
#right ul{
	margin-left:0px;
	line-height:1.5em;
}
#right li {
  background: url('images/bullet.gif') no-repeat left;
  padding-left:24px;
  padding-top:5px;
  list-style-type:none;
}
.pullquote {
	width: 150px;
	float: left;
	margin-bottom: 10px;
	margin-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: right;
}

/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url('images/footer_bg.gif');
font-size:1px;
height:10px
}
#footer {
	width:717px;
	text-align:center;
	color:#ffffff;
	padding: 20px 0px;
}

#footer a{
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover{
	color:#ffffff;
}