@charset "UTF-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/top_border.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 15px;
}
#content a {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#content a:hover {
	color: #CCCC00;
	text-decoration: underline;
}
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
ul {
	list-style-image: none;
	list-style-type: none;
}
.emphasis-text {
	font-size: 11px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
}
#nav_left {
	float: left;
	height: 100px;
	width: 450px;
	text-align: left;
}
#nav_right {
	float: right;
	height: 100px;
	width: 450px;
	text-align: right;
}
#nav {
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #BDBDBD;
	line-height: 18px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.grey-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BDBDBD;
}
#nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#header {
	height: 200px;
	width: 900px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCC00;
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	text-transform: uppercase;
}
#content {
	width: 900px;
}
#content_left {
	float: left;
	width: 49%;
	text-align: right;
}
#header  h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70px;
	color: #000000;
	text-shadow: 0px 1px 1px #CCCCCC;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_right {
	float: right;
	width: 49%;
}
#content  h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
	text-shadow: 0px 1px 1px #CCCCCC;
	font-style: italic;
}
.headline_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: right;
	width: 900px;
	padding-top: 30px;
	float: left;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}

