/* CSS Document */

body {
	background:#333 url(../img/bg.png) repeat-x;
	color:#fff;
	font:13px Arial, Helvetica, sans-serif;
	line-height:1.5;
}


div#container {
	width:977px;
	margin: 0 auto;
	padding: 1em;
}
div#header {
	height:200px;
	background:#333;
}

div#introtext {
	height:135px;
	background:#fff;
	
}

div#menu {
	height:24px;
	background:#666;
	color:#fff;
	font-size:18px;
	padding:10px;
	letter-spacing:0.1px;
}

div#contentcontainer {
	background:#fff;
	min-height:500px;
}

div#content {
	color:#333;
	padding:10px;
	width:640px;
	border-right:1px dotted #ccc;
	float:left;
	min-height:500px;
}

div#news {
	width:200px;
	border-left:1px dotted #999;
	float:right;
	height:135px;
	color:#999;
	padding: 0px 10px;
}
div#sidenotes {
	width:300px;
	float:right;
	color:#999;
}


a {
	color:#00a8ff;
}

a:hover {
	background-color:#00a8ff;
	color:#fff;
}

p {
	font-size:13px;
	line-height:1.5;
}

p.orangetext {
	color:#FF5700;
	font-weight:bold;
}

.leftlogo {
	margin-top:53px;
	float:left;
}

.rightlogo {
	float: right;
	margin-right:10px;
}

.introtext {
	float:left;
	margin-top:25px;
}

h1 {
	color:#FF5700;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bolder;
	font-size:36px;
}

hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
text-align: left;
}
