/*
 * Colors
 *  Dark Blue: 385A7A
 *  Blue: A9C0DE
 *  Light Blue: E5ECF5
 *  Gray: 999999
 *  Dark Gray: 383838
 *  Light Gray: BBBBBB
 *  Very Light Gray: EEEEEE
 *
 */

/******************************************************************************
 **********                      Page Layout                         **********
 ******************************************************************************/

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

.header .banner {
	margin: 10px;
}

.logo {
	margin: 10px 10px 0px 10px;
}

.header .navigation {
	height: 33px;
	background-image: url(../images/navigationBackground.gif);
	padding-left: 17px;
}

.header .navigation .item {
	margin-right: 13px;
	float: left;
}

.pageTitle {
	height: 75px;
	background-image: url(../images/titleBackground.gif);
}

.pageTitle .title {
	margin-top: 15px;
	margin-left: 20px;
}

.pageBody {
	margin: 0px 10px 0px 10px;
}

.leftColumn {
	width: 450px;
	margin: 0px 10px 10px 10px;
}

.leftColumn p:first-child {
	margin-top: 0px;
}

.rightColumn {
	margin: 0px 10px 10px 10px;
	width: 250px;
}

.rightColumn .breakOutBox {
	position: relative;
	top: -60px;
}

.rightColumn .breakOutBox .form {
	margin: 10px;
	font-size: 11px;
	line-height: 250%;
}

.rightColumn .breakOutBox .form .horizontalRule {
	text-align: center;
	margin-top: 10px;
}

.rightColumn .breakOutBox .states {
	line-height: 150%;
	margin-left: 10px;
}

.rightColumn .breakOutBox .navigation {
	margin: 10px;
}

.footer .navigation {
	width: 750px;
	margin-bottom: 20px;
	font-size: 11px;
	text-align: center;
	/* Added to overcome overly aggressive forum code. */
	font-family: Verdana, Tahoma, Sans-Serif;
}

/* Added to overcome overly aggressive forum code. */

.footer .navigation a {
	font-weight: bold;
}

.footer .banner {
	height: 110px;
	background-image: url(../images/footerBackground.gif);
}

.footer .about {
	text-align: right;
	font-size: 11px;
	line-height: 150%;
	margin-top: 20px;
	color: #385A7A;
}

/* Added to overcome overly aggressive forum code. */

.footer .banner td {
	vertical-align: top;
	font-size: 11px;
	font-family: Verdana, Tahoma, Sans-Serif;
}

/******************************************************************************
 **********                         Members                          **********
 ******************************************************************************/

.members {
	/* do nothing. */
}

.members .letters {
	font-size: 11px;
	font-weight: bold;
	background-color: #eeeeee;
	padding: 4px;
	line-height: 100%;
	color: #bbbbbb;
}

.members .letters .letter {
	padding: 2px;
}

.members .section {
	margin-top: 10px;
}

.members .section .title {
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
}

.members .member {
	font-size: 11px;
	line-height: 150%;
	margin: 0px 20px 10px 20px;
}

.members .top {
	margin-top: 10px;
	padding: 5px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	text-align: right;
}


/******************************************************************************
 **********                          News                            **********
 ******************************************************************************/

.article {
	
	/* do nothing. */
	
}

.article .title {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #385A7A;
	color: #385A7A;
}

.article .date {
	background-color: #eeeeee;
	font-size: 11px;
	line-height: 100%;
	padding: 4px;
	color: #385A7A;
}

.headline {
	background-color: #E5ECF5;
	border: 1px solid #A9C0DE;
	padding: 10px;
	line-height: 100%;
	color: #385A7A;
}


/******************************************************************************
 **********                        Directors                         **********
 ******************************************************************************/

.directors {
	font-size: 11px;
	line-height: 150%;
}

.directors .director {
	margin: 10px 10px 0px 10px;
}

.directors .top {
	padding: 5px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	text-align: right;
}


/******************************************************************************
 **********                        Sponsors                          **********
 ******************************************************************************/

.adRates, .adRates th, .adRates td {
	font-size: 11px;
}

.adRates table {
	border-collapse: collapse;
}

.adRates table tr th {
	vertical-align: bottom;
	padding: 3px;
}

.adRates table tr td {
	vertical-align: top;
	padding: 3px;
}

.adRates table tr th.timeFrame {
	text-align: center;
}

.adRates table tr td.price {
	text-align: center;
}


/******************************************************************************
 **********                        Tabbing                           **********
 ******************************************************************************/

div.selectors div a {
	font-weight: normal;
}