html, body {
  margin: 0;
  padding: 0;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
}

.header { 
    background-color: #000000;
    width: 760px;
    height: 88px;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 2px;
    text-align: center;
    color: white;
}

.header h2 {
    color: #FFFF00;
    font-size: 2.8em;
    font-face: Tahoma;
    font-weight: bold;
}

.header h3 {
    color: #FFFFFF;
    font-size: 1.0em;
}

.header a {
    color: white;
    font-size: 0.8em;  
}

.content { 
    background-color: #ffffff;
    width: 620px;
    padding: 1px 4px;
    line-height: 16px;
    text-align: left;
    color: #333333;
    font-size: 1.0em;
}

.content h1 {
    color: #000000;
    font-size: 1.4em;
}

.content a {
    color: #333333;
    font-size: 1.2em;  
}

.content li {
	margin: 0 0 20px 25px;
	
}

.content ul, .sidebars ol {
	padding: 0;
}

.content ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}

.sidebar {
    width: 140px;
    background-color: #556b2f;
    padding-left: 5px;
    vertical-align: top;
}

.sidebar a {
	color: white;
}

.sidebar li {
	margin: 0 0 20px 25px;
	
}

.sidebar ul, .sidebars ol {
	padding: 0;
	
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	
}

.footer { 
    background-color: #000000;
    width: 760px;
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 20px;
    text-align: center;
    color: white;
}

.footer a {
    color: white;
    font-size: 1.0em;  
}

.table1 {
    background-color: #dcdcdc;
    border: 0px;
}

.table2 {
    background-color: #ffffff;
}