@charset "UTF-8";
body {
	font: .8pc Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	/*background: #554433;*/
	background: #FFFFFF url(images/body_bg.jpg) repeat-x;
	/*background: #EEE;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	
}

h1 {
	font: normal bold 1.6pc "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0;
	/*color: #663300;*/
	/*color: #770000;*/
	color: #003366;
	text-decoration: none;
}

h2 {
	font: normal 1.4pc "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0;
	color: #003366;
	/*color:#334455;*/
}
h3 {
	font: normal normal 1pc "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0;
	margin-left: 1em;
	/*color: #770000;*/
	color: #003366;
}
h4 {
	font: italic normal .9pc "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0;
	margin-left: 1.5em;
	color: #003366;
	text-decoration: none;
}
h5 {
	font: normal normal .9pc "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0;
	margin-left: 1.5em;
	/*color: #770000;*/
	color: #660000;
}
img {
	margin: .75em;
	margin-left: 2em;
	padding: 0;
}
p {
	margin: 1.5em;
	/*margin-right: 8em;*/
	margin-top: 0;
	margin-bottom: 1em;	
	padding: 0;
	color: #444444;
}

a {
	/*color: #0066BB;*/
	color: #003366;
}

ul{
	padding: 0;
	margin: .5em 0 0 4em;
}

li {
	list-style-position: outside;
	list-style-image: url(images/bullet_point.gif);
	margin-bottom: .5em;
}
ul li ul li{
	list-style-image: url(images/bullet_point2.gif);
}
dt{
	font-size: 1.2pc;
	color: #003366;
	margin: 0;
	padding: 0;
}
dd img{
	float: left;
}
dd h3{
	clear: left;
}
.red{
	color: #990000;
}

.oneColFixCtrHdr #container {
	/*width: 990px;*/
	/*width: 770px;*/
	/*width: 60.5em;*/
	width: 98%;
	max-width: 77em;
	background: #FFF;
	margin: .5em auto;
	text-align: left;
	/*border: .2em solid #FFAA00;*/
	border: .1em solid #CCC;
}
.oneColFixCtrHdr #header {
	background: #FFF;
	background: #FFFFFF url(images/header_background.jpg) repeat-x;
	/*padding: 0 10px 10px 20px;*/
	padding: 0 1em 0 0;
	margin: 0;
	border-bottom: 1px solid #FFAA00;
}

.oneColFixCtrHdr #header a img {
	border: none;
}

.oneColFixCtrHdr #header img {
	padding: 0;
	margin: 0;
}	
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-bottom: 0;
	padding-bottom: 0;
	/*color: #003366;*/
	color: #003366;
	font-weight: normal;
	font-size: 2pc;
	text-decoration: none;
}

.oneColFixCtrHdr #header p {
	margin: 0;
	margin-left: .5em;
	padding: 0;
	color: #554433;
}	

.oneColFixCtrHdr #mainContent {
	margin: 0 0 0 0;
	padding: 0 2em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: 40em;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background: #EEE;*/
	border-top: 1px solid #CCC;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	
}

.row {
	float: left;
	clear: both;
	margin-bottom: 2em;
	padding-bottom: 2em;
	height: auto;
	width: auto;
	/*border-top: 1px solid #CCCCCC;*/
	/*background-color: #EEE;*/
}
.column {
	/*width: 24em;*/
	width: 25em;
	/*width: 40%;
	min-width: 24em;
	max-width: 50em;*/
	/*height: 400px;*/
	/*height: 24em;*/
	/*border: 1px solid #CCCCCC;*/
	/*border-top: 1px solid #CCCCCC;*/
	/*border-top: 1px solid #CCCCCC;*/
	float: left;
	margin-left: 2em;
	padding: 0;
	height: auto;
	/*overflow: auto;
	background: #EEEEEE;*/
	/*background: #EEE;*/
}

.column h2 {
	padding: 0;
	margin: .5em 0 0 .3em;
	color: #770000;
	font-weight: normal;
	font-style: normal;
}
.column p {
	padding: 0;
	margin: .5em 2em 0 2em;
	/*font-size: .9pc;*/
}
.column img {
	float: left;
}
.clear_all {
	clear: both;
	color: #FFF;
}
.float_left {
	float: left;
}

.float_img{
	float: left;
	margin: 0;
	padding: 0;
	padding-right: .5em;
}

.utility{
	/*position: absolute;*/
	/*position: fixed;*/
	/*top: 1em;*/
	right: 1em;
	margin: .5em;
	margin-top: 1.5em;
	top: 2em;
	padding: 0;
	color: #919999;
	list-style: none;
	/*z-index: 500;*/
	/*font-size: 120%;*/
	float: right;
	/*background-color: #7e0807;*/
	/*position: relative;*/
}
.utility li{
	float: left;
	padding: 0;
	margin: 0 .5em 0 0;
	list-style: none;
}

.utility a{
	color: #660000;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

.utility a:hover{
	text-decoration: underline;
	/*text-decoration: none;*/
}
.utility a img, .utility a:visited img, .utility a:hover img{
	text-decoration:none;
	border:none;
	margin: 0;
	padding: 0;
	margin-right: 1em;
}
.posting{
	/*background-color: #CCC;*/
	margin: 1em 1em 4em 2em;
	max-width: 54em;
}
.post {
	margin-bottom: 4em;
}
/*.post p{
	max-width: 54em;
}*/


/* CSS Document */

table.table_1{
	border: 1px solid #737A80;
	border-collapse: collapse;
	/*width: 98%;*/
	margin: .5em;
	margin-left: 1.8em;
	/*font-size: 90%;*/
	font-family: Arial, Verdana, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

table.table_2{
	border: 1px solid #737A80;
	border-collapse: collapse;
	/*width: 98%;*/
	margin: 5px;
	/*font-size: 90%;*/
	font-family: Arial, Verdana, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

table.table_1 th, table.table_2 th{
	border: 1px solid #737A80;
	background-color: #CCCCCC;
	background-image: url(images/play_list_header5.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0.5em 0.2em 0.3em 0.2em;
	color: #ffffff;
	font-weight:bold;
}
.p10{
	width: 10%;
}
.p15{
	width: 15%;
}
.p20{
	width: 20%;
}

table.table_1 td, table.table_2 td {
	padding: 0.2em;
	border: 1px solid #737A80;
	font-size: 95%;
}
table.table_1 h5, table.table_2 h5{
	padding: 5px;
	margin: 0;
	font-weight: bold;
}

table.table_1 tr.evens, table.table_2 tr.evens {
	background-color: #FFFFFF;
}

table.table_1 tr.odds, table.table_2 tr.odds {
	/*background-color:#CCDDFF;*/
	background-color:#EEEEEE;
}

table.table_1 td.column1 {
	background-color:#CCDDFF;
	/*background-color:#AABBCC;*/
}

table.table_1 td.column2 {
	/*background-color:#CCDDFF;*/
	background-color:#DDFFCC;
	/*background-color:#AACCAA;*/
}

table.table_1 td.column3 {
	background-color:#EEEEEE;
	/*background-color:#AABBCC;*/
}


table.table_1 tr.totals, table.table_2 tr.totals {
	background-color: #99ff00;
	background-color: #AAFF33;
	font-size: 120%;
	font-weight:bold;
	/*background-image: url(../images/play_list_header4.gif);*/
}

table.table_1 th.sub_col, table.table_2 th.sub_col {
	background-color: #99ff00;
	background-color: #AAFF33;
	/*font-size: 120%;
	font-weight:bold;*/
	color: #000000;
	background-image: url(images/play_list_header4.gif);
}


table.table_1 tr.zero {
	background-color: #FFFF00;
}



table.table_1 tr:hover, table.table_1 td:hover, table.table_1 tr.hilite, table.table_1 td.hilite, table.table_2 tr:hover, table.table_2 tr.hilite {
	/*background-color: #AAAAAA;*/
	background-color: #FF9900;
	/*color: #FFFFFF;*/
}

.align_center{
	text-align:center;
}
.align_center_b{
	text-align:center;
	font-weight:bold;
}
.right_side{
	width: 14em;
	height:auto;
	/*background-color:#FFF;*/
	background: none;
	border-left: dotted .1em #CCC;
	position:relative;
	float:right;
	/*position:absolute;*/
	/*right: 50%;*/
	margin:0 0 1em 1em;
	/*margin-bottom:2.3em;*/
	/*margin-bottom:5em;
	margin-left: .5em;*/
	padding: 0;
	/*border: solid .1em #CCCCCC;*/
	/*border-bottom: dotted thin #175791;*/
	/*top: 1.1em;
	right: 1.8em;*/
	top:0;
	bottom:0;
	right:0;
}

.right_side h3{
	size:1pc;
	color:#175791;
	font-family:Genvea, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:0;
	padding-bottom:0;
}

.right_side h4{
	/*size:70%;*/
	/*color:#175791;*/
	color:#660000;
	font-family:Genvea, Verdana, Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
	margin:0;
	margin-left: .5em;
	padding-bottom:0;
}

.right_side p{
	margin-left: 0;
}
.right_side .no_bullet ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}
.right_side .no_bullet li{
	list-style:none;
	margin:0 0 .5em -1em;
	padding: .5em;
	background-color:#EEEEEE;
	background-image: url(images/button_background2.png);
	background-repeat:repeat-x;
	border: .1em solid #CCCCCC;
	text-align: left;
}
.right_side .link_regular{
	background-color:#EEEEEE;
	background-image: url(images/button_background2.jpg);
	background-repeat:repeat-x;
	border: .1em solid #CCCCCC;
	margin: 1em;
	padding: .5em;
}
.right_side .selected_link{
	background-color:#FFFFFF;
	background-image: url(images/button_background3.jpg);
	background-repeat:repeat-x;
	border: .1em solid #CCCCCC;
	margin: 1em;
	padding: .5em;
}
.mission {
	/*background-color: #EEE;*/
	border-bottom: 1px solid #CCC;
	padding-bottom: .1em;
	margin-bottom: 2em;
	/*min-height: 15em;*/
	/*width: 40em;*/
}

.mission img {
	padding: 0;
	margin: .5em;
	margin-right: 1em;
	margin-bottom: 1.8em;
	/*border: 1px solid #CCC;*/
}
.mission p{
	margin: 0 2em 1em 2em;
	padding: .5em .5em 0 .5em;
	color: #333333;
	font-size: .9pc;
	width: 40em;
}

.mission h2{
	margin: .5em 0;
	padding: 0;
}
.vcard{
	/*border-top: .1em solid #CCC;*/
}