/* CSS Document */

body{ 
	height: 100%; 
	margin: 0; 
	padding: 0;
	background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.sitewrapper {
	min-height: 100%;
	position: relative;
}
.error{
	color:#f00;
}
.header h1{
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:xx-large;
	color:#48423C;
}

.header h2{
	margin-top:0px;
	padding-top:0px;
	font-size:11px;
	font-size:large;
	color: #48423C;
}

.menu a{
	color:#000;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
}

.menu a:hover{
	color:#48423C;
}

.menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.selected{
	font-size:16px;
	text-decoration:underline;
}

.bottomImg{
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:2;
}

.bottomNoImage{
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	text-align:center;
	color:#999;
	z-index:4;
	font-size:11px;
	background-color: #FFF;
}

.bottomImage{
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	text-align:center;
	color:#999;
	z-index:4;
	background-color: #FFF;
	background-position:bottom right;
	background-repeat:no-repeat;
	font-size:11px;
}

.contentWrap{
	padding-top:10px;
	padding-bottom: 100px;
	margin:0 auto;
	width:800px;
	height:100%;
	z-index:3;
}

.content{
	padding: 0 10px;
	margin-left:100px;
	z-index:3;
	width:625px;
	padding-bottom:20px;
}

.header{
	text-align:left;
	margin:0 auto;
	width:800px;
}

.headerWrap{
	left:0px;
	right:0px;
	width:100%;
	margin:0 auto;
	text-align:center;
	position: relative;
}

.logounderline {
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	border: solid 3px #6DB342;
}

.menuContentWrap{
	width:100%;
	float:left;
}

.menu{
	top:150px;
	bottom:0px;
	width:95px;
	margin-right:5px;
	float:left;
	background-image:url(images/divide.png);
	background-position:right;
	background-repeat:no-repeat;
}

.bottomText {
	text-align: center;
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 20px;
	left: 0;
}
.bottomText p {
	color:#48423C;
	margin: 3px 5px;
	font-size: 9px;
}
.bottomText .first {
	font-weight: bolder;
}
.bottomText .second  {
	font-weight: bold;
}
.bottomText .first, .bottomText .second {
	font-size: 11px
}