body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(/graphics/background.gif);
}
img {
	border: 0;
}
#mainLogo {
	position: absolute;
	top: 10px;
	left: 5px;
	z-index: 100;
}
#masthead {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 67px;
	background-image: url(/graphics/masthead/masthead_bg.gif);
	background-repeat: repeat-x;
	z-index: 2;
}
#mainMenu {
	position: absolute;
	left: 216px;
	top: 22px;
	margin: 0;
	padding: 0;
	z-index: 10;
}

#socialIcons {
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 10;
}
#menusMenu {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 154px;
	background-color: #ebe7db;
	border-right: 2px solid rgb(196,184,149);
	border-bottom: 2px solid rgb(196,184,149);
	border-left: 2px solid rgb(255,255,255);
	z-index: 1;
}
#menusMenu h2 {
	margin-top: 200px;
	text-align: center;
	font-size: medium;
}
#menusMenu ul{
	padding: 0 0 10px 0;
	margin: 0;
}
#menusMenu ul li{
	list-style: none;
	padding: 0;
}
#menusMenu ul li img{
	padding-bottom: 5px;
}
#menusMenu p.links {
	font-size: x-small;
	text-align: center;
}





#mainContent {
	position: absolute;
	top: 64px;
	right: 0px;
	left: 154px;
	height: 400px;
	z-index: 100;
}
#pageHeadliner {
	position: absolute;
	top: 24px;
	left: 100px;
}
#pageHeadliner h1 {
	font-size: x-large;
	font-weight: normal;
	font-style: italic;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}
#pageHeadliner p {
	font-size: x-small;
	font-weight: normal;
	font-style: italic;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#content {
	margin: 134px 10px 10px 30px;
}
#footer {
	clear: both;
	margin-left: 30px;
}
#footer p {
	font-size: x-small;
}
#printFooter {
	display: none;
}
/* Special use Classes */
.NoWrap {
	white-space: nowrap;
}

