/* mac hide\*/
html, body {height:100%}
/* end hide */


body 
{
    padding:0;
    margin:0;
    text-align:center;
    min-width:754px;/* for mozilla*/
    background-color: #636163;
    color: #000000;
    font-family: Arial;
    font-size:80%;
}

A, A:Visited, A:Active
{
    color:#015901;
    text-decoration:underline;
}

A:Hover
{
    text-decoration:none;
}

#outer
{
	height:100%;
	min-height:100%;
	width:754px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-color:White;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/


/*#innerwrap {/* enables content first */
/*	width:754px;
	border:solid 1px red
}*/


/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   HEADER
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
	position:absolute;
	top:0;
	/*left:-1px;*/
    left:0px;
	width:754px;
	height:105px;
	background-color:White;
	overflow:hidden;
	color: #000000;
	z-index:100;
	margin: 0px 0px 0px 0px;
    padding: 0px;
 
}


#left, #right, #centrecontent
{
    padding-top:140px;/*needed to make room for header*/
    padding-left:3px;
    padding-right:2px;
    /*border:solid 1px black;*/
}

/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   LEFT MENU
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left 
{
	position:relative;/*ie needs this to show float */
	width:180px;
	float:left;
	padding-right:30px;
	padding-bottom:32px;/* needed to make room for footer */
}

#left ul li
{
	list-style-image: url(../images/menu_arrow.png);
	padding: 4px 0px 4px 0px;
	border-bottom:dotted 1px #636163;
}

#left ul li a
{
	color: #000000;
	text-decoration: none;

}

#left ul li a:hover
{
	color: #3753AB;
}

#left IMG
{
    padding-left:60px;
    padding-top:15px;
    padding-bottom:15px;
}

.smalltext
{
    font-size:85%;
}
/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   FOOTER
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#footer 
{
	width:754px;
	clear:both;
	height:71px;
	background-color: #FF8080;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	background-image: url(../images/footer.png);
    background-repeat: no-repeat;

}

#footer #footertext
{
    font-size:90%;
    position:absolute;
    bottom:5px;
    right:5px;
    color:White;
}
#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */


* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/


/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   MAIN
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
h1
{
    color: #015901;
	font-size: 90%;
	font-weight: bolder;
	text-transform:uppercase;
	margin-bottom:5px;
	margin-left:2px;
	
}

table
{
	margin: 0 auto;
	width: 100%;

}
tr
{
	background-color: #DEDEDE;
}
td
{
	padding:5px;
	vertical-align:top;
	line-height:22px;

}

.white
{
	background-color: #ffffff;
}

#centrecontent 
{
	width:500px;
	float:left;
	padding-bottom:32px;/* needed to make room for footer */
}

#centrecontent p {padding-left:3px}

#centrecontent #main
{
    background-color: #DEDEDE;
    width:300px;
}

.spacerH
{
	height: 1px;
	width: 20px;
}

