@import "type.css";
@import "tables.css";
@import "user-styles.css";
/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#CCCCCC;
}

#Wrapper
{
	margin:20px auto 10px auto;
	padding:0px;
	text-align:left;
	position:relative;
	width:920px;
}
#Masthead {}
.Navigation
{
	text-align:center;
	margin-bottom:20px;
}
#Navigation {text-align:center;
	margin-bottom:5px;}

#Navigation ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#Navigation ul li
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#Navigation ul li a
{
	display:block;
}
#Navigation ul li a:hover
{

}
#ContentArea
{
	border:1px solid #999999;
	background-color:white;
    min-height:600px;
}
#ContentArea.Home
{
	background-color:#cccccc;
	border:none;
}
#ContentArea .padding
{
	padding:20px;
}
#Footer
{
	text-align:center;
	margin-top:40px;
	margin-bottom:20px;
}
