/* Don't forget to set a foreground and background color on the 'html' or 'body' element! */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1;
	text-align: left;/*vertical-align: baseline;*/
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

html, body {
	height: 100%;
	background-color: #4A4A4A;
	font-family: Verdana, Geneva, sans-serif;
}


a, a:visited {
	text-decoration:none;
	color: #4A4A4A;
}

a:hover {
	color: #990;
}

h1 {
	font-size: 1.75em;
	color: #990;
	padding-bottom: 10px;
	font-weight: normal;
}

h2 {
	font-size: 1.25em;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #362e1b;
	font-weight: normal;
}

h3 {
	font-size: 0.8em;
	color: #383E4C;
	padding-top: 10px;
	padding-bottom: 5px;
}

#contentArea ul {
	list-style-type: square;
	padding-left: 50px;
	color: #A49900;
}

#pageWrapper {
	height: 100%;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #c5a862;
}
#mainMenu {
	background-image: url(images/menuBG.gif);
	background-repeat: no-repeat;
	height: 433px;
	width: 148px;
	float: left;
	padding-top: 15px;
}
#contentContainer {
	background-image: url(images/pixAreaBG.gif);
	background-repeat: no-repeat;
	float: left;
	width: 876px;
	height: 449px;
}
#contentPixArea {
	height: 383px;
	width: 579px;
	margin-top: 31px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}
#contentArea {
	background-image: url(images/contentBG.gif);
	background-repeat: repeat-y;
	clear: both;
	padding-left: 165px;
	padding-top: 15px;
}
#contentArea p , #footer p{
	color: #362e1b;
	font-size: 0.75em;
	line-height: 2em;
	margin-right: 100px;
	padding-bottom: 5px;
}
#mapLink a {
	font-size: 0.75em;
	display: block;
	margin-top: 16px;
	margin-left: 5px;
}


#footer {
	background-image: url(images/footerBG.gif);
	clear: both;
	height: 140px;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-left: 165px;
	background-color: #C5A862;
}
#topArea {
	height: 85px;
}
#home #contentContainer {
	background-image: url(images/pixAreaBGhome.gif);
	background-repeat: no-repeat;
}

