@charset "utf-8";
/* CSS Document */

/* Basic Elements */
html, body {
	margin: 0;
	background-color: #1a213c;
	}
#container {
	width: 780px;
	margin: 0 auto;
	background-color:#FFFFFF;
	}
#header {
	width: 100%;
	height: 100px;
	background: url("img/main_2.gif") repeat-x 0% 0%;
	}
#list {
	font-size:small;
	padding:3px;
	padding-left:1em;
	background-color:#666;
	color:#FFFFFF;
}
#content {
	float: right;
	width: 80%;
	}
#content table.data {
	border-left:1px dotted #cccccc;
	border-top:1px dotted #cccccc;
	margin-top:1em;
	margin-bottom:1em;
}
#content table.data caption {
	margin:5px;
	font-weight:bold;
}
#content table.data td,th {
	border-right:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	width:50%;
}
#left {
	float: left;
	width: 20%;
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #666;
	font-size:small;
	}
 
/* Sidebar */
#sidebar {
	/*border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;*/
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 1px dotted #cecece;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	border-right: 7px solid #cecece;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}
#sidebar li a:hover {
	color: orange;
	border-right: 7px solid orange;
	}
#sidebar img {
	margin-top:10px;
	margin-left:40px;
	margin-height:40px;
}
/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
a {
	color: #84d5fa;
	text-decoration: none;
	}
a:hover {
	color: orange;
	}
form {
	margin:0;
}
form span{
	margin-left:1em;
}