/*Styles*/
h1,h2,h3,h4,h5,h6{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:15px 0 0 0;
	padding-bottom:4px;
	line-height:85%;
}
h1{
	color:#D8112E;
	font-size:27px;
}
h2{
	color:#C2C86C;
	font-size:23px;
}
h3{
	color:#D97F28;
	font-size:21px;
}
h4{
	color:#BB5427;
	font-size:18px;
}
h5{
	color:#C2C86C;
	font-size:15px;
}
h6{
	color:#25281E;
	font-size:12px;
	font-weight:bold;
}
a{text-decoration:none;
	color:#990000;
}
a:hover{
	text-decoration:underline;
	text-decoration:none;
	color:#fff;
}
#right a{
	text-decoration:none;
	color:#012346;
}
#right a:hover{
	text-decoration:underline;
}
acronym{
	border-bottom:1px dotted #999;
	padding-bottom:1px;
	cursor:help;
}
del{
	color:#999;
}
.allcaps{
	font-stretch:wider;
	font-variant:small-caps;	
}
hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
p.firstletter:first-letter{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-size:40px;
	padding:10px 3px 3px 3px;
	float:left;
}
.indent{
	border-left:2px solid #C2C86C;
	margin-left:25px;
	padding-left:8px;
}
.green{
	color:#C2C86C;
}
.blue{
	color:#D97F28;
}
ul li ul li{
	list-style-type:square;
}


dl{
	margin-left:8px;
	margin-right:8px;
}
dt{
	color:#C2C86C;
	font-weight:bold;
	text-decoration:underline; 
	font-size:30%;
}
.blockquote{
	border-bottom:1px solid #273955;
	border-top:1px solid #273955;
	border-left:4px solid #D97F28;
	background:url(../images/site/blockquote.jpg) repeat top left;
	padding:6px 6px 4px 8px;
	margin:12px 0;
	color:#eee;
}
.blockquote h5{
	border-bottom:1px solid #D97F28;
	font-size:17px;
	color:#eee;
	margin:2px;
}
.blockquote span{
	padding: 3px 0;
	display:block;
	font-size:10px;
	color:#999;
}
code{
	display:block;
	border-bottom:1px solid #273955;
	border-top:1px solid #273955;
	border-left:4px solid #D97F28;
	background:url(../images/site/blockquote.jpg) repeat top left;
	padding:6px 6px 4px 8px;
	margin:12px 0;
	color:#eee;
	font:normal 11px "Courier New", Courier, monospace;
}
.highlight{
	color:#C2C86C;
	font-weight:bold;
}

/*Floats*/
.videoleft{
float:left;
margin-right:10px;
margin-bottom:10px;


}
.videoright{
float:right;
margin-left:10px;
margin-bottom:10px;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.w50{
	width:50%;
}
.floatleft p{
	padding:0 10px 0 0; 
}
.floatright p{
	padding:0 0 0 10px;
}
img.floatleft{
	margin:15px 18px 5px 0;
}
img.floatright{
	margin:15px 5px 5px 18px
}
ul#sponsors  { 
	margin-top:0px; 
	margin-left:0px; 
	width : 170px; 
	list-style:none;
	line-height:0px;
}	

#sponsors li  {
padding:0;
border-bottom:1px dotted #FF0000;
line-height:0px;
}
img, img a { 
border : none 
}
