body {
	text-align: center;
	margin: 0px;
	background-image: url(../images/page-bgr.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
body, html {height: 100%;}

p {
	margin: 0px;

}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	min-height:100%;
	position: relative;
	background-color: #FFFFFF;
}
#content {
	padding-bottom: 100px;
}

* html #wrapper {height:100%;}
#top-image {
	float: left;
	height: 80px;
	width: 950px;
	background-color: #333333;
	background-image: url(../images/top-bg.jpg);
	background-repeat: no-repeat;
}
#top-spacer{
	float: left;
	height: 37px;
	width: 950px;
	background-color: #FFFFFF;
	background-image: url(../images/top-spacer.jpg);
	background-repeat: no-repeat;
}
#left-content {
	float: left;
	width: 200px;
	margin-left: 0px;
	padding: 0px 0px 0px 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 18px;
}

#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

}
.big-green-dot {
	font-size: 18px;
	color: #99CC00;
}

.small-p {
	font-size: 10px;
}


#menu li{
	margin-bottom:3px;
}
#menu {
	width: 200px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
#menu li a {
	height: 30px;
	height: 24px;
	text-decoration: none;
	margin: 0px;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #333333;
	display: block;
	background:  #D5D5D5;
	padding-right: 0;
	padding-bottom: 8;
	padding-left: 5px;
	padding-top: 5px;
	}
	
#menu li a:hover {
	color: #FFFFFF;
	background:  #99CC00;
	padding: 5px 0 8 5px;
	}
#middle-content {
	float: left;
	width: 690px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;

	
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 36px;
	padding-top: 18px;
	margin: 0px;
	font-style: italic;
	font-weight: normal;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-style: normal;
	margin: 0px;
	padding-bottom: 15px;
}
h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-style: normal;
	margin: 0px;
	padding-bottom: 10px;
}

#spacer {
	clear: both;
	width: 950px;
	height: 15px;
	margin: 0px;
	padding: 0px;
}
#bottom {
	height: 100px;
	width: 100%;
	margin: -100px 0px 0px;
	clear: both;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	background-color: #666666;
}


#right-content {
	float: left;
	width: 200px;
	text-align: right;
}
#main-image {
	float: left;
	width: 950px;
	height: 195px;
}
#bottom-content {
	width: 950px;
	background-color: #666666;
	margin-right: auto;
	margin-left: auto;
}
#bottom-left-content {
	background-color: #666666;
	float: left;
	width: 680px;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
}

#bottom-left-content a:link, #bottom-left-content a:visited, #bottom-left-content a:active{
	color:#ffffff;
	text-decoration: none;
}

#bottom-left-content a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}

#bottom-content-right {
	background-color: #666666;
	text-align: right;
	width: 250px;
	float: left;
}
.btnstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #99CC00;
	padding: 3px 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
.float-image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

