body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family:Verdana,Impact,Tahoma,'Lucida Console',Geneva,'Trebuchet MS',Impact,'MS Sans Serif','Lucida Sans Unicode','Arial Narrow','Andale Mono','Chicago',Palatino,Utopia,Charcoal,Sans-serif,Helvetica,'Arial Black';
	font-size: 11px;
	line-height: 13px;
	text-align: justify;
	color: #000000;
	background: #ffffff url('../images/common/b_bg.jpg') repeat-x top;
}

html, body {
	height: 100%;
}

a:link {
	color: #89201a;
	text-decoration: underline;
}

a:visited {
	color: #89201a;
	text-decoration: underline;
}

a:hover {
	color: #fdc83a;
	text-decoration: underline;
}

a:active {
	color: #89201a;
	text-decoration: underline;
}

img {
	border: 0; /* so linked images have no border */
}

h1 {
	margin: 0;
	padding: 15px 0 10px 0;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	text-align: left;
	word-spacing: .15em;
}

p {
	margin: 0;
	padding: 5px 0 5px 0;
}

.firstP:first-letter {
	font-size: 16px;
	font-weight: bold;
}

ul, ol	{
	margin: 0;
	padding: 7px 31px 7px 31px;
	text-align: left;
}

li {
	margin: 0;
	padding: 2px 0px;
}

.bold {
	font-weight: bold;
}

#container {
	margin: 0 auto; /*centers the page*/
	padding: 0;
	position: relative;
	top: 0;
	width: 827px;
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	background: #ffffff url('../images/common/cleft_bg.jpg') repeat-y left;
	min-height: 100%;
}

/*IE6 min-height equivalent*/
* html #container {
	height: 100%
}
/*IE6 min-height equivalent*/

#header {
	margin: 0;
	padding: 0;
	width: 827px;
	height: 162px;
}

#logo {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 162px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#motto {
	margin: 0;
	padding: 0;
	width: 627px;
	height: 141px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#menu {
	margin: 0;
	padding: 0;
	width: 627px;
	height: 21px;
	position: absolute;
	top: 141px;
	right: 0;
	z-index: 1;
}

#contentBox {
	margin: 0 0 0 2px;
	padding: 0 0 134px 0;
	width: 824px;
	border-top: 1px solid #110e0e;
	min-height: 100%;
}

#content {
	margin: 26px 33px 2px 33px;
	padding: 0;
	width: 756px;
	border: 1px solid #020200;
}

#text {
	margin: 0;
	padding: 0 31px;
	position: relative;
}

/*see embedded css for more content / text styles*/

#contentDS {
	margin: 0 32px 1px 32px;
	padding: 0;
	width: 762px;
	height: 9px;
	background: #dcdcdc;
}

#footer {
	margin: 0;
	padding: 0;
	width: 501px;
	height: 134px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
