HTML {
	background-color: #2F496E;
}
BODY {
	margin: 0 auto;
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 0.75em;
	width: 840px;
	background-color: white;
}
* {
	margin: 0px;
}
H1 {
	margin: 0px 0px 0px 20px;	
	padding: 20px 0px 20px 0px;
	color: #BF0000;
	text-shadow: 1px 1px 1px #9F9F9F;
	font-family: 'Lobster', arial, san-serif;
	font-size: 3em;
	text-align: center;
}
H2, H3 {
	margin: 30px 0px 0px 20px;
	color: #33383F;
	color: #BF0000;
	text-shadow: 1px 1px 1px #BFBFBF;
	font-size: 1.6em;
}
P {
	margin: 15px 0px 0px 20px;
	color: #33383F;
}
P.copy {
	padding: 50px 0px 0px 0px;
	text-align: center; 
}
P A {
	color: #CA1921;
}
P A:hover {
	text-decoration: none;
}
PRE {
	padding: 20px 0px 0px 0px;
	font-size: 12px;
}
DL {
	margin: 10px 10px 10px 20px;
	color: #33383F;
}
DT {
	margin-top: 10px;
	font-weight: bold;
}
DD {
	margin: 2px 0px 10px 10px;
}
DIV#content {
	padding: 10px 5px 0px 0px;
}
.content-box {
	padding: 0px 10px;
}
#download {
	margin: 20px 0px 0px 330px;
	border: 1px solid #2F496E;
	display: block;
	width: 140px;
	height: 50px;
 	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
}
#download A {
	margin: 1px;
	padding: 16px 0px 0px 30px;
	display: block;
	background-color: #2F496E;
	color: #ffffff;
	font-size: 1.2em;
	text-decoration: none;
	width: 108px;
	height: 32px;
	font-weight: bold;
 	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
 	text-align: center;
 	background-image: url('../images/down-arr.gif');
 	background-position: 10px -159px; 
 	background-repeat: no-repeat;
}
#download A:hover {
	background-color: #17447F;
	background-position: 10px 8px; 
}
#ticker-wrapper.has-js {
	margin: 20px 0px 0px 20px;
	width: 800px;
	height: 30px;
	border: 1px solid #CFCFCF;
	display: block;
}
#ticker {
	padding: 0px 0px 0px 10px;
	width: 710px;
	height: 23px;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
}
#ticker-title {
	padding-top: 7px;
	float: left; 	
	color: #990000;
	font-weight: bold;
	background-color: #ffffff;
	text-transform: uppercase;
}
#ticker-content {
	margin: 0px;
	padding-top: 7px;
	float: left;
	position: absolute;
	color: #1F527B;
	font-weight: bold;
	background-color: #ffffff;
}
#ticker-content:focus {
	none;
}
#ticker-content A {
	text-decoration: none;	
	color: #1F527B;
}
#ticker-content A:hover {
	text-decoration: underline;	
	color: #0D3059;
}
#ticker-swipe {
	padding-top: 7px;
	position: absolute;
	top: 0px;
	left: 80px;
	background-color: #ffffff;
	display: block;
	width: 800px;
	height: 23px; 
}
#ticker-swipe SPAN {
	margin-left: 1px;
	background-color: #ffffff;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
#ticker-controls {
	padding: 7px 10px 0px 0px;
	list-style-type: none;
	float: right;
}
#ticker-controls LI {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
#ticker-controls LI#play-pause {
	background-image: url('../images/controls.png');
	background-position: 32px 16px;
}
#ticker-controls LI#play-pause.over {
	background-position: 32px 32px;
}
#ticker-controls LI#play-pause.down {
	background-position: 32px 0px;
}
#ticker-controls LI#play-pause.paused {
	background-image: url('../images/controls.png');	
	background-position: 48px 16px;
}
#ticker-controls LI#play-pause.paused.over {
	background-position: 48px 32px;
}
#ticker-controls LI#play-pause.paused.down {
	background-position: 48px 0px;
}
#ticker-controls LI#prev {
	background-image: url('../images/controls.png');
	background-position: 0px 16px;		
}
#ticker-controls LI#prev.over {
	background-position: 0px 32px;		
}
#ticker-controls LI#prev.down {
	background-position: 0px 0px;		
}
#ticker-controls LI#next {
	background-image: url('../images/controls.png');	
	background-position: 16px 16px;	
}
#ticker-controls LI#next.over {
	background-position: 16px 32px;	
}
#ticker-controls LI#next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
#no-js-news {
	padding: 10px 0px 0px 45px; 
}