body {
	color: #000;
	background: #FFF url('background.gif');
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 15px;
	text-shadow: 0px 0px 0px #000;
}

h1, h2 {
	text-align: center;
	font-weight: bold;
	padding: 3px;
	margin: 5px 0px;
	-moz-border-radius: 4px;
}

h1 {
	color: #FFF;
	background: #930 url('h1_orange.gif') repeat-x;
	font-size: 19px;
}

h2 {
	color: #FFF;
	background: #B52 url('h2_orange.gif') repeat-x;
	font-size: 17px;
}

h1 a:link, h2 a:link, h1 a:visited, h2 a:visited, h1 a:hover, h2 a:hover, h1 a:active, h2 a:active {
	color: #FFF;
}

hr {
	width: 100%;
	border-width: 1px;
	border-style: dotted;
	border-top-color: #D74;
	border-right-color: #B52;
	border-bottom-color: #B52;
	border-left-color: #D74;
	margin: 6px 0px;
}

p {
	margin: 3px 0px 9px 0px;
	/*text-align: justify;*/
}

ul.iconlist {
	list-style-type: none;
	list-style-image: none;
}

a:link {
	color: #369;
}

a:visited {
	color: #639;
}

a:hover, a:active {
	color: #FFF;
	background-color: #930;
	text-decoration: none;
}

img {
	border-width: 0px;
}

#container {
	width: 992px;
	margin: 0px auto;
}

#header {
	display: none;
}

#content {
	/*height: 700px; overflow: auto;*/
	clear: both;
	border: 1px solid #D74;
	padding: 0px 3px 3px 3px;
	-moz-border-radius: 3px;
}

#footer {
	clear: both;
	font-size: 9px;
	font-style: italic;
	color: #000;
	padding: 2px 5px 0px 5px;
	-moz-border-radius: 4px;
}

.white {
	color: #FFF;
}

