@charset "utf-8";
/* CSS Document */

#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E1FFFF;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 20px;
}
#maincontent {
	clear: both;
	background-color: #EAF2F7;
	border: 2px solid #1C1079;
	-webkit-border-radius: 15px;
	-moz-border-radius:15px;
	padding-left: 30px;
	padding-right: 30px;


}
#container #maincontent li {
	margin-bottom: 10px;
}

#maincontent h1 {
	font-size: 18px;
	color: #1C1079;
}

#menu a {
	display: block;
	background-color: #1C1079;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
	text-align: right;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000000;
}

#menu {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	background-color: #1C1079;
	display: block;
	padding-left: 200px;
	height: 30px;
	width: 650px;
	-webkit-border-radius: 15px;
	-moz-border-radius:15px;
	margin-top: 10px;
}
#header {

}
body {
	background-color: #E1FFFF;
	margin: 0px;
}
