BODY {
	border: 0px;
	margin: 5px 0px 5px 0px; 
	padding: 0px 0px 0px 0px; 
	background-color: #C6C7A5;	
	color: #333;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10pt;
} 

/*--- CLEAR---*/
.clear { clear: both; }
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*-- WRAPPER --*/
.wrapper {
	width: 750px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	border: 1px solid white;
}
* html .wrapper {
	width: 749px;
}

/* --- HEADER --- */
.header{
 	padding: 0px 0px 0px 0px;
	background-color: white;
	height: 50px;
	border-top: 10px solid #C6C7A5;
	border-bottom: 10px solid #C6C7A5;
}

* html .headerr {
	height: 38px; /* this moved the tabs down about 1px */
}

.headerl {
	width: 236px;
	float: left;
	height: 40px;
	padding: 10px 10px 0px 10px;
}

.headerr{
	float: right;
	height: 40px;
	vertical-align: bottom;
	padding: 12px 0px 0px 0px;
}

* html .headerr {
	padding: 13px 0px 0px 0px;
}

.imagebar{
	background-color: #9C9A63;
	padding: 0px 0px 0px 0px;
	height: 69px;
	border-top: 1px solid white;
}
.imagebarleft{
	width: 160px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  	height: 69px;  
}
* html .imagebarleft{
	width: 158px; }
* html .imagebarright {
	margin-left: 158px;
}
.imagebarright{
	margin-left: 160px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bar_integrity3.jpg);
	background-position: left;
	background-repeat: no-repeat;
 	height: 69px;
	border-left: 1px solid white;
}

.body{
	background-color: white;
	border-top: 1px solid white;
	height:100%; 
}
.left{
	width: 160px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: white;
/* --- border-right: 1px solid white; --- */
}
.content{
	margin-left: 160px;
	padding: 1px 1px 1px 1px;
	border-left: 1px solid white;
}

.subtitle {
	background-position: right;
	height: 25px;
	font-size: 16pt;
	padding: 0px 0px 0px 0px;
}

/* --- FOOTER--- */
/* --- This is the footer/bottom of the page. --- */

.footer {
	padding: 0px 5px 0px 5px;
	background-color: #C6C7A5;
	height: 19px;
	text-align: right;
}

.copyright {
	padding: 0px 5px 0px 5px;
	background-color: white;
	height: 19px;
}

/*--- LINKS
a:link {font-weight: bold; text-decoration: none; color: #999966;} 
a:visited {font-weight: bold; text-decoration: none; color: #999966} 
a:hover {font-weight: bold; text-decoration: underline; color: #999966} ---*/

a:link {text-decoration: none; color: black;} 
a:visited {text-decoration: none; color: black;} 
a:hover {text-decoration: none; color: red;} 

hr { height: 1px; color: black;}

.adbox {
	border: 1px solid silver;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 2px 0px;
}
	
* html .adbox {
	margin: 0px 0px 25px 0px;
}

.adboxone {
	float: left;
	width: 182px;
	border: 1px solid silver;
	padding: 5px 5px 5px 5px;
}
* html .adboxone {
	width: 182px;
	margin-bottom: 2px;
}

.adboxtwo {
	width: 182px;
	margin-left:197px;
	border: 1px solid silver;
	padding: 5px 5px 5px 5px;
}
* html .adboxtwo {
	width: 181px;
	margin-left:194px;
	margin-bottom: 2px;
}

.adboxthree {
	float: right;
	width: 182px;
	border: 1px solid silver;
	padding: 5px 5px 5px 5px;
}
* html .adboxthree {
	width: 181px;
	margin-bottom: 2px;
}



.login {
	background-color: #739ECE;
	border-bottom: 1px solid white;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	color: white;
	text-align: center;
}

.block {
	background-image: url(../images/block.jpg);
	height: 45px;
}

.tabnavigation {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt;
	background:transparent; 
/* 	height:3em;  */
	height: 37px;
	overflow: hidden; /* hidden from IE5/Mac */ 
}
.tabnavigation ul {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	list-style-type:none; 
	background:transparent;
}
.tabnavigation li {
	display:block; 
	float:left; 
	margin: 0px 1px 0px 0px;
}
.colortab {
	background:transparent;
}
.colortab span {
	text-align:center; 
	color:#fff; 
	margin: 0px 0px 0px 0px; 
	font-weight:normal;
}

.b1, .b2, .b3, .b4 {
	display:block; 
	font-size:1px; 
	overflow: hidden;
}
.b1, .b2, .b3 {
	height:1px;
}
.b2, .b3, .b4 {
	border-left:1px solid #fff; 
	border-right:1px solid #fff;
}
.b1 {
	margin: 0px 5px 0px;
	background:#fff;
}
.b2 {
	margin:0 3px; 
	border-width:0 2px;
}
.b3 {
	margin:0 2px;
}
.b4 {
	height:2px; 
	margin: 0px 1px;
}
.boxcontent {
	display:block; 
	border-left:1px solid #fff; 
	border-right:1px solid #fff;  
	font-weight: bold; 
}
.orange {background:#CE6D29;}
.yellow {background:#9C9A63;}
.green {background:#C6C7A5;}
.blue {background:#31659C;}
.indigo {background:#313063;}
.red {background: #CD293A;}


.pad {
	display:block; 
	height:1em;
	overflow: hidden; 
}
a.menu2, a.menu2:visited {
	display:block; 
	text-decoration:none; 
	width:5.5em;
}
a.menu2:hover {
	background:transparent; 
	cursor:pointer;
}
a.menu2:hover .boxcontent {
	padding-bottom:0.8em;
}
a.menu2:hover .pad {
	height:0.2em;
}