* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
background: #f89f12;
color: #444;
font: 12px Arial, Verdana, Tahoma, sans-serif;
line-height: 20px;
}

img {border: none;}
a{ color: #d56000; text-decoration: none; }
a:hover {  color: #000; }

#content {
width: 984px;
margin: 20px auto;
padding: 10px;
background: #fff;
}





#header {
background: #000 url(../images/logo.png) no-repeat;
height: 200px;
}
#header h1 { 
font-size: 27px;
letter-spacing: -1px;
padding: 80px 0 0 40px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #ccc;
}
#header h2 {
font-size: 16px;
color: #fff;
padding: 5px 0 0 40px;
}





#navigation {
background: #111 url(../images/menu.gif) repeat-x;
height: 30px;
line-height: 30px;
margin: 10px auto;
}
#navigation li {
float:left;
list-style-type:none;
border-right:1px solid #fff;
}
#navigation li a {
display:block;
padding:0 20px;
text-decoration:none;
color: #fff;
letter-spacing:1px;
}
#navigation li a:hover {
background: #333 url(../images/menuover.gif) repeat-x;
color:#fff;
text-decoration:none;
}






.left {
float: left;
width: 20%;
padding: 10px;
line-height: 14px;
}
.left h2 {
background: #f56e00;
margin-top: 10px;
font: bold 12px Verdana;
color: #fff;
padding: 5px 0 5px 5px; 	
border-bottom: 1px dotted #999;
}
.left ul  {
color: #999;
text-align: left;
margin: 3px 0 8px 0; 
padding-left: 20px;
text-decoration: none;	
list-style-type:square;	
}
.left ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;	
}
.left ul a {
font-weight: 600;
color: #d56000;
}
.left ul a:hover { color : #333; }






.right { 
float: right;
width: 73%;
padding: 10px 0px 10px 0px;
margin-right: 10px;
}
.right h2 {
padding: 2px 0 5px 0px; 
font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
border-bottom: 1px dotted #999;
margin-bottom: 5px;
margin-top: 10px;
color: #d56000;
}





.center
{ 
float: left;
width: 65%;
padding: 5px;
margin-right: 10px;
text-align: justify;
}
.center h2 {
padding: 2px 0 5px 0px; 
font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
border-bottom: 1px dotted #999;
margin-bottom: 5px;
margin-top: 10px;
}

.center p  {
text-indent: 20px;
margin-top: 5px;
margin-bottom: 5px;
}




.right2 {
float: right;
position: relative;
width: 27%;
padding: 0px;
line-height: 14px;
}
.right2 h2 {
background: #f56e00;
margin-top: 10px;
font: bold 12px Verdana;
color: #fff;
padding: 5px 0 5px 5px; 	
border-bottom: 1px dotted #999;
}
.right2 ul  {
color: #999;
text-align: left;
margin: 3px 0 8px 0; 
padding-left: 20px;
text-decoration: none;	
list-style-type:square;	
}
.right2 ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;	
}
.right2 ul a {
font-weight: 600;
color: #d56000;
}
.right2 ul a:hover { color : #333; }





#footer { 
background: #d56000;
color: #eee;
margin-top:20px;
height: 30px;
line-height: 30px;
text-align: center;
}
#footer a {  color: #000; text-decoration: none; }
#footer  a:hover { color: #777; }



.clouds_xsmall {
	font-size: x-small;
}
.clouds_small {
	font-size: small;
}
.clouds_medium {
	font-size: medium;
}
.clouds_large {
	font-size: large;
}
.clouds_xlarge {
	font-size: x-large;
}

