body{
	background-color:#eee;
	color:#000;
	font-family:arial, helvetica, sans serif;
}

#container{
	width:800px;
	background-color:#fff;
	border:#333 solid 1px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 8px;
}

#header{
	background:url(images/grad1.png) #fff;
	background-repeat:repeat-x;
	color:#d63;
	font-size:150%;
	padding:25px 0px 25px 0px;
	text-align:center;
	width:100%;
}

#navigation{
	background-color:#fff;
	float:left;
	padding:0px 0px 5px 0px;
	width:170px;
}

#navigation a:link, #navigation a:visited{
	color:#d63;
	text-decoration:none;
}

#navigation a:hover, #navigation a:active{
	color:#f85;
	text-decoration:underline;
}

#navigation li{
	line-height:1.1em;
	padding:0px 15px 0px 15px;
}

#navigation h2{
	background:url(images/grad2.png) #ddd;
	background-repeat:repeat-x;
	border:1px solid #000;
	color:#d63;
	font-size:95%;
	font-weight:bold;
	padding:3px 0px 5px 5px;
	text-align:center;
}

#loginform p{
	font-size:80%;
	text-align:right;
}

#content{
	background-color:#fff;
	float:left;
	margin-left:1px;
	margin-right:1px;
	padding:0px 10px 5px 10px;
	width:605px;
}

#content .article{
	background-color:#fff;
	color:#333;
	margin-bottom:5px;
	padding-bottom:5px;
}

#content .article p{
	line-height:1.2em;
	margin-bottom:1em;
}

#content .article h3{
	background:url(images/grad2.png) #ddd;
	background-repeat:repeat-x;
	border:1px solid #000;
	color:#d63;
	font-weight:bold;
	padding:3px 0px 5px 0px;
	text-align:center;
	clear:both;
}

#content .articlefoot{
	font-size:80%;
	clear:both;
}

#content .article a:link, #content .article a:visited{
	color:#c33;
	text-decoration:none;
}

#content .article a:hover, #content .article a:active{
	color:#f66;
	text-decoration:underline;
}

#content label{
	display:block;
	float:left;
	font-size:85%;
	margin-right:0.5em;
	text-align:right;
	width:10em;
}
#content .leftform label{
	display:block;
	float:left;
	font-size:85%;
	margin-right:0.5em;
	text-align:left;
	width:590px;
}

#content label img{
	height:15px;
	width:15px;
}

#content .submit{
	margin-left:10.7em;
}

#content .error{
	color:#f00;
}

#content form .error{
	color:#f00;
	font-size:80%;
}

#content .tabletype1{
	font-size:80%;
}

#content .tabletype1 td, #content .tabletype1 th{
	padding:3px;
}

#content textarea{
	width:90%;
	height:20em;
	margin-left:auto;
	margin-right:auto;
}

#footer a:link, #footer a:visited{
	color:#c33;
	text-decoration:none;
}

#footer a:hover, #footer a:active{
	color:#f66;
	text-decoration:underline;
}

#footer{
	background-color:#fff;
	clear:both;
	font-size:75%;
	padding: 15px 0px 15px 0px;
	text-align:center;
	width:100%;
}
.floatleft{
	float:left;
	margin:3px;
	border:1px solid #999;
}
.floatright{
	float:right;
	margin:3px;
	border:1px solid #999;
}
.underline{
	text-decoration:underline;
}
#content h2{
	text-align:center;
	font-size:140%;
}
#content h4{
	text-align:center;
	font-size:120%;
	border-bottom:1px solid #999;
	color:#666;
}
#content h6{
	color:#666;
	border-bottom:1px dashed #999;
}
#content h5{
	color:#666;
	border-bottom:1px dashed #999;
	text-align:center;
}
#content ul{
	list-style-type:disc;
	list-style-position:outside;
	margin-left:3em;
}
#content ol{
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:3em;
}