body {
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
	color: #0f0f0f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

h1, h2, h3 { margin: 0; }	
h2 { font-size: 12pt; }
h3 { font-size: 10pt; }

p {
	margin: 0 0 1em 0;
}

a:link { color: #0f0f0f; text-decoration: underline; }
a:visited { color: #0f0f0f; text-decoration: underline; }
a:hover { color: #bf2a2e; text-decoration: underline; }

table tr { vertical-align: top; }
table td { font-size: 8pt; }

.tableTop {
	background-image: url(../images/TableTop_Gradient.jpg);
	background-repeat: no-repeat; 
}

.borderTop { border-top: 1px solid #ccc; }
.borderLeft { border-left: 1px solid #ccc; }

strong { color: #143356; }
.bold { font-weight: bold; color: #143356; }

.bigger { font-size: 1.3em; }

.red { color: #bf2a2e; }

.whitespacer, .redspacer, .bluespacer {
	clear: both;
	
	width: 780px;
	height: 2px;

	line-height: 2px;
	font-size: 2px;

	min-height: 2px;
	max-height: 2px;

	border: 0;
	padding: 0;
	margin: 0;
}

.whitespacer { background-color: #fff; }
.redspacer { background-color: #bf2a2e; }
.bluespacer { background-color: #20436b; }

#mainContainer {
	width: 780px;
	border-right: 1px solid #ccc;
	background-color: #fff;
	padding-bottom: 15px;
}


/*Header **********************************************/
#header {
	width: 780px;
	background-color: #fff;
}

#header h1 {
	visibility: hidden;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
}
/* ^Header **********************************************/


/*Footer **********************************************/
#footer {
	width: 781px;
	color: #666;
	text-align: center;
	border-top: 7px solid #306eb4;
	margin: 0;
	padding-top: 3px;
}

#footer a:link { color: #666; text-decoration: none; }
#footer a:visited { color: #666; text-decoration: none; }
#footer a:hover { color: #666; text-decoration: underline; }
/* ^Footer **********************************************/

/* Date ********************** */
#date {
	position: absolute;
	left: 660px;
	top: 74px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 99; 
}


/* Content Structure ***********************************/	
#content {
	overflow: hidden;
	padding: 15px 15px 0 15px;
}

.box {
	margin-bottom: 5px;
	border: 1px solid #ccc;
	padding: 5px;
}

.borderLeft { border-left: 1px solid #ccc; }
.borderRight { border-right: 1px solid #ccc; }

.threeColumn { overflow: hidden; }

.spreadText { line-height: 2em; }

#content #contentLeft {
	float: left;
	width: 525px;
}

#content #contentLeft .box {
	background: #fff url('../images/Heading_Left_BckGradient.jpg') repeat-x left top;
}

#content #contentLeft h2 {
	color: #143356;
	margin-bottom: 5px;
	border-bottom: 1px solid #eeeeef;
}

#contentLeft .box .float {
	width: 160px;
	float: left;
}

#upperLeft .threeColumn { border-top: 1px solid #eeeeef; }

.threeColumn div { padding: 5px; }

#content #contentRight {
	float: right;
	width: 220px;
}				

#content #contentRight .box { background: #fff url('../images/Content_Right_BckGradient.jpg') repeat-x right top; }

#content #contentRight h3 {
	color: #fff;
	margin: -6px -6px 5px -6px;
	padding: 5px;
}


#content #contentRight h3 a:link { color: #fff; text-decoration: none; }
#content #contentRight h3 a:visited { color: #fff; text-decoration: none; }
#content #contentRight h3 a:hover { color: #fff; text-decoration: underline; }

#content .newsHeading a:link { color: #143356; text-decoration: none; }
#content .newsHeading a:visited { color: #143356; text-decoration: none; }
#content .newsHeading a:hover { color: #bf2a2e; text-decoration: underline; }

#upperRight {
	background: #306eb4 url('../images/UpperRight_RndCnrBck.jpg') repeat-x right top;
}

#lowerRight {
	background: #306eb4 url('../images/MenuGradient_Light.jpg') repeat-x left top;
}
/* ^Content Structure ***********************************/	
