/* CSS Document */
body {
	width:100%;
	margin:0px;
	font-size: 80%;
	font-family:"Century Gothic","Lucida Grande",Arial,Helvetica,sans-serif;
	color:#fff;
	background-color:#000;
}
#container{
	margin:0;
	padding:20px;
}
#login{
	width:100%;
	padding:5px;
	font-size:70%;
	text-align:right;
}
#main{
	text-align:left;
}
label{
	width: 15em;
	float: left;
	margin-right: 0.5em;
	display: block;
	text-transform:uppercase;
}
.submit input{
	margin-left: 15.5em;
}
a {
	color:#346ea9;
	text-decoration:none;
}
a:hover{
	color:#fff;
	text-decoration:none;
}
p{
	font-size:85%;
}
p.breadcrumb{
	font-size:70%;
}
p.header{
	font-weight:bold;
}
#menu {
	padding: 10px;
	margin: 0px;
	color: #fff;
	line-height: 20px;
	height: 20px;
	text-align: center;
	font-family:"Century Gothic","Lucida Grande",Arial,Helvetica,sans-serif;
	font-size:12px;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
}

#menu A:link {
	font-weight: bold;
	text-transform:uppercase;
	color:#fff;
	text-decoration: none;
}

#menu A:visited {
	font-weight: bold;
	text-transform:uppercase;
	color:#fff;
	text-decoration: none;
}

#menu A.MenuState {
	font-weight: bold;
	text-transform:uppercase;
	color:#fff;
	text-decoration: underline;
}

#menu A:hover {
	font-weight: bold;
	text-transform:uppercase;
	color:#fff;
	text-decoration: underline;
}
