/* CSS Document */


* {margin:0; padding:0;}
body {
	background-color: #000000;
}
#container {
	width:760px;
	position:relative;
	margin:0 auto;
	padding:10px;
	background-color: #000000;
}
#header1 {
	width:760px;
	height: 60px;
	background-color: #FFFFFF;
}
#content1 {
	width:760px;
	background-color: #870010;
	background-image: url(images/background_graphic.gif);
}
#content_left {
	width:560px;
	background-color: #FFFFFF;
	float: left;
}
#left_image {
	width:560px;
	height: 90px;
}
#content_main {
	width:520px;
	background-color: #FFFFFF;
	padding: 20px;
}

#content_right {
	width:200px;
	background-color: #510006;
	float: left;
}
#right1 {
	width:170px;
	background-color: #870010;
	padding: 15px;
}
#right2 {
	width:170px;
	background-color: #E27F19;
	padding: 15px;
}
#right3 {
	width:170px;
	background-color: #5A321E;
	padding: 15px;
}
#right4 {
	width:170px;
	background-color: #510006;
	padding: 15px;
}
#right5 {
	width:170px;
	background-color: #9D080D;
	padding: 15px;
}
#right6 {
	width:170px;
	background-color: #000000;
	padding: 15px;
}
#right7 {
	width:170px;
	background-color: #2A2A2A;
	padding: 15px;
}

#footer {
	width:740px;
	background-color: #000000;
	padding: 10px;
}
.copy_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.copy_footer:link, a.copy_footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.copy_main_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}
.copy_main_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
.headlines1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #510006;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 12px;
}
.copy_titles1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4A024;
	font-weight: bold;
	text-transform: uppercase;
}
a.copy_titles1:link, a.copy_titles1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4A024;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.copy_titles_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
a.copy_titles_black:link, a.copy_titles_black:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.copy_titles_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
a.copy_titles_white:link, a.copy_titles_white:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.copy_titles_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #510006;
	font-weight: bold;
	text-transform: uppercase;
}
a.copy_titles_red:link, a.copy_titles_red:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #510006;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
a.copy_main_black:link, a.copy_main_black:visited {
	font-weight: bold;
	text-decoration: none;
	color: #510006;
}
a.copy_main_white:link, a.copy_main_white:visited {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.copy_subheads_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #510006;
	font-weight: bold;
}
.gtk_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
	background-color: #000000;
}
.gtk_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 5px;
}
.gtk_quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #510006;
	font-style: italic;
	line-height: 20px;
}
.gtk_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #510006;
	font-style: normal;
	font-weight: bold;
}
.img_rt {
	margin-left: 10px;
	margin-bottom: 10px;
}
.img_lft {
	margin-right: 10px;
	margin-bottom: 10px;
}
.clearfloats {clear:both;}
li {
	margin: 0 0 0 20px;
	list-style-position: outside;
}

