@CHARSET "UTF-8";

#container {
	margin: 10px auto;
	padding: 0px;
	border: 1px solid #666666;
	width: 1000px; /* subtract 40px from banner width for padding */
	background: #FFFFFF
		url(/resources/images/design/header.jpg)
		no-repeat;
	padding-top: 120px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#menu {
	background-color: black;
	color: white;
	padding: 10px;
}

#menu div.menuItem {
	display: inline;
	margin: 0px 15px 0px 15px;
	font-size: 14px;
}

#menu div.menuItem a {
	text-decoration: none;
	color: white;
}

#menu div.menuItem a:hover {
	background-color: white;
	color: black;
}

#content {
	padding: 10px;
}

#sidebar {
	font-size: 0.9em;
	width: 225px;
	float: right;
	border: 1px solid #666666;
	background: #EAECEE;
	padding: 0 15px 5px 15px;
	margin: 10px 0px 10px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sidebar ul {
	padding-left: 30px;
}

#footer {
	clear: both;
	text-align: center;
	color: #666666;
	font-size: 0.85em;
}

div.formItem {
	margin-bottom: 10px;
}


