html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: arial, tahoma, Verdana, sans-serif;
	text-align: center;
	color: #404040;
	background-color: #ffffff;
	font-size: 75%;
}

h1 {
	color: #000000;
	font-size: 150%;
}

a {
	color: #196a29;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 19px;
}

li {
	line-height: 22px;
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat;
	background-position: 0px 6px;
}
		
#container {
	margin: 0 auto;
	width: 980px; 
	min-height: 100%;
	text-align: left;
	background-color: #ffffff;
	position: relative;
}

*html #container {
	height: 100%;
}

#header {
    padding-top: 3px;
    padding-bottom: 3px;
}

.redBar {
	height: 14px;
	background: url(images/bg-red-grad.jpg) repeat-x;
}

.greenBar {
	height: 14px;
	background: url(images/bg-green-grad.jpg) repeat-x;
}

#contactDetails {
	width: 330px;
	height: 185px;
	#height: 182px;
	padding: 0;
	margin: 0;
	margin-top: 17px;
	margin-bottom: 3px;
	padding-left: 15px;
	font-size: 120%;
}
	
#content {
	width: 600px;
	padding-top: 20px;
	padding-left: 20px;
}

#floatLeft {
    float: left;
    width: 345px;
    margin-right: 3px;
}

#floatRight {
    float: left;
    width: 630px;
}

#footer	{
	width: 970px;
	background: url(images/bg-footer.jpg) repeat-x;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	height: 55px;
}

#footer a {
    color: #ffffff;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#clearfooter {
	height: 67px;
	width: 100%;
	clear: both;
}

.introText {
	color: #6a6c70;
	font-weight: bold;
	font-size: 110%;
}
