body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x; 
	margin: 16px 0 0 0;
}


body, div, td {
	font-family:Arial, Helvetica, Sans-Serif; 
	font-size:12px;
}

table{
	border:0px; 
	padding:0px; 
	border-collapse:collapse;
}

table#menu {
	width:145px;
	border:1px;
	background-color: #D4D6B3;
}

table.header {
	border:0px; 
	padding:0px; 
	border-collapse:collapse;
	width: 100%;
	height: 93px;
}

td#headerbar { 
	width:100%;
	background-color: #CCCC99;
	height: 3px;
	margin: 0px;
	padding: 0px;
}

td#content {
	width:100%;
	padding: 20px 15px 16px 10px;
}

td#menucell {
	padding: 0px 19px 0px 18px;
}

td#rightnavcell {
	padding: 20px 15px 0px 10px;
}

table#rightnav {
	width:200px; 
}

.expand {
	width:100%;
}

td.menubracket {
 	background-color:#D4D6B3;
	height: 15px;
}

td.TopNavLink,	    
td.TopNavLinkSelected {
	height: 20px;
	padding-top: 3px;/**/ 
	padding-bottom: 3px;
	text-align: left;
	vertical-align: top; 
	width:100%;
}

td.TopNavLink {
	background-color:#D4D6B3;
}

td.TopNavLinkSelected {
	background-color:#EAECDE;
}

tr.TopNavLinkSelected td{
	border-top: 2px solid #CCCC99;
	border-bottom: 2px solid #CCCC99;
} 

td#subnavheader {
	color: #B6B66D;	 
	font-size: 12px; 
	font-weight: bold;
	padding: 5px 0 5px 0;
	text-align: right;
}

.subnavlink {
	color: #006699;
	font-size: 12px;
	line-height: 20px; 
	text-align: right;
}

a.bodylink {
	color: #006699;
}

a.TopNavLink,
a.TopNavLinkSelected {
	font-weight: bold;
	text-decoration: none;
	color: #006699;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 12px;
	padding: 0px 0px 0px 15px;
}  

td.SimpleLink {
	padding-top: 2px; 
	padding-bottom: 2px;
	width:100%;
}

a.SimpleLink {
	text-decoration: none;
	color: #006699;
	font-family: Arial, Helvetica;
	font-size: 10px;
	line-height: 12px;
	padding: 4px 0px 0px 25px;
} 

a:hover.SimpleLink {
	text-decoration: underline;
	color: #006699;
	font-family: Arial, Helvetica;
	font-size: 10px;
	line-height: 12px;
	padding: 4px 0px 0px 25px;
} 

table#footer {
	margin-top:15px;
   	width:100%;
}
 
td#footerline {
	height: 14px;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
}  

td#footertext {
	padding-top: 12px;
	text-align: center;	
	font-weight: bold;
	color: #006699;	 
	padding-bottom:20px;
}

td#footertext a {
	text-decoration: none;
	color: #006699;	 
}


