@charset "utf-8";

/* ~~~~~~~~~~~~~~~~~~~~~~~~~ Banner CSS Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#wrap_col {
	margin:0;
	padding:0;
	background:#FFFFFF;
	width:892px;
	margin:0 auto;
}

#header_col {
	padding:5px 5px;
	background:#ddd;
}
#main_col{
	float:left;
	width:280px;
	padding:5px;
	background:#FFF;
}

.secondary_col{
	float:left;
	width:800px;
	padding:5px;
	background:#FFF;
}

#sidebar_col {
	float:left;
	width:682px;
	padding:5px;
	background:#FFF;
}

/* typography */

h1.heading_col {
	margin:0px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1.5em;
	line-height:1.2em;
	font-weight:bold;
	color:#003366;
	text-align:center; 
	text-indent: 6px;
}
h1.heading_col_left {
	margin:0px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1.5em;
	line-height:1.2em;
	font-weight:bold;
	color:#003366;
	text-align:left; 
	text-indent: 6px;
}
h1.index_col {
	margin:0px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:2.2em;
	line-height:1.1em;
	font-weight:normal;
}
h1.section_col {
	margin:0px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1.5em;
	line-height:1.0em;
	font-weight:normal;
	color:#000;
	text-transform:uppercase;
	padding:4px 0px 2px 0px;
}
h2.sub-heading_col {
	color:#333;
	margin:0px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1.2em;
	line-height:1.1em;
	font-weight:bold;
	letter-spacing:-0.06em;
	color:#003366;
	text-align:center;
	text-indent: 6px;
}

h2.sub-heading_left {
	color:#333;
	margin:0px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1.2em;
	line-height:1.1em;
	font-weight:bold;
	letter-spacing:-0.06em;
	color:#003366;
	text-align:left;
	text-indent: 6px;
}
	
.p_col {
	margin:0px 0px 12px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.2em;
	font-weight:bold;
	padding-top: 0px;
	padding-bottom: 0px;
}
.small_col {
	margin:0px;
	padding-top: 0px;
	padding: 5px;
	font-size:0.9em;
	line-height:1.2em;
}

.date {
	margin:0px;
	padding-top: 0px;
	font-size:0.5em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~ */

