/* commented backslash hack v2 \*/
html, body{height:100%;}
/* end hack */

body {
	padding:0;
	margin:0;
	background:white;
	color: #000000;
	font-size:95%;
	font-family: arial, sans-serif;
	background-image: url(../layout/main-bg.jpg);

}

h1 {
position:absolute;
top:68px;
float:left;
margin: 0px 0px 0px 120px;
padding:0;
font-size:1.2em;
color:#003333;
background:transparent;
font-style:italic;
}

h2 {
color:#cccc99;
background-color:#003333;
font-size:1.1em;
margin-top:5px;
margin-bottom:5px;
padding:5px 0px 0px 10px;
font-style:italic;
}

h3 {
color:#000000;
background:transparent;
font-size:1.2em;
margin-top:0px;
margin-bottom:0px;
padding:5px 0px 0px 0px;
}

a:link {
background:transparent;
color:#008000;
}

a:visited {
background:transparent;
color:#000000;
}

a:focus, a:hover {
background:transparent;
color:#003300;
}

#footer a:active {
background:transparent;
color:#000000;
}

acronym {cursor:help;}


#outer{
	height:100%;
	margin-left:170px;
	margin-right:0px;
	background-image: url(../layout/main-bg.jpg);
	margin-bottom:-65px;
	color: #000000;
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header{
height:90px;
width:100%;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
background-image: url(../layout/top-bg.jpg);
border-bottom:5px solid #003333;
}

#header p.left {
position:absolute;
float:left;
margin: 0px 0px 0px 1px;
padding:0px 0px 0px 0px;
font-size:.9em;
color:rgb(201, 202, 202);
background:transparent;
}

#header p.right {
float:right;
position:relative;
top:0px;
margin: 0px;
padding:0px;
font-size:.9em;
color:#000000;
}


#left {
	position:relative;/*ie needs this to show float */
	width:168px;
	float:left;
	margin-left:-169px;/*must be 1px less than width otherwise won't push footer down */
	height:100%;
}

.leftmenu {
list-style-type: none;
position:relative;
width:168px;
margin:0px;
padding:0px;
}

ul.leftmenu li a:link {
display: block;
margin: 4px 0px 0px 1px;
padding: 2px 0px 2px 5px;
text-decoration: none;
width: 158px;
background:#666633;
color:#ffffff;
}

ul.leftmenu li a:visited {
display: block;
margin: 4px 0px 0px 1px;
padding: 2px 0px 2px 5px;
text-decoration: none;
width: 158px;
background:#003333;
color:#ffffff;
}

ul.leftmenu li a:focus {
display: block;
margin: 4px 0px 0px 1px;
padding: 2px 0px 2px 5px;
text-decoration: none;
width: 158px;
background:#FFFFCC;
color:#003333;
}

ul.leftmenu li a:hover {
display: block;
margin: 4px 0px 0px 1px;
padding: 2px 0px 2px 5px;
text-decoration: none;
width: 158px;
background:#FFFFCC;
color:#003333;
}

ul.leftmenu li a:active {
display: block;
margin: 4px 0px 0px 1px;
padding: 2px 0px 2px 5px;
text-decoration: none;
width: 158px;
background:#ffffff;
color:#003333;
}

#left p.heading {
position:relative;
width:162px;
font-size:.85em;
margin: 0px 0px 2px 1px;
padding: 2px 1px 2px 2px;
color:#ffffff;
background-color:#003333;
text-align:center;
}

#left p.leftboxcontent {
position:relative;
width:158px;
font-size:.8em;
border:1px solid #003333;
margin: 4px 0px 0px 1px;
padding: 4px 2px 8px 2px;
background-image:url(../layout/leftboxbg.jpg);
color:#003333;
background-color:#ffffff;
text-align:center;
}

* html #left {padding-bottom:2px; margin-right:0px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/

#footer {
width:100%;
clear:both;
background-color:#003333;
color: #ffffff;
text-align:center;
position:relative;
margin:0px;
padding:5px 0px 10px 0px;
font-size:.75em;
}

#footer a:link {
background:transparent;
color:#99cc99;
}

#footer a:visited {
background:transparent;
color:#669966;
}

#footer a:focus {
background:transparent;
color:#ffffff;
}

#footer a:hover {
background:transparent;
color:#ffffff;
}

#footer a:active {
background:transparent;
color:#000000;
}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearheader{height:50px;}/*needed to make room for header*/
#clearfooter{clear:both;height:50px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:98%;}

div,p  {margin-top:2px}/*clear top margin for mozilla*/

* html #centrecontent {height:1%; margin-bottom:12px;}/* combat IE's 3 pixel jog */

#centrecontent {
float:right;
width:100%;
height:100%;
min-height:521px;
position:relative;
margin: 0px -4px .2% -3px;
border:2px solid #ffffff;
}

#innercontent {
padding:5px;
}

.top15 {
padding-top:15px;
}

.outerwrap {
float: left;
width: 99%;
}

.clr {clear:both;}

.center {text-align:center;}

.img { border:none; }

.sitemapli {
margin-bottom:5px;
padding-bottom: 5px;
}

.black{
color: #000000;
background-color:transparent;
}

.white{
color: #ffffff;
background-color:transparent;
}

.red {
font-size:1em;
color: #ff0000;
background-color:transparent;
}

.smaller {
font-size:.9em;
color:#000000;
background-color: #ffffff;
padding-bottom:5px;
}

.borderbottom{
border-bottom: 1px dotted #999999;
padding:2px 0px 3px 5px;
margin: 0px;
text-align:left;
font-size:.8em;
}

.button {
background-color:#ffffff;
color:#000000;
padding:1px;
}


.onefifth {
position:relative;
float: left;
margin: 10px 0px 0px 10px;
width: 150px;
padding: 5px;
text-align:center;
}

.whiteBG {
background-color:#ffffff;
color:#000000;
text-align:center;
}

.blueBG {
background-color:#6699cc;
color:#ffffff;
text-align:center;
}

.pinkBG {
background-color:#ffccff;
color:#990033;
text-align:center;
}

.onehalf {
position:relative;
float: left;
width: 47.5%;
padding: 5px;
}


/* **************** Print Version **************** */

@media print
{

#pagewidth {
width:100%;
text-align:left;
margin-left:0px;
margin-right:0px;
}

#outer{
	width:99%;
	margin:0px;
	background:#ffffff;
	color: #000000;
}

#header {
	display: none;
}

#centrecontent {
width:98%;
position:relative;
margin: 2px;
}

#innercontent {
padding:5px;
}

#footer {
	display: none;
}

#left {
	display: none;
}

#right {
	display: none;
}

}

