* {
	margin: 0;
	padding: 0;
}

body {
	font: 0.72em Verdana, sans-serif;
	color: #444444;
	background: #ffffff;
	text-align: center;
}

h1 {
	font: 2em Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
	color: #A29771;
	padding-top:0.25em;
	padding-bottom:0.25em;
}

h2 {
	font: 1.5em Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
	color: #A29771;
	padding-top:0.25em;
	padding-bottom:0.25em;
}

h3 {
	font: 1.5em Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
	color:#333333;
	padding-top:0.25em;
	padding-bottom:0.25em;
	border-top:1px dashed #cccccc;
	border-bottom:1px dashed #cccccc;
	text-align:center;
	background-color: #FBFAF4;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

h4 {
	font: 1em Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
	color: #776E53;
	padding-top:0.25em;
	padding-bottom:0.25em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	text-align:center;
	font-style: italic;
}

ul, ol {
	margin:1em;
	margin-left:1.5em;
}

p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

html body a:hover {
	color: #000;
	background-color: #f4f2e4;
	border-bottom: 1px solid #9a8e51;
}

#content {
	width: 770px;
	text-align: left;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	padding: 2em;
}

#navigation {
	list-style: none;
	padding-top:0.75em;
	padding-bottom:0.75em;
	text-align: center;
	background: #FBFAF4;
	border-top: 1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	font: 14px Georgia, Times, serif;
	overflow: hidden;
	margin:0;
}

#navigation li {
	padding:0.5em;
	background: url(/pix/diamond-black.gif) 100% 66% no-repeat;
	display: inline;
}

#navigation li a {
	display: inline;
	padding:1em;
	text-transform: uppercase;
	color: #000;
}

#navigation a:hover {
	 background: url(/pix/navbarlinkbg.gif) top left repeat-x; color: #555;
}

#footer {
	clear: both;
	border: 1px solid #D9D9D9;
	font-size: 0.75em;
	padding: 1.5em;
	background: #FBFAF4;
}
		
/* Misc Styles */

div.importantnotice {
	border: solid 10px #f00;
	padding: 10px;
	margin-bottom: 20px;
}

div.importantnotice h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f00;
}

div.importantnotice p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}