body {
	height:1;
	background:#000 url(images/bk3.gif);
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size:62.5%;
	color:#e0e0e0;
}

a:link, a:visited {
	text-decoration:none;
	color:#fff;
}

a:hover, a:active {
	border-bottom:1px solid #bc0000;
	color:#bc0000;
}

h1, h2, h3 {
	color:#f9f356;
	font-size:2.2em;
	line-height:1.8em;
	font-weight:bold;
	padding-top:1.5em;
}

p {
	font-size:1.4em;
	line-height:1.8em;
	padding:.5em 0;
}

#content ul {
	font-size:1.4em;
	list-style-image:url(/images/bullet.gif);
	list-style-position: outside;
	margin-left:4em;
}

#content li {
		padding:0 0 0 0.6em;
		line-height:1.8em;
		margin-top:0.6em;
}

.highlight {
	color:#bc0000;
}

#wrapper {
	margin:0;
	position:relative;
}

#sidebar {
	margin-right:48px;
	float:left;
}

#sidebar2 {
	margin-top:200px;
	margin-right:24px;
	background:#000;
	float:left;
}

#sidebar3 {
	margin-top:200px;
	background:#000;
	float:left;
}


#sidebar ul, #sidebar3 ul {
	list-style:none;
	display:block;
	padding:12px 24px;
}

#sidebar li, #sidebar3 li{
	font-size:1.4em;
	padding:.5em 0;
}

#content {
	width:560px;
	background-position:top center repeat-y;
	float:left;
}

.menu{
	margin-top:340px;
}

ul#address {
	padding:2.4em 0;
	margin:0;
	list-style-image:none;
}

ul#address li {
	list-style:none;
	padding:0;
	margin:0;
	line-height:1.4em;
}

.highlight {
	color:#bc0000;
}

#inner {
	padding:12px 36px;
}


.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}


table.range {
width:492px;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size:1.2em;
line-height:1.8em;
border-collapse: collapse;
}

table.range caption {
text-align:center;
padding:.4em 0;
font-weight:bold;
color:#fff;
text-transform:uppercase;
margin-top:2em;
}

table.range th {
text-align: left;
padding: .6em;
font-weight:bold;
background-color:#000;
border:1px solid #f9f356;
color:#fff;
}

table.range tr.stripe {
 background-color:#fff;
}

table.range tr.stripe td {
}

table.range td{
color: #fff;
padding: .6em;
border:1px solid #f9f356;
}

table.range tbody tr:hover {
 background-color:#000;
}

table.range tbody tr:hover td,
table.range tbody tr:hover td a {
 color:#fff;
}

table.range tbody td a {
 font-weight:bold;
 color:#fff;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

#sidebar:after, #content:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }