* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica;
	background: #ebedf2 url(../images/background.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}
#container {
	width: 959px;
	margin: 0 auto;
	text-align: left;
}
/* -----Header----- */
#header {
	background: transparent url(../images/header.gif) left top no-repeat;
	height: 149px;
}
#header img {
	padding-top: 22px;
}
#header_line {
	width: 959px;
	height: 22px;
	padding-top: 128px;
}
#header_line h1.cfb {
	color: #333333;
	float: left;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	padding-left: 10px;
}
#header_line h1.date {
	color: #333333;
	float: right;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
}
/* -----Main Navigation----- */
#nav1 {
	height: 35px;
	width: 959px;
	background: transparent url('../images/nav_back.jpg') no-repeat top left;
	margin-bottom: 10px;
	font-size:16px;
}
.buttonmenu {
	width: auto;
	padding: 0 0 0 40px;

/*---- Add left padding here to center Nav. Can't Center dynamically, because of variable width buttons---------*/
}
/* -----Secondary Navigation----- */
#nav2 {
	height: 26px;
	width: 959px;
	text-align: center;
	margin: 0 0 5px 0;
	clear: both;
}
#nav2 p {
	margin: 0;
	font-size: 13px;
	color: #ffffff;
	padding-top: 8px;
}
#nav2 a:link {
	color: #ffffff;
	text-decoration: underline;
}
#nav2 a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#nav2 a:hover {
	text-decoration: underline;
	color: #ff5d60;
}
#nav2 a:active {
	text-decoration: none;
	color: #ff5d60;
}
/* -----Main Content Area----- */
.top_story_bar{
	font-weight: normal;
	font-size: 85%
}

#sizer{
	float:right;
}

#story{
	width : 690px;
	height : 400px;
	overflow : auto;
	padding:10px;
}
.story_credit{
	font-style: italic;
	font-weight: bold;
	color: #626262;
}


.photo_credit{
	font-style: italic;
}
.photo_caption{
	font-weight: bold;
	width: 90%;
}
.floatleft{
	float: left;
	margin-right: 10px;
}
.floatright{
	float: right;
	margin-left: 10px;
}
h1, h2, h3, h4{
	color: #333333;
	line-height:1.4;
}
h1{
	font-size: 160%
}
h2{
	font-size: 120%
}
h3{
	font-size: 65%
}
h4{
	font-size: 60%
}

p {
font-size:80%;
padding-top:5px;
padding-bottom:5px;
}
ul{
margin-left:2em;
}
li {
font-size:80%;
padding-top:2px;
padding-bottom:2px;
}
td {
font-size:80%;
}

.small_text{
font-size:70%;
line-height:1.4;
padding:2px;
}


a:link {
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #ff0000;
}

/* -----Gallery_content------ */


#gallery_content {
width: 900px;
margin: 0 auto;
float:left;
}


/* -----Footer----- */


#footer {
	width: 959px;
	background: #ccc url(../images/footer.gif) no-repeat;
	text-align: center;
	margin: 0 auto;
}
#footer p {
	margin: 0;
}
.box {
	margin: 10px 9px 0 9px;
	width: 221px;
	background: #fff url("../images/box.jpg") no-repeat 0px 10px;
	text-align: center;
	float: left;
	display:  inline;
}
.box3{
	margin: 0 9px 0 9px;
	width: 221px;
	text-align: center;
	float: left;
	display:  inline;
}

#copyright{
	margin-top: 10px;
	font-size: 13px;
	color: #666;
	text-align:center;
}
.clearfloat {

/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

td.required {
	font-weight: bold;
}
input.disabled {
	border: 1px solid #2F2F2F;
	background-color: #CFCFCF;
	color: #1F2F3C;
}

input{
    border-style:solid;
    border-width:1px;
    border-color:#2F2F2F;
	color:#1F2F3C;
	background-color:#CFCFCF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size:13px;
    line-height:160%;
	height:20px;
	padding:2px;
}
textarea.required, textarea {
    border-style:solid;
    border-width:1px;
    border-color:#2F2F2F;
	color:#1F2F3C;
	background-color:#CFCFCF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size:13px;
    line-height:160%;
	height:80px;
	width:440px;
	padding:2px;
}
select,select.required {
    border-style:solid;
    border-width:1px;
    border-color:#2F2F2F;
	color:#1F2F3C;
	background-color:#CFCFCF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size:13px;
	padding:2px;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #2F2F2F;
	color : #1F2F3C;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #2F2F2F;
	color : #1F2F3C;
}
radio,radio.validate-one-required{
width:5px;
}
.validation-advice {
	margin-bottom: 5px;
	padding: 1px;
	border: 1px solid #2F2F2F;
	background-color: #F5F5F5;
	color : #005D98;
	font-weight: normal;
	width:150px;
}
.submit{
	border: 1px solid #2F2F2F;
	background-color: #EBEDF2;
	color : #005D98;
	font-weight: bold;
	width:120px;
	min-height:25px;
}


.section{
	border: 1px solid #2F2F2F;
	color : #333333;
	background-color: #F2F2F4;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
}

.style1{
	color : #FFFFFF;
}

.ship_section_dark{
	color : #FFFFFF;
	background-color: #013777;
	padding:5px;
	font-size: 11pt;
	font-weight: normal;
	margin-bottom:5px;
	text-align:left;
	min-height: 140px;
}
.ship_section_dark H1{
	font-size: 18pt;
	font-weight: bold;
	color : #ffffff;
	text-align:left;
}
p.ship_section_dark{
	font-size: 11pt;
}
p.ship_section_medium{
	font-size: 11pt;
}
.ship_section_medium{
	color : #ffffff;
	font-size: 11pt;
	background-color: #244B86;
	font-weight: normal;
	padding:5px;
	text-align:left;
}
.ship_section_medium H1{
	font-size: 13pt;
	font-weight: bold;
	color : #ffffff;
}
p.ship_section_light{
	font-size: 11pt;
}
.ship_section_light{
	color : #333333;
	font-size: 11pt;
	background-color: #DFDFFF;
	padding:5px;
	margin-bottom:2px;
	text-align:left;
}

ul.ship_section_light {
	list-style:disc;
	margin-left: 5em;
	font-size: 11pt;
}
ship_section_light ol{
	margin-left: 15em;
	font-size: 11pt;
}