@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}

body  {
	background-color: #666;
	background-image: url(/graphics/06skullback.jpg);
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-repeat: repeat;
	font-size: small;
}
a,  a:link {
  color: #FFCC00;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #666666;
  font-weight: bold;
  text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #CCCCCC;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #FFCC00;
}
.twoColFixRtHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

} 
.twoColFixRtHdr #logo {
	text-align: center;

  
} 
.twoColFixRtHdr #nav {
	font-size: 18px;
	font-weight: bold;
  
} 
.twoColFixRtHdr #header {
	font-size: small;
	font-weight: bold;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* Sets the left border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;

}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #000;
	padding: 20px;
} 
.twoColFixRtHdr #sitefooter {
	padding: 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
} 
.twoColFixRtHdr #sitefooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_left_right_line.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.pro_linedrop {
	height:35px;
	width:950px;
	background:url(/graphics/lrimages/black_0.gif);
	position:relative;
	font-family:arial, verdana, sans-serif;
	font-size:10px;
	z-index:500;
}

.pro_linedrop .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.pro_linedrop li {
float:left;
background:url(/graphics/lrimages/black_1.gif);
}

.pro_linedrop li.lrt {
float:right;
background:url(/graphics/lrimages/gold_1.gif);
}


.pro_linedrop .select a {
display:block; 
height:35px; 
float:left; 
background: url(/graphics/lrimages/black_0.gif); 
padding:0 0 0 10px; 
text-decoration:none; 
line-height:33px; 
white-space:nowrap; 
color:#fc0;
}


.pro_linedrop .select li.lrt a {
	color:#FFF;
}


.pro_linedrop .select a b {
display:block;
padding:0 20px 0 10px; 
background:url(/graphics/lrimages/black_0.gif) right top;
}

.pro_linedrop .select li.line a b {
background:url(/graphics/lrimages/black_0a.gif) right top;
}

.pro_linedrop .select a:hover, 
.pro_linedrop .select li:hover a {
background: url(/graphics/lrimages/black_1.gif); 
padding:0 0 0 10px;
cursor:pointer; 
color:#fff;
}

.pro_linedrop .select li.lrt a:hover, 
.pro_linedrop .select li.lrt:hover a {
background: url(/graphics/lrimages/gold_1.gif); 
}

.pro_linedrop .select a:hover b, 
.pro_linedrop .select li:hover a b {
display:block; 
padding:0 20px 0 10px; 
background:url(/graphics/lrimages/black_1.gif) right top; 
cursor:pointer;
}

.pro_linedrop .select li.line a:hover b, 
.pro_linedrop .select li.line:hover a b {
background:url(/graphics/lrimages/black_1a.gif) right top; 
}

.pro_linedrop .select li.lrt a:hover b, 
.pro_linedrop .select li.lrt:hover a b {
background:url(/graphics/lrimages/gold_1.gif) right top; 
}

.pro_linedrop .select li.lrt a:hover b.arrow, 
.pro_linedrop .select li.lrt:hover a b.arrow {
background:url(/graphics/lrimages/gold_1a.gif) right top; 
}

.pro_linedrop .sub {
display:none;
}
.pro_linedrop ul ul {display:none;}

/* IE6 only */
.pro_linedrop table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.pro_linedrop .sub {
margin:0; 
padding:0;
list-style:none;
}

.pro_linedrop .sub li {background:transparent;}

.pro_linedrop .select :hover .sub {
	height:25px;
	display:block;
	position:absolute;
	float:left;
	width:950px;
	top:35px;
	left:0;
	text-align:center;
	background-color: #000;
	background-image: url(/graphics/lrimages/fade.gif);
	padding-top: 3px;
}

.pro_linedrop .select :hover .rt li {float:right;}

.pro_linedrop .select :hover .sub li a 
{
	display:block;
	height:25px;
	line-height:22px;
	float:left;
	margin:0;
	white-space:nowrap;
	color:#FFF;
	font-size:10px;
	background-color: #000;
	background-image: url(/graphics/lrimages/fade.gif);
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
}

.pro_linedrop .select :hover .sub li.subline a {
	color:#000;
}

.pro_linedrop .select :hover .sub li a:hover,
.pro_linedrop .select :hover .sub li:hover
{
	color:#000;
	line-height:20px;
	position:relative;
	background:#fff url(/graphics/lrimages/fade.gif) left bottom;
}
