A.white:link {text-decoration: none; color: #FFFFFF}
A.white:visited {text-decoration: none; color: #FFFFFF}
A.white:active {text-decoration: none; color: #FFFFFF}
A.white:hover {text-decoration: none; color: #FF0}

A:link {text-decoration: underline; font-weight: none; color: #555555}
A:visited {text-decoration: underline; font-weight: none; color: #555555}
A:active {text-decoration: underline; font-weight: none; color: #555555}
A:hover {text-decoration: none; font-weight: none; color: #888888}

.small {font-family: arial,georgia,times,verdana; font-size: 9pt; color: #333333}
.smallcopy {font-family: arial,georgia,times,verdana; font-size: 9pt; color: #333333; line-height: 150%}
.smallwhite {font-family: arial,trebuchet MS, arial, helvetica, sans-serif; font-size: 9pt; color: #ffffff}
.smallyellow {font-family: arial,trebuchet MS, arial, helvetica, sans-serif; font-size: 9pt; color: #ff0}
.normal {font-family: arial,georgia,times,verdana; font-size: 11pt; color: #333333; line-height:130%}
.normalwhite {font-family: arial,verdana; font-size: 10pt; color: #FFFFFF}
.large {font-family: arial,verdana; font-size: 12pt}
.largewhite {font-family: arial,verdana; font-size: 12pt; color: #FFFFFF}

body {
    background: #fff;
    margin: 0;
	padding: 0;  
    text-align: center;
    scrollbar-arrow-color:#ffffff;
    scrollbar-base-color:#333333;
    scrollbar-shadow-color:#ffffff;
    scrollbar-face-color:#000000;
    scrollbar-highlight-color:#ffffff;
    scrollbar-3d-light-color:#ffffff;
    scrollbar-dark-shadow-color:#333333;
}

.wrapper {
	position: relative;
	background-color: #fff;
    margin-left: auto; 
    margin-right: auto;
	width: 880px;
	height: 100%;
  	padding-left: 20px;
  	padding-right: 20px;
  	padding-bottom: 20px;
    text-align: left;
	top: 0;
}

.yellow {
    width: auto;
    background: #ff0;
    margin-top: 5px;
	padding: 12px;
}

.copycontainer {
    width: 100%;
    background: #fff;
    border-style: solid;
    border-color: #000;
    border-width: 2px;
    display: inline-block;
}

*:first-child+html .copycontainer {
    width: 618px;
    background: #fff;
    border-style: solid;
    border-color: #000;
    border-width: 2px;
    display: inline-block;
}

.copy {
    padding: 12px;
    font-family: arial,georgia,times; 
	font-size: 11pt; 
	color: #333; 
	line-height: 130%;
}

*:first-child+html .copy {
    padding: 12px;
    font-family: arial,georgia,times;
    font-size: 11pt;
    color: #333;
    line-height: 130%;
}

.sidebar {
	width: 199px;
	float: right;
}			

.navback {
	width: 880px;
	height: 25px;
 	background-color: #000000;
}

#navcontainer ul
{
padding-left: 0;
margin: 0;
padding-right: 0;
background-color: #000;
color: #fff;
float: left;
width: 880px;
font-family: arial, trebuchet MS, arial, helvetica, sans-serif;
font-size: 14;
font-weight: bold;
border-bottom: 1px solid #fff;
}

#navcontainer ul li { display: inline; }

#navcontainer ul a
{
padding: 0.2em 1.2em;
color: White;
text-decoration: none;
line-height: 28px; 
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #000000;
color: #ff0;
}

#active a:visited
{
padding: 0.2em 1.2em;
background-color: #000000;
color: #ff0;
text-decoration: none;
line-height: 28px;
float: left;
border-right: 1px solid #fff;
}

#subnavcontainer ul
{
padding-left: 300px;
margin: 0;
padding-right: 0;
background-color: #000000;
color: #fff;
float: left;
width: 880px;
font-family: arial, trebuchet MS, arial, helvetica, sans-serif;
font-size: 12;
font-weight: bold;
border-top: 1px solid #fff;
}

#subnavcontainer ul li { display: inline;}

#subnavcontainer ul a
{
padding: 0.2em 1.2em;
color: White;
text-decoration: none;
line-height: 20px;
float: left;
border-right: 1px solid #fff;
}

#subnavcontainer2 ul li a
{
padding: 0.2em 1.2em;
color: White;
text-decoration: none;
line-height: 20px;
float: left;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}

#subnavcontainer ul li a:hover
{
color: #ccc;
}
