/********** Style **********/

body {
	background: #fff;
	color: #333;
}
a, a:visited {
	color: #247BC4;
}
a:hover {
	color: #2FB0FF;
}
.rule {
/* 	border-top:1px solid; */
	border-bottom:1px solid;
	margin-bottom:5px;
	padding-bottom:3px;
}

.cleartop {
	margin-top:0;
	padding-top:0;
}

/********* Winter layout *********/

#contentContainer {
	background: #fff;
}

#flashMessage {
	border: 1px solid #0081CF;
	padding: 5px;
	text-align: center;
}

.urgent {
	border: 1px solid #0081CF;
	text-align: center;
	font-size: 16px;
	color: #F9171B;
}

.program {
	border: 1px solid rgb(99, 11, 133); 
	font-size: 11px;
/* 	width: 580px;  */
}
div.box {
	background-color: #fff;
	border: 0px solid #0081CF;
/* 	border-bottom: 1px solid #0081CF; */
	color: #333;
	margin-bottom:15px;
	padding: 0;
}
div.affiliates {
	background-color: #fff;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div.affiliates  ul li{
	padding-bottom: 2px;
}
div.underwriters {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
div.underwriter{
	padding-bottom: 6px;
}
div.underwriter p{
	margin: 0;
}
#last10 {
	font-size:10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#last10 td {
	padding-top: 0;
	padding-bottom: 0;
}
.schedule {
	font-size: 10px;
}
div.halfcolumn {
	float: left;
	width: 48%;
	padding: 0 5px 0 5px;
}

/******** TEXT STYLES **************/

h1, h2, h3, h4, h5 {
	font-family: Verdana;
}
h2.fronttitle {
	text-align: center; 
	font-size: 20px; 
	font-weight: 600; 
	padding: 0;
}
h3.posttitle{
	font-size:16px;
	font-weight:600;
	color: red;
	text-align: left;
}
h4 {
	color: #2D485E;
}
h5 {
	text-align: right;
	font-size: 12px;
	margin: 0;
}

/********** Navigation *********/

.navcontainer {
	width: 100%;
}
#navlist1, #navlist1 a {
	background-color: #0077BF;
	color: #fff;
}
#navlist1 a:hover {
	background-color: #2FB0FF;
	color: #fff;
}
#navlist1 a:link {
	text-decoration: none;
	color: #fff;
}
#navlist1 a.highlighted {
	color: #0077BF;
	background-color: #fff;
}

#navleft {
	text-align: left;
	float: left;
	background-color: #eee;
}
#navleft a { 
}

#navright {
	text-align: right;
	float: right;
	background-color: #eee;
}
#navright a { 
}

/*************************************/
