/* CSS Document */


body {
	background-color: #B3B8BA; 
	margin: auto; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #717A7E;
}

.Normal,.NormalDisabled
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #52595A;
}

.leftpane .Normal {
	color: black;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: underline;
}

A:link  {
	text-decoration: underline;
	color: black;
}

A:visited   {
	text-decoration: underline;
	color: black;
}

A:active    {
	color: black;
	text-decoration: underline;
}

.leftpane a {
	color: white;
}

.leftpane a:hover {
	color: white;
}

.leftpane A:link  {
	color: white;
}

.leftpane A:visited   {
	color: white;
}

.leftpane A:active    {
	color: black;
}




/* NOT WORKING!!! */
.login {
	text-align: right;
	padding-right: 20px;
}


.outertable {
	width: 1000px;
	text-align: center;
}


.logo {

}

.outerad {
	background-image: url(head_right_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 757px;
	height: 81px;
	padding-left: 42px;
}

.outerheader {
	width: 1000px;
	height: 116px;
}

.outernav {
	width: 1000px;
	height: 35px;
	background-image: url(nav_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
}


.nav {
	text-align: left;
	padding-left: 20px;
}

.nav a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.nav a:hover {
	color: #E81200;
	font-weight: bold;
	text-decoration: none;
}

.outerbanner {
	width: 1000px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.banner {
	vertical-align: top;
	text-align: right;
}

.quote {
	background-image: url(home_quote_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	text-align: justify;
	padding: 20px;
	vertical-align: top;
} 

.outercontent {
	width: 1000px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

.outerheadbar {
	background-image: url(header_bar_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 1000px;
	height: 40px;
}

.search {
	color: white;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 6px;
	width: 200px;
}

.search img {
	vertical-align: middle;
}

.textbox {
	height: 14px;
	border: 1px solid #E81200;
	font-size: 8pt;
	font-weight: bold;
	color: black;
}


.outersidenav {
	width: 192px;
	background-image: url(sidenav_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
}

.outermaincell {
	width: 808px;
	background-image: url(content_bg.gif);
	background-position: top;
	background-repeat: repeat-y;	
}

.outermain {
	width: 808px;
/*	background-image: url(content_bg.gif);
	background-position: top;
	background-repeat: repeat-y;*/	
/*	background-color: white;*/
}





.print {
	width: 28px;
	text-align: right;
	padding-right: 12px;
}



.footer {
	background-image: url(footer_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 1000px;
	height: 52px;
	text-align: center;
	vertical-align: middle;
	color: white;
}

.leftpane {
	padding-left: 5px; 
}

.breadcrumb {
	padding-left: 20px;
	color: white;
}


A.SkinObject:link {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#ffffff;
}



.nav A.SkinObject:link {
    text-decoration:    none;
    font-weight: bold;
    color:#000000;
font-size: 9pt; 
}

.nav A.SkinObject:visited  {
    text-decoration:    none;
    font-weight: bold;
    color:#000000;
font-size: 9pt; 
}

.nav A.SkinObject:active   {
    text-decoration:    none;
    font-weight: bold;
    color:#000000;
font-size: 9pt; 
}

.nav A.SkinObject:hover    {
    text-decoration:    none;
    font-weight: bold;
    color:#000000;
font-size: 9pt; 
}



.right {
	float: right;
}
