body {
	margin: 0;
	padding: 0;
	background: #355a89 url('graphics/background.png') top center;
	background-attachment: fixed;
	color: #605f5f;
	font-family: tahoma, verdana, sans-serif;
	font-size: 10pt;
}
h1 {
	border-top: 1px solid #cccccc;
	padding-top: .5em;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12pt;
}
hr {
	background: #cccccc;
	color: #cccccc;
	border: none;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#bodyContent {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background: white url('graphics/content_bg.png') bottom right no-repeat;
	padding: 0;
	border: none;
}
#topMenu {
	text-align: right;
	background: #662e00 url('graphics/brown_marble.png');
	border-bottom: 3px solid #d2b25a;
	padding: 1em;
}
#topMenu A {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#topMenu A:hover {
	text-decoration: underline;
	color: #d2b25a;
}
#topMenu ul {
	margin: 0;
	padding: 0;
}
#topMenu ul li {
	display: inline;
	margin-left: 1em; 
	padding-right: 1em;
	border-right: 1px solid white;
}
#leftMenu {
	width: 175px;
	margin: 10px;
	float: left;
}
#mainContent {
	margin-left: 195px;
	margin-top: 20px;
}
#rightMenu {
	width: 175px;
	margin: 0 10px 10px 10px;
	float: right;
}
div.menu_item {
	background: white;
	padding: 0 10px 0 10px;
	border: 1px solid #cccccc;
	text-align: center;
}
div.menu_item A {
	text-decoration: none;
	color: #6F7B1E;
	font-weight: bold;
}	
div.message {
	border: 1px solid #355786;
	padding: .5em .25em .5em .25em;
	background: #bfd6ff;
	margin-bottom: 2em;
}
div.message p {
	padding: 0;
	color: black;
	margin: 0;
}
#sectionText {
	margin-right: 195px;
}
#sectionText p {
	padding-left: 10px;
	padding-right: 10px;
}
#contact {
	text-align: center;
	margin-bottom: 1em;
}
#footer {
	text-align: center;
	background: #662e00 url('graphics/brown_marble.png');
	border-top: 3px solid #d2b25a;
	padding: 1em;
}