body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

a { color: #FF3300; text-decoration: underline;}
a:visited { color: #660000; text-decoration: underline;}
a:hover { color: #CC0000; text-decoration: none;}

h1 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 12px 0 0 11px;
	padding: 0px;
	float: left;
}

h2 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #CC0000;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	padding: 0px;
}

h3 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #CC0000;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 15px 0 0 0;
	padding: 0px;
}

h4 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #660000;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 0px;
}

h5 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 10.5pt;
	line-height: 10pt;
	color: #336600;
	font-weight: bold;

	margin: 1em 0 0em 0;
	padding: 0em 1em 0 0;
	clear: left;
	float: left;
}

h6 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	margin: 1em 0 0em 0;
	padding: 0em 1em 0 0;
	clear: left;
	float: left;
}

.bodytext {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	padding: 30px;
}

.quote {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 12pt;
	color: #FF3300;
	padding: 10px 20px 10px 20px;
}

.titlehead1 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	margin: 0px;
	padding: 42px 0px 0px 23px;
}
.titlehead2 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 60px;
	line-height: 50px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
.titlehead3 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #FF3300;
	text-transform: uppercase;
	letter-spacing: 6px;
	padding: 0px 0px 0px 20px;
}
.titlehead4 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 16px 0 0 138px;
	padding: 0px;
	float: left;
	clear: both;
}
.titleampersand {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 60px;
	line-height: 50px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
.subhead {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #CC0000;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 15px 0 0 0;
	padding: 0px;
}
.year {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	color: #CC0000;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.caption {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
	color: #FFFFFF;
	padding: 5px 0px 0px 5px;
}
.credit {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	color: #999999;
	padding: 5px 0px 0px 0px;
	font-style: italic;
}

.rule {
	border-top: 1px solid #FF6600;
	margin: 2em 0 2em 0;
}

.alignleft {
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: left;
}

.alignright {
	text-align: right;
	padding: 0px;
	margin: 0px;
	float: right;
}
.aligncenter {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.backtop {
	margin-top: 20px;
	margin-bottom: 30px;
	clear: both;
	background-image: url(/images/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.backtop a {
	color: #339900;
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 14px;
	overflow: visible;
}
.backtop a:visited { color: #339900; text-decoration: none; }
.backtop a:hover { color: #339900; text-decoration: underline; }



.mainnav {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 12px;
	font-weight: normal;
}

.mainnav ul {
	height: 25px;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
}

.mainnav li {
	height: 25px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.mainnav a { color: #FFFFFF; text-decoration: none; }
.mainnav a:visited { color: #FFFFFF; text-decoration: none; }
.mainnav a:hover { color: #FFFFFF; text-decoration: underline; }




.subnav {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 15px;
	font-weight: lighter;
}

.subnav li {
	padding:0px 0px 10px 4px;
	margin: 0px;
}

.subnav ul {
	list-style-type: none;
	list-style-position: default;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 25px;
}

.subnav ul li {
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

.subnav a {color: #FFFFFF; text-decoration: none; }
.subnav a:visited { color: #FFFFFF; text-decoration: none; }
.subnav a:hover { color: #FF3300; text-decoration: underline; }


#supershell {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
}

#bannershell {
	height: 132px;
	width: 600px;
	background-color: #000000;
	vertical-align: text-bottom;
}

#bottomalign {
	vertical-align: text-bottom;
}

#mainnavshell {
	height: 45px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FF0000;
	float: left;
}

#pageshell {
	width: 965px;
	margin: 0px;
	padding: 0px;
}

#pagetitleshell {
	height: 44px;
	width: 959px;
	background-color: #990000;
	margin: 0px;
	padding: 0px;
	float: left;
}

#subnavshell {
	width: 200px;
	height: 100%;
	background-color: #000000;
	left: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#bodytextshell {
	width: 600px;
	min-height: 350px;
	overflow: visible;
	background-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin: 0px;
	padding: 0px;
	float: left;
}


#sideimageshell {
	width: 159px;
	height: 350px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	float: left;
}


#footershell {
	width: 600px;
	background-color: #000000;
	margin: 0px 0px 0px 200px;
	padding-top: 10px;
	clear: both;
}


.hp #supershell {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.hp #pageshell {
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.hp #mainnavshell {
	height: 70px;
	width: 100%;
	background-color: #FF0000;
	padding-top: 0px;
}
.hp #subnavshell {
	height: 320px;
	width: 340px;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	float: left;
}
.hp #mainimageshell {
	height: 320px;
	width: 460px;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	float: left;
}
.hp #footershell {
	width: 340px;
	background-color: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	float: left;
}
.hp #newsshell {
	width: 460px;
	background-color: #000000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FF0000;
	padding: 0px;
	margin: 0px;
	float: left;
}
.hp h6 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #FF3300;
	text-transform: uppercase;
	letter-spacing: 6px;
	padding: 0px 0px 0px 0px;
}
.hp .hpsubhead {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
}
.hp .newstext {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #FFFFFF;
}
.hp .newshead {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #FF3300;
	text-transform: uppercase;
	letter-spacing: 6px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.hp .mainnav {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 12px;
	font-weight: normal;
}

.hp .mainnav ul {
	height: 25px;
	padding: 40px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
}

.hp .mainnav li {
	height: 25px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.hp .mainnav a { color: #FFFFFF; text-decoration: none; }
.hp .mainnav a:visited { color: #FFFFFF; text-decoration: none; }
.hp .mainnav a:hover { color: #FFFFFF; text-decoration: underline; }

.pop h1 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 12px 0 0 11px;
	padding: 0px;
	float: left;
}

.pop #pageshell {
	width: 675px;
	margin: 0px;
	padding: 0px;
}

.pop #pagetitleshell {
	height: 44px;
	width: 660px;
	background-color: #990000;
	margin: 0px;
	padding: 0px;
	float: left;
}
.pop #bodytextshell {
	width: 600px;
	min-height: 350px;
	overflow: visible;
	background-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	float: left;
}
.pop .quote {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	font-style: italic;
	text-align: right;
	color: #FF3300;
	padding: 0px 0px 10px 0px;
}
.pop .credit {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
	color: #999999;
	padding: 5px 0px 0px 0px;
	font-style: italic;
}
