/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
/*	text-align:center; */
	text-align:left;
	min-width:952px;/* for mozilla*/
	background-color: #EEEEEE;
	color: #000000;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:100.1%; /
}

h1{		font-size:24px;
		font-weight:bold;
}

h2{		font-size:18px;
		font-weight:bold;
}

h3{		font-size:12px;
		font-weight:bold;
}

h4{		font-size:12px;
		font-style:italic;
}

.press {font-size:small;}
strong, b {
	font-weight: bold;
	}
hr {
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #ccc; /* for ie */
	background-color: #ccc; /* for everyone else */
	height: 1px;
	}
p {
	font-size: 90%;
	line-height: 1.1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em; 
	}
li {
	font-size: 90%;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em; 
	}
ul {
	margin-top: 1.0em;
	margin-bottom: 1.0em; 
	}
td {
	font-size: 90%;
	}
hr {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	}
img {
	border: 0;
	}
#outer{
	height:100%;
	min-height:100%;
	width:950px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background: #FFFFFF url(/images/sides.gif) repeat-y top center;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:740px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:950px;
	height:170px;
/*	background:#FF0000;
	border:1px solid #000; */
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#subheader1{
  background: url(/images/top_background2.jpg); /*** Background Color of Sub-header #1 ***/
  vertical-align:bottom;
  font-size: 80%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align:left;
  height:136px; /*** sub-header row height ***/
}
#subheader2{
  background: url(/images/menu_background.png);  /*** Background Color of Sub-header #2 ***/
  text-align:left;
  height:32px; /*** sub-header row height ***/
}
#left {
	position:relative;/*ie needs this to show float */
	width:220px;
	float:left;
	padding-top:172px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}
#left p {padding-left:3px;padding-right:2px}
#container-left{width:192px;}
.leftside {
	font-size: 80%; 
	color: white; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:210px;
	float:right;
	padding-top:172px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}
#container-right{
	padding-top:10px;
	width:182px;
	float:right;
}
#footer {
	width:950px;
	clear:both;
	height:60px;
	border-bottom:1px solid #000;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}
#subfooter1{
  color: #CCCCCC;
  background:#0032CC; /*** Background Color of Sub-footer #1 ***/
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align:left;
  height:60px; /*** sub-footer row height ***/
}
* html #footer {/*only ie gets this style*/
	\height:62px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:500px;
	float:right;
/*	float:right; */
	padding-top:172px;
	padding-bottom:32px;/* needed to make room for footer */
	padding-left:10px;
	padding-right:10px;
}
#container-center {
 font-family:Arial, Helvetica, sans-serif;
 width:500px;
 height:100%;
 position:relative; 
 top: 10px;
 background-color: #ffffff;
 background-position:top;
 padding: 10px 0 10px 0;
}
#container-center p {padding-bottom:6px;}
#container-center img{
	float: right;
	padding: 0px 0px 10px 10px;
}
#container-center img .floatleft{
	float: left;
	padding: 0px 10px 10px 0px;
}
#container-center img .nofloat{ 
	float: none;
	padding: 10px 10px 10px 10px;
}

#manimg img {float: none;}



#clearfooter {width:100%;height:62px;clear:both} /* to clear footer */

a.headerlinks:link, a.headerlinks:visited, a.headerlinks:active {
 color:#000000;
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 text-decoration:none;
}
a.headerlinks:hover {
 color:#000000;
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 text-decoration: underline;
}

a.footerlinks:link {
 color:#FFFFFF;
 text-decoration:none;
}
a.footerlinks:visited {
 color:#FFFFFF;
 text-decoration:none;
}
a.footerlinks:active {
 color:#FFFFFF;
 text-decoration:none;
}
a.footerlinks:hover {
 color:#FFFFFF;
 text-decoration:underline;
}
