body {
	margin: 0;
	padding: 0;
	background: #004e82;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

img {
	border: 0;
}

.clear {
	clear: both;
}


#main {
	width: 644px;
	margin: 0 auto;
	padding: 20px 25px 60px 25px;
	text-align: center;
	position: relative;
	background: url('../images/background.png') #fff repeat-y;
}

h2 a {
	display: block;
	color: #111;
	background: #eceff5;
	font-size: 12pt;
	text-decoration: none;	
	height: 32px;
	line-height: 32px;
	border: 1px dotted #004e82;
}
	h2 a:hover {
		text-decoration: underline;
	}

dl {
	padding-bottom: 350px;
}
dt {
	font-weight: bold;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 105px;
	margin: 0 10px;
	border: 1px dashed #333;
	cursor: pointer;
}
	dt.selected {
		background-color: #d8f3dc;
	}
	
dd {
	margin: 0 0 3em 0;
	position: absolute;
	display: none;
	top: 340px;
	left: -10000px;
	text-align: left;
	width: 510px;
}
	dd.selected {
		left: 80px;
	}

p.cta {
	margin-top: 30px;
	text-align: right;
}

#twitter-rss {
	width: 300px;
	border: 1px solid #94a3c4;
	float: left;
	text-align: left;

}
	#twitter-rss h3 {
		background-color: #eceff5;
		margin: 0;
		padding: 0;
		text-align: center;
		height: 62px;
		line-height: 62px;
		border-bottom: 1px solid #d8dfea;
	}
		#twitter-rss h3 a {
			color: #3b5998;
			text-decoration: none;
		}
		#twitter-rss h3 a:hover {
			text-decoration: underline;
		}
		
	#twitter-rss ol {
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: 12px;
		padding-bottom: 10px;
		margin: 0 10px;
	}
	#twitter-rss ol li {
		margin: 10px 5px 0 10px;
	}

