/* Elements to be globally redefined */
body {
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #395199;
	background-color: #FFF;
	background-image: url(../media/background.gif);
	background-repeat: no-repeat;
	background-position: 100px 300px;
}
img {
	border: none;
}
a {
	color: #395199;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0px;
}
h2 {
	font-size: 14px;
	color: #7D6E59;
	margin: 0px;
}
h2 a {
	color: #7D6E59;
}
p {
	margin: 0px 0px 12px 0px;
	line-height: 16px;
}
strong {
	color: #395199;
}
table {
	margin: 0px 0px 12px 0px;
}
th {
	text-align: left;
}


/* Elements referenced by ID */
#Navigation {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#Navigation li {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	height: 21px;
}
#Links {
	position: relative;
	top: 24px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 500px;
	list-style-type: none;
	clear: both;
	color: #7D6E59;
}
#Links li {
	display: inline;
	margin-right: 2px;
}
#Links a {
	margin-right: 2px;
}
#Content {
	position: absolute;
	left: 230px;
	top: 77px;
	width: 355px;
}
#Banner {
	position: absolute;
	left: 230px;
	top: 10px;
}
#Footer {
	position: absolute;
	top: 318px;
	width: 137px;
}
#Footer p {
	line-height: normal;
	font-size: 9px;
	font-style: italic;
}


/* Classes */
.Brown {
	color: #7D6E59;
	font-weight: bold;
}