﻿/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:800px;/* for mozilla*/
	background: #fff url(../../Images/backgrad.png) repeat-x left top;
	color: #000000;
	font-family: helvetica, 'Trebuchet MS', sans-serif;
}
#outer{
	height:100%;
	min-height:100%;
	width:800px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background: #fff  url(../../Images/LeftMenuBack.png) repeat-y left 230px;
	position: relative
	}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:800px;
}
#header{
	position:absolute;
	top:0;
	left:0px;
	width:800px;
	height:230px;
	background:#FFF url(../../images/header.png) no-repeat;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:150px;
	float:left;
	padding-top:232px;/*needed to make room for header*/
	padding-bottom:1px;/* needed to make room for footer */
	z-index:100;
	
}

#left p {padding-left:3px;padding-right:2px}

#footer {
	width:800px;
	clear:both;
	height:0px;
	background-color: #FF8080;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}
* html #footer {/*only ie gets this style*/
	\height:0px;/* for ie5 */
	he\ight:0px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:649px;
	float:right;
	padding-top:232px;
	padding-bottom:1px;/* needed to make room for footer */
	background: #fff;
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:0px;clear:both} /* to clear footer */
/**** ELEMENT STYLES AND LAYOUT ****/
.wrapper
{
    position: relative;
    padding: 5px 10px;
}
h1
{ font-size: x-large;
  color: #FF9900;
}

/**** MENU STYLES ****/


.StaticSelectedStyle
{
    background: transparent url(../../images/menugrad.png) repeat-x left center;
    vertical-align: middle;
    text-align:center;
    color: #ff9900;
    height: 35px;
    background-position: center; 
}
.StaticMenuItem
{
	background: transparent url('../../Images/menugrad.png') repeat-x left center;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #fff;
	height: 35px;
	background-position: center;
}
.StaticMenuStyle
{
   margin: 0px;
   padding: 0px;
   width: 134px;
}
.StaticHoverStyle 
{
    background: transparent url(../../images/menuhover.png) repeat-x left center;
    color: #fff;
    height: 35px;
    text-decoration:none;
}

       
/*************Text Styles ******************/
td.text
{
	font-family: verdana, helvetica, tahoma, arial, sans-serif;
	font-size: 11px;
	color: Black;	
	text-align: justify;
}
