/* general defs */
body {
margin: 0 auto;
color: #FFFFFF;
background: black;
font-family: Helvetica light, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-align: center;
margin-top: 20px;
padding-top:20px;
padding-left:100px;
Crollbar-Face-color:#000000;
©¡©¡Scrollbar-Highlight-Color:#000000;
©¡©¡Scrollbar-Shadow-Color:#000000;
©¡©¡Scrollbar-3Dlight-Color:#000000;
©¡©¡Scrollbar-Arrow-Color:#666699;
©¡©¡Scrollbar-Track-Color:#000000;
©¡©¡Scrollbar-Darkshadow-Color:#000000;
}

/* force right scrollbar */

html { 
    height: 100%;
    margin-bottom: 1px;
}
img {
	border: 0px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.nodisplay {
	display: none;
}
.currentSection {
	color: #FF6633;
}
a.currentSection {
	color: #336699;
}
/* END general defs */

/* container */
#container {
width: 840px;
height: 100%;
margin: 0 auto;
text-align: left;
padding-left: 20px;
}
/* END container */

/* header */
#header {
	background: url(../images/topbar.gif) top left no-repeat;
	width: 775px;
	height: 140px;
	overflow: none;
	margin-bottom: 12px;
}
/* END header */

/* nav */
#nav {
	width: 150px;
	padding: 5px;
	float: left;
	line-height: 14px;
	letter-spacing: .1em;
	text-align: left;
	font-weight: bolder;
}
html>body #nav {
	width: 150px;
}
#nav dl {
	margin-right: 0px;
}
#nav dt {
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 12px;
	padding-top: 14px;
}
#nav a {
	color: white;
}
#nav a:hover {
	color: #336699;
	text-decoration: none;
}
#nav dt.currentSection {
	color: #FF6633;
}
/* END nav */

/* subnav */
#subnav {
	width: 150px;
	padding: 5px;
	float: left;
	line-height: 14px;
	letter-spacing: .1em;
	text-align: left;
	font-weight: bolder;
}
html>body #subnav {
	width: 150px;
}
#subnav dl {
	margin-right: 0px;
}
#subnav dt {
	text-transform: capitalize;
	font-weight: bolder;
	padding-top: 14px;
}
#subnav a {
	color: white;
}
#subnav a:hover {
	color: #336699;
	text-decoration: none;
}
#subnav dt.currentSection {
	color: #FF6633;
}
/* END subnav */
/* content */
#content {
	width: 637px;
	float: right;
}

/* content copy */
#content #copy {
	float: center;
	width: 500px;
	height: 455px;
	overflow:auto;
	padding-right: 20px;
	font-weight: bolder;
	line-height: 18px;
	padding-top: 14px;
	color: #FFFFFF;
	font-family: Helvetica light, Helvetica, sans-serif;
	font-size: 12px;
}
#copy a {
	color: #FFFFFF;
}
#copy h2 {
	color: #FF6633;
	font-size: 14px;
	font-weight: bolder;
	line-height: 18px;
}
#copy h3 {
	color: #FF6633;
	font-size: 12px;
	font-weight: bolder;
	line-height: 9px;
}
#copy img {
	position: static;
	left: 0px;
	float: none;
	margin: 0px;
}
/* END content copy */
/* END content */

/* footer */
#footer {
	clear: both;
	text-transform: uppercase;
	text-align: center;
	font-size: 9px;
	letter-spacing: .1em;
	color: #ffffff;
	padding-top: 30px;
	padding-bottom: 9px;
	padding-right: 70px;
}
html>body #footer {
	padding-top: 10px;
}
#footer ul {
	padding-top: 4px;
	list-style-type: none;
}
html>body #footer ul {
	padding-top: 15px;
}
#footer li {
	display: inline;
	padding: 0px;
}
#footer li.currentSection {
	color: #FF6633;
}
#footer a {
	color: #ffffff;
}
.copyright {
	color: #666666;
}
/* END footer */
