* {
    padding: 0;
    margin: 0;
} 

body {
text-align: center;
background-image: url('background.png');
background-repeat: repeat-x;
font-family: Arial, Verdana, sans-serif;
font-size: 15px;
padding: 0;
margin: 0;
color: #555;
line-height: 20px;
}

img { border: 0; margin: 5px; }
a { color: #6AA235; }
a:hover { text-decoration: none; color : #999; }
h3 { border-bottom: 1px dotted #aaa; color: #666; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #999; }

#wrap {
width: 800px;
margin: 20px auto;
}

#header {
background: white;
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
height: 120px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -1px;
padding: 30px 0 0 30px;
text-align: left;
}
#header h1 a {
color: blue;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}
#header h2 {
font-size: 15px;
color: #aaa;
padding: 8px 0 0 60px;
text-align: left;
font-weight: 600;
font-style: italic;
}

#content { 
padding: 0 20px;
background: white;
}

#content h3 {
color: black;
}

#left {
padding: 10px 0;
width: 750px;
float: left;
font-size: 13px;
text-align: justify;
}
#left h3 { border-bottom: 1px dotted #aaa; }

#bottom { background: white; padding: 10px 0; }

#footer {
color: #111;
font-size: 11px; 
text-align: center;
}
#footer a { 
color: #111;
text-decoration: none;
}
#footer a:hover {
color: #111; 
text-decoration: underline; 
}

#navtabs { 
    list-style: none; 
    padding: 0; 
    height: 36px; 
    font-size: 12px; 
    font-weight: bold; 
    border-bottom: 6px solid #0288D8; 
	background-color: white;
	padding-left: 142px;
	margin-bottom: 10px;
} 

#navtabs li { 
    float: left; 
    background: #CCE7F7 url(images/tableft.png) no-repeat left top; 
    padding: 6px 0 10px 10px; 
    margin-right: 5px; 	
} 
 
#navtabs li a { 
    background: #CCE7F7 url(images/tabright.png) no-repeat top right; 
    padding: 8px 10px 0 0; 
	color: black;
	font-size: 13px;
	text-decoration: none;
} 

#orange li {
    float: left; 
    background: orange url(images/tablefto.png) no-repeat left top; 
    padding: 6px 0 10px 10px; 
    margin-right: 5px; 	
}

#orange li a { 
    background: orange url(images/tabrighto.png) no-repeat top right; 
    padding: 8px 10px 0 0; 
	color: black;
	font-size: 13px;
	text-decoration: none;
} 

#navtabs li a:hover {
	text-decoration: underline;
}
