
body {
	background-color: white;
	color: black;
	font-family:Garamond, Arial, sans-serif;
	font-size: 11pt;
}

a {
	color:#666666;
	background-color:inherit;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0px;
}

h2, h4 {
	color: #8A8989;
	background-color:inherit;
}

#page {
	width: 600px;
	margin: auto;
}

#header {
	background-color: black;
	padding: 10px;
}

div.picker {
	background-color: white; 
	margin: 3px 4px 3px 4px; 
	width: 12px; 
	height: 12px; 
	font-size: 0;
}

div.left {
	width: 20px;
	background-color: #EDB815;
}

#main {

}

#menu {
	height: 20px;
	background-color: #EDB815;
	padding-left: 20px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#mainContent {
	background-color: white;
	height: 500px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding-top : 30px;
	padding-left : 50px;
	padding-right : 50px;
	text-align: center;
}

a.menuItem {
	color: black;
	background-color: inherit;
	text-decoration: none;
}

a.menuItem:hover {
	text-decoration: underline;
}

#footer {
	height: 20px;
	background-color: #EDB815;
	text-align: center;
	font-size: small;
	font-style: italic;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}