﻿/* CSS layout */
*{
	font-size:100%;
}

.hidden { visibility: hidden; }

.unhidden { visibility: visible; }

body{
	font:75%/140% Trebuchet MS, sans-serif, Verdana, Arial, Helvetica;
	font-size: 10pt;
	text-align:center;
	margin: 0;
	padding: 0;
}

img 
{
    border: 0;
    padding: 0;
    margin: 0;
}

a
{
    color: #a42d10;
    text-decoration: none;
}

#wrap{
	background: #FFF;
	width: 976px;
	margin:0 auto 0 auto;
	text-align: left;
}

#header {
	background-image: url('../Pics/sub/background.png');
	background-position: left top;
	background-repeat: repeat-x;
	height: 80px;
}

#header img {
	border=0;
	padding-top:5px;
}

#header a
{
	text-decoration: none;
	border: 0;
}


#content {
	position: relative;
	width: 100%;
	height:100%;
	border-top: 3px solid #555454;
	padding-top: 10px;
	padding-bottom:10px;
	color: black;
	text-align: left;
	margin-bottom: 0px;
	vertical-align:top;

}


div#content div#leftNav
{
	float: left;
	width: 174px;
	padding-left:10px;
	text-align: left;
}

div#content div#leftNav table
{
	border: 0;
	margin: 0;
	padding: 0;
}

div#content div#leftNav table td
{
	border-bottom: solid 1px #fff;
	font-size: .95em;
	margin: 0;
	padding: 0;
	font-family: Arial;
}

div#content div#leftNav table td.navItem
{
	background-color: #f1eff0;
	padding: 2px 0 2px 10px;
}

div#content div#leftNav table td.header
{
    height: 37px;
    width: 174px;
    background-image: url('../Pics/sub/left_nav_header.png');
    background-repeat: no-repeat;
}

div#content div#leftNav table td.footer
{
    height: 12px;
    width: 174px;
    background-image: url('../Pics/sub/left_nav_footer.png');
    background-repeat: no-repeat;
}

div#content div#leftNav table td a
{
	color: #000;
	text-decoration: none;
}

div#content div#leftNav table td a:hover
{
	text-decoration: underline;
}


#page_content {
	margin-left: 200px;
	text-align:left;
	vertical-align:top;
	height:100%;
}

#footer {
	border-top: 3px solid #555454;
	color: #6c6c6c;
}

#footer img {
	border:0;
	vertical-align:middle;
}

#footer a:link{
	color: #6c90c2;
}

#footer a:hover{
	color: #6c90c2;
	text-decoration: underline;
}

#footer a:visited{
	color: #6c90c2;
}

#footer table {
	border:0;
	width:100%;
}

#footer table td.footerleft {
	text-align:left;
}

#footer table td.footerright {
	text-align:right;
}







