* {
	margin: 0;
	padding: 0;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	background: #EEEEEA;
	color: black;
	font-family: Arial, Verdana, sans-serif;
	padding: 20px 0 0 0;
}

li {
	list-style: none;
}

h2 {
	padding: 5px 0 10px 0;
}

.first {
	padding: 0 0 20px 0;
}
.second { 
	border: 2px solid #C4C4B5;
	background: white;
	margin: 0 auto;
	padding: 12px;
	width: 780px;
}

.header {
	background: #CC601E;
	height: 35px;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	color: black;
	padding: 15px 0 0 10px;
}

.main {
	background: white;
	border-top: 2px dotted #CC601E;
	padding: 8px 12px 0 0;
}

.navigation {
	width: 128px;
}

.navigation li {
	border: 1px solid black;
    margin: 0 0 10px 0;
}

.navigation li a {
	font-size: 12px;
	color: black;
	background-color: #CC601E;
	display: block;
	padding: 8px 0 8px 4px;
	text-decoration: underline;
}
.navigation li a:hover {
	text-decoration: none;	
}

.content {
	float: right;
	width: 620px;
	font-size: 12px;
	line-height: 22px;
	text-align: justify;
}

.footer {
	background: #CC601E;
	color: black;
	font-size: 10px;
	margin-top: 5px;
	padding: 10px 12px;
	line-height: 20px;
}
.footer a {
	color: black;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.cl {
	clear: both;
	font-size: 0;
}

.footerleft {
	float: left;
}