* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
background: #ffffff url(bg.gif) top center repeat-y;
color: #666;
font: 12px Arial, Verdana, Tahoma, sans-serif;
line-height: 17px;
border-top: 15px solid #003300;
}

a { color: #9B9F27; text-decoration: none; }
a:hover { color: #333; }

#header {
height: 70px;
line-height: 70px;
border-bottom: 1px solid #003300;
}
#header h1 {
color: #003300;
text-align: center;
font-size: 45px;
}
#header h1 a{
color: #aaa;
text-decoration: none;
}
#header h1 a:hover{
color: #C8CC66;
text-decoration: underline;
}

#content {
width: 740px;
margin: 0 auto;
}

.innercontent {
padding: 0;
float: left;
width: 410px;
text-align: justify;
}
.innercontent h2 {
padding: 2px 0 5px 0px; 
font: bold 12px Verdana, 'Trebuchet MS', Sans-serif;
color: #444;	
border-bottom: 1px dotted #999;
margin-bottom: 5px;
margin-top: 10px;
}

.left { 
margin-left: 20px;
padding-top: 10px;
float: left;
width: 150px;
line-height: 12px;
}
.left h2 {
font: bold 11px Verdana, 'Trebuchet MS', Sans-serif;
padding: 5px 0 5px 0px; 	
}
.left ul  {
color: #aaa;
text-align: left;
margin: 3px 0 8px 0; 
text-decoration: none;	
list-style-type:none;	
}
.left ul li {
padding: 5px 0 5px 0px;
margin: 0 2px;	
}
.left ul a {
font-weight: 100;
color: #9B9F27;
}
.left ul a:hover { padding-left: 6px; color : #333; border-left: 3px solid #9B9F27; }

.right { 
padding-top: 10px;
float: left;
width: 160px;
line-height: 12px;
}
.right h2 {
font: bold 11px Verdana, 'Trebuchet MS', Sans-serif;
padding: 5px 0 5px 0px; 	
}
.right ul  {
color: #aaa;
text-align: left;
margin: 3px 0 8px 0; 
text-decoration: none;	
list-style-type:none;	
}
.right ul li {
padding: 5px 0 5px 0px;
margin: 0 2px;	
}
.right ul a {
font-weight: 100;
color: #9B9F27;
}
.right ul a:hover { padding-left: 6px; color : #333; border-left: 3px solid #9B9F27;}

#footer { 
font-size: 11px;
color: #444;
text-align: center;
padding-bottom: 10px;
margin-top: 20px;
}
#footer a {color: #666; text-decoration: none; }
#footer  a:hover { color: #000; text-decoration: underline; }