body {
	background-color:#071f33;
	margin:0;
}
* {
	font-family:arial,verdana,sans-serif;
	font-size: 12px;
}
h1 { font-size:22px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }

.line {
	margin-left: 12px;
	margin-right: 12px;
	border: none 0;
	border-top: 1px solid #FFFFFF;
}

.headerSpacing {
	letter-spacing: 2px;
	font-size: 13px;
	line-height:130%;
}

.menuOutside {
	border-bottom: 4px solid #0764a6;
}
.menu {
	border-left: 3px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	height: 28px;
	background: #d6d4d4 url('../images/menuRepeat.jpg') left top repeat-x;
}

.content {
	border: 3px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	background: #D5D3D4 url('../images/middle.jpg') left top no-repeat;
	padding:13px;

	min-height: 750px;
	_height: 750px;
}
.content, .content * {
	color: #0e4f82;
}

.leftBottom {
	position:absolute;
	bottom:0;
	left:-335px;
	width: 335px;
	height: 48px;
	background: url('../images/leftBottom.jpg') left top no-repeat;
	z-index: 1000;
}
.rightBottom {
	position:absolute;
	bottom:-649px;
	right:218px;
	width: 227px;
	height: 46px;
	background: url('../images/rightBottom.jpg') left top no-repeat;
	z-index: 1000;
}

.comingTogether {
	background: url('../images/coming_together.png') left top no-repeat;
	width: 340px;
	height: 170px;
}

.extraLinks a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
}

.extraLinks a:hover {
	text-decoration: underline;
}
