@charset "UTF-8";
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #181818;
	color: #CCCCCC;
	list-style-position: inside;
	letter-spacing: 1pt;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
	
a:hover{
	font-weight: normal;
	text-decoration: underline;
}

#container {
	width: 50%;
	margin: 0 auto;
}

#maincontainer {
}

#title {
	margin-top: 100px;
	border-bottom: 1px solid;
	margin-bottom: 30px;
	height: 60px;
	font-size: 80%;
}
#subtitle {
	margin-bottom: 100px;
	font-size: 100%;
}

#header {
	margin-bottom: 0px;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid;
	height: 20px;
}

#header p{
	margin: 0 auto;
}

#header p a:hover {
	font-weight: bold;
	text-decoration: none;
}


#footer {
	text-align: left;
	font-size: 90%;
	border-top: 1px solid;
}
#content {
	height: 510px;
	z-index: 2;
}
#menu2 li{
	display: inline;
}

#menu2 ul{
	padding: 0px;
	margin: 4px auto;
}
#menu2 {
	text-align: left;
	font-size: 90%;
	z-index: 1;
}
#menu2 p{
	margin: auto;
	float: right;
	letter-spacing: normal;
}
#menu1 {
	text-align: right;
	font-size: 90%;
	z-index: 1;
}
#menu1 ul{
	padding: 0px;
	margin: 4px auto;
}
#menu1 li{
	display: inline;
	margin: 0 0 0 0;
}
.inactive {
	font-style: italic;
	color: #CCCCCC;
}
.active {
	text-decoration: none;
	font-weight: normal;
}
#menu1 a:hover{
	font-weight: bold;
	text-decoration: underline;
}
#loginform{
	position: absolute;
	margin-top: 100px;
	text-align: right;
	margin-left: 40%;
}
