@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}
#header {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}


#topnav {
	color: #FFF;
	text-align: right;
}

#topnav ul {
	background-image: url(images/link_gradient.jpg);
	background-position: center;
	background-repeat: repeat-x;
}

#topnav li {
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
	padding-top: 2px;
	padding-bottom: 3px;
	
}
#topnav li a {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #400000;
}

.title_logo {
	font-size: 30px;
	color: #FFF;
	background-color: #400000;
	padding-left: 10px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
}
.title_subheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #59337D;
	background-color: #F0C373;
	text-align: right;
	padding-right: 20px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.image_title_top {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FC6;
	font-weight: bold;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FC6;
	text-align: center;
}
#left_column {
	width: 300px;
	float: left;
	margin-left: 110px;
	padding: 10px;
}
.gold_text {
	color: #FC6;
	font-size: .9em;
}
h3 {
	color: #FC6;
}
a {
	color: #FFD988;
}



#right_column {
	margin-left: 480px;
	margin-right: 60px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#single_column {
	color: #F0C373;
	padding-left: 100px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.white_text {
	color: #FFF;
}

.white_text_quote {
	color: #FFF;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}

#container #single_column a {
	color: #F0C373;
}

.inner_page_title {
	font-weight: normal;
	color: #FC6;
	font-size: 18px;
}
.notice {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}

a.bluelink {
	color:#649DD7;
	font-size: 16px;
}
.embers {
	color: #ed713d;
}

a.embers2 {
	color: #efc5a0;
}

