body {
	font-family: Trebuchet Ms;
	font-size: 76%;
	text-align:center;
	padding:0;
	margin:0;}

h1, h2, ul, li, form, fieldset{
	padding:0;
	margin:0;}
	
p{	
	padding:0;
	margin:0;
	color:#525252;}

li{
	list-style-type:none;}

a {
	color: #525252;
	text-decoration:underline;
	font-weight:bold;}
	
a:hover{
	text-decoration:none;}

a.logout{
	text-decoration:none;
	color:#ff8201;
	font-size:1.25em;}

ul.none a { text-decoration: none;}

ul.none li ul{
	padding:0;
	margin:0 0 0 25px;}

h2{
	font-size:2.08em; /*25px*/
	color: #525252;
	font-weight:normal;}

fieldset{
	border:none;}

#top {
	height:194px;
	background:#eeeff1 url(../images/bg_top.gif) repeat-x bottom;}

#logo{
	float:left;
	width:410px;
	height:194px;
	text-align:left;
	background: url(../images/bg_topContent.gif) no-repeat right top;}


#top h1 {
	background: url(../images/logo.jpg) bottom right no-repeat;
	text-indent: -9999px;
	width: 208px;
	height: 168px;
	display: block;
	padding:10px 0 0 120px;}
	
#nav {
	border-top:1px solid #ff8201;
	border-bottom:1px solid #ff8201;
	background:url(../images/bg_nav.gif) repeat-x bottom;
	height:30px;}

#content{
	text-align:left;
	width:990px;
	margin:0 auto;
	padding:35px 0 0 0;}
	
#content p{
	padding:10px 0 10px 0;
	margin:0;}
	
	#content ul {
	padding:10px 0 10px 0;}
	
#contentLeft{
	width: 650px;
	float:left;
	padding:0 35px 35px 35px;}

#footer{
	clear:both;
	min-height:160px;
	background:url(../images/bg_footer.gif) repeat-x top;}

*html #footer{
	height: 150px;}

#footerContent{
	width:990px;
	margin:0 auto;}
	
#footerContent p, #footerContent a{
	color:#ffffff;}
	
#footerContent p.copy{
	padding:15px 0 0 0;}

#footerContent .warning{
	font-size:0.92em;}
	
#form_call{
	text-align:right;
	width:450px;
	padding:10px 0 25px 0;}
	
.orange{ 
	color:#ff8201;}
	
.red{
	color:#FF0000;
	font-weight: bold;}