.all {
   width:1050px;
  
   margin:auto;
   padding:0px 0px 0px 0px;
   text-align:center;
  	font-family: arial;
	font-size: 12px;
	text-align:justify;
	line-height: 200%;

}

body {
	background-color: #DFDFDF;
}

h1
{
	font-size: 14px;
	color: #5a5551;
	line-height: 18px;
	font-weight: bold;
	padding-left: 32px;
	/*background: url("images/gray-arrow.gif") top left no-repeat;*/
}

h3
{
	font-size: 12px;
	color: #5a5551;
	line-height: 16px;
	font-weight: bold;
	/*padding-left: 32px;*/
	/*background: url("images/gray-arrow.gif") top left no-repeat;*/
}

.header {
height:100px;
background: url("images/logo.gif") top left repeat-x;
   /*border:1px solid #666666;*/
   margin: 0 0 0px 0;
   padding:0px 0px 0px 0px;
   /*background-color:#fff;*/
}

.header h2
{
padding-left:20px;
line-height: 45px;
color: #80a012;
font-size: 24px;
display:inline}

.header h1
{
padding-left:40px;
font-size: 18px;
color: #CE5300;
line-height: 15px;
font-weight: bold;
display:inline
}
	
.center {
   width:480px;
   min-height:600px;
 /*  border:1px solid #666666;*/
/*   margin:0 0 0 300px;
   position:inherit;
   float:left;*/
   position: relative;
   left: 300px;
  /*background-color: #dfdfdf;*/
  top: 20px;
}

.center h1
{
background: url("images/gray-arrow.gif") top left no-repeat;

}

.center a {
	text-decoration: none;
		font-size: 12px;
	color: #CE5300;
	font-weight: bold;
	
}

.center a:hover {
	font-weight: bold;
	color: #000000
}

.left {
   min-height:600px;
   /*border:1px solid #666666;*/
/*   margin: 0 0 0px -780px;*/
   width:265px;
   position: absolute;
   top: 220px;
  /* float:left;*/
   line-height: 150%;
  background-color:#f7f7f7;
}

.left a {
	text-decoration: none;
		font-size: 12px;
	color: #CE5300;
	font-weight: bold;
	
}

.left a:hover {
	font-weight: bold;
	color: #000000
}
.right {
   min-height:600px;
  /* border:1px solid #666666;*/
   margin: 0 0 0 800px;
   width:250px;
   float:right;
   line-height: 150%;
    background-color:#f7f7f7;
	position: absolute;
	top: 220px;


}

.right a {
	text-decoration: none;
		font-size: 12px;
	color: #CE5300;
	font-weight: bold;
	
}

.right a:hover {
	font-weight: bold;
	color: #000000
}

.green
{
	color: #80a012;
	background: url("images/green-i.gif") top left no-repeat;
	background-position: 0px 4px;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	padding-left: 25px;
	margin-top: 10px;
}

.decor
{
	background: url("images/orange-arrow.gif") top left no-repeat;
	padding-left: 25px;
	background-position: 0px 2px;
}

.decor a
{
	text-decoration: none;
	color: #CE5300;
	font-weight: bold;
}

.decor a.hover
{
	text-decoration: underline;
	color: #000000;
}

.download
{
	background: url("images/download.gif") top left no-repeat;
	padding-left: 25px;
	background-position: 0px -3px;
	line-height: 250%;
}

.footer {
   /*border:1px solid #666666;*/
   clear:both;
   padding:80px 5px 5px 5px;

   
}


.footer a {
	text-decoration: none;
		font-size: 12px;
	color: #CE5300;
	font-weight: bold;
	
}

.footer a:hover {
	font-weight: bold;
	color: #000000
}


#links ul {

height:45px;
	margin:0px; 
	/*padding-top:2px;
	padding-bottom:2px;*/
	padding-left:2px;
	 border:1px solid #666666;
	
}

#links li{

	padding-left:2px;
	border:1px solid #666666;
	float:left;
	list-style-type:none;
	width:170px;
	height:45px;
	text-align:center;
	background-color:#E59C23;
	border-left:1px solid #FFF;
	/*padding-top:4px;*/
}

#links a{
	/*font-family:"Trebuchet MS";
	font-size:11px;*/
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#links a:hover{
	/*font-family:"Trebuchet MS";
	font-size:11px;*/
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

