* {margin: 0; padding: 0;}
img {border: 0;}
body {text-align: center; background: #FFFFFF; color: #fff;	min-width: 700px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; margin-top: 20px;}
/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper {
	text-align: left;
	width: 90%;
	margin: 0 auto;
	background: #efefef url(images/bg2.jpg) no-repeat right top;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}
#header, #subnav, #footer {
color: #000;
clear: both; 
}
#headerl {
	background: url(images/header.gif) no-repeat left top;
	color: #fff;
	height: 100px;
	position: relative;
	width: 100%;
	z-index: 90;
}
#headerr {
	background: #ffffff url(images/headerr.jpg) no-repeat right top;
	height: 100px;
	border: 1px solid #666666;
	position: relative;
	width: 100%;
	z-index: 100;
}
#footer {
	padding: 1px 5px;
	margin-top: 5px;
	margin-bottom: 2px;
	background-color: #003399;
	width: auto;
	text-align: right;
	color: #FFFFFF;
}
#subnav {
	padding: 1px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #ffffff;
	width: auto;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image: url(images/menstrp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentfloatholder {/* right faux column tab */
background: url(sidebar.gif) repeat-y 100% 0;
float: left;
width: 100%;
}
#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
		height: 0px;
    clear: both; 
    visibility: hidden;
}
#center {
	margin: 0px 0px 15px 175px;
	background-color: #FFFFFF;
	color: #333333;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}
#centerwrap {
  float:left;
  width: 100%; 
	margin: 0 -95% 0 0;
}
#left {
	float:left;
	width: 160px;
	height: auto;
	margin: 0 0 0 -5%;
	padding-left: 0px;
	padding-top: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #003399;
	padding-bottom: 5px;
	background-color: #CCCCCC;
	padding-right: 0px;
}
#right {
  float: right;
  width: 170px;
  height: 500px;
	margin: 0;
}
/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0;}

div h3, div p {
margin: 1em 0;
padding: 0 20px; 
}

div ul {
margin: 0 0;
padding: 0 40px; 
}

div li {
margin: 0 0;
padding: 3px 10px; 
}

		/* Text Formatting */
.menuitem {
	color: #666666;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
	width: 160px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: 2px;
        font-size: 10px;
}
.menuitem:hover {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	background-color: #666666;
	height: 20px;
	width: 160px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(images/men-ov.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: 2px;
        font-size: 10px;
}
.menuitem1 {
	height: 20px;
	width: 80px;
	line-height: 20px;
}
.menuitem1:hover {
	line-height: 20px;
	height: 20px;
	width: 80px;
	background-color: #efefef;
}

html>body .menuitem1 {
	height: 20px;
	width: 80px;
	line-height: 20px;
}
html>body .menuitem1:hover {
	line-height: 20px;
	height: 20px;
	width: 80px;
}

.bodyimage {
	padding: 5px 5px 5px 5px;
}

h1 {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
}
h2 {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
}
h3 {	
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}

