body {
	background-color: #eee;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	color: #555555;
}

a {
	color: #005784;
	text-decoration: none;
}

a:hover {
	color: #28E;
	text-decoration: underline;
}

.main {
	width: 700px;
	background-color: #fff;
	border:1px dashed #dddddd;
	height: auto;
	margin:0 auto;
	padding:10px;
}

.top {
	background-color: #e9e9e9;
	width: auto;
	height: 15px;
}

h1 {
	font-size: 15px;
	color: #579;
	margin: 5px;
}

.slogan {
	font:11px tahoma;
	margin-left: 14px;
	font-weight: bold;
}

.box {
	float: left;
	width: 440px;
	margin: 10px 0;
	padding: 0 16px;
	padding-top: 7px;
	padding-bottom: 13px;
}

.boxtitle {
	color: #579;
   	font-size: 13px;
	margin-left: 14px;
	margin-bottom: 16px;
	font-weight:bold;
}

.boxtext {
	font-size: 12px;
	color: #555555;
	margin-left:4px;
}

/* navigation */
li {list-style: none;}

.navigation {
	float: right;
	width: 200px;
	height: auto;
	margin-top:14px;
}
.navigation h3 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 25px;
	margin-left: 10px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #DDDDDD;
	margin: 0;
}

.navigation li {
	border: 1px solid #f0f0f0;}

.navigation li a {
	background-color: #f7f7f7;
	font-size: 12px;
	color: #005784;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 190px;
	outline-style: none;
}
.navigation li a:hover {
	background: #f1f1f1;
	color: #28E;
	text-decoration: none;
}

.clearer {clear: both;}

.footer {
	width:auto;
	line-height: 19px;
	color: #555A60;
	font-size: 9px;
	background-color: #F9F9F9;
	border: 1px solid #e9e9e9;
	text-align: center;
	height: auto;
	margin-top: 20px;
}

