/* CSS Document */

* { margin: 0; padding: 0; }
html { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	background-color: #E8E1D2; color: #000000;
	font-size: 62.5%;
}

img { border: 0px; }

a:link { color: #CA9731; text-decoration: none; }
a:visited { color: #666666; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }
a:focus { outline: none; }

h1, h2, h3 {
	font-family:"Times New Roman", Times, serif;
	color: #CA9731; text-transform: uppercase;
	padding: 0px; margin-top: 0px; margin-bottom: 5px;
}
h1 { font-weight: normal; font-size: 2.4em; margin-bottom: 10px; }
h2 { font-weight: normal; font-size: 1.8em; line-height: 1.2em; margin-top: 20px; }
h3 { font-weight: bold; font-size: 1.4em; line-height: 1.4em; margin-bottom: 5px; }

p, ul, ol, hr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em; line-height: 1.4em;
	padding: 0px; margin-top: 0px; margin-bottom: 10px;
}

ul { margin-left: 15px; }
li { list-style-type: disc; }

hr {
	border-top: 0; border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #999999;
}


#content {
	width: 950px;
	margin: 20px auto 0 auto;
	text-align: center;
}