body {
       background: url(/images/background.gif) repeat scroll top left;
       color: black;
       font-family: Verdana,Helvetica,sans-serif;
       font-size: 12px;
       font-weight: normal;
}

.crewlist label {
       font-size: 11px;
}

.crewlisttable {
       width: 100%;
}

.crewlistentry {
       padding: 10px;
       background: #DBDBDB;
}

.crewlistentryin {
       width: 100%;
}

.crewlistdetails {
       display: none;
       padding: 10px;
       background: #A4D1FF;
}

.crewlistdetailsin {
       width: 100%;
}

.footer {
       color: #FFFFFF;
       font-size: 14px;
}

.footer a:link, .footer a:active, .footer a:visited {
       color: #FFFFFF;
       text-decoration: none;
}

.footer a:hover {
       color: #FFFFFF;
       text-decoration: underline;
}

.pass-link a:active, .pass-link a:visited,.pass-link a:link {
       font-size: 11px;
       text-decoration: none;
}

.pass-link a:hover {
       font-size: 11px;
       text-decoration: underline;
}

table.contactform {
	border-collapse:collapse;
	border-spacing:0;
        margin: 0px auto;
}

table.contactform td {
	line-height: 24px;
}

ol.blogsitesummary {
  padding: 0px;
  margin: 5px 0px 0px 0px;
  list-style-type: none;
}

ol.blogsitesummary li {
  margin: 0px 0px 5px 0px;
}

ol.blogsitesummary a {
  display: block;
}

h1 {
    color: #1F497D;
    font-size: 20px;
}

h2 {
    color: #1F497D;
    font-size: 16px;
}

#featuredBoxes {
	clear: both;
	height: 290px;	
}

#featuredBoxes img {
	border: 0 none;	
}

.featuredBox{
	float: left;
	width: 232px;	
	margin-right: 6px;
}

.featuredTitle {
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	background-image: url(/images/featured/feature_title_bg.png);
	height: 31px;
	line-height: 31px;
	padding-left: 10px;	
}

.featuredText {
	padding: 10px 8px 10px 10px;
	background-image: url(/images/featured/feature_text_bg.png);
	background-repeat: repeat-x;
	background-color: #dcdfe8;
text-align: left;
}

.featuredBox .readMore {
	display: block;
text-align: left;
}
