
body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

a, p, h1, h2, h3, ul, li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	font-size: 1em;
	font-weight: normal;
}

a {
	color: #000;
	text-decoration: underline;
}

h1 {
}

#container {
	width:778px;
	margin: 0px auto;
}

#content {
	float: right;
	width: 558px;
}

#main {
	float: left;
	width: 558px;
}

#pageHeading {
	float: left;
	width: 558px;
	background: url(../../images/headerBottom.gif) top left no-repeat #6c6c6c;
	text-align: center;
}

#pageHeading p {
	margin: 0px;
	padding: 30px 5px 10px 5px;
	color: #fff;
	font-size: 1.2em;
}

#pageContent {
	float: left;
	width: 498px;
	background: #669966;
	color: #fff;
	padding: 10px 30px;
}

#pageContent h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

#pageContent p {
	margin: 0px 0px 10px 0px;
}

#pageContent ul {
	padding: 0px 0px 0px 15px;
}

#pageContent li {
	list-style: outside;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

#footerNav {
	float: left;
	width: 558px;
	background: url(../../images/footer.gif) top left repeat-x;
	padding: 13px 0px;
}

#footerNav ul {
	float: left;
	width: 498px;
	padding: 0px 0px 0px 60px;
}

#footerNav li {
	float: left;
	background: url(../../images/arrow.gif) right 7px no-repeat;
	padding: 0px 12px 0px 0px;
	margin: 0px 10px 0px 0px;
	display: inline;
}

#footerNav a {
	float: left;
	color: #fff;
}

#footerNav a:hover {
	text-decoration: underline;
}

#leftColumn {
	float: left;
	width: 220px;
}

#logo {
	float: left;
	width: 220px;
}

#navColumn {
	float: left;
	width: 220px;
}

#nav {
	float: left;
	width: 220px;
	background: url(../../images/navBack.gif) top left repeat-x;
	text-align: right;
	font-size: 0.7em;
	padding: 30px 0px 15px 0px;
}

#nav ul {
	float: left;
	width: 160px;
	padding: 0px 30px;
}

#nav li {
	float: left;
	width: 160px;
	border-bottom: 1px solid #efefef;
}

#nav a {
	float: left;
	width: 140px;
	padding: 6px 20px 6px 0px;
	background: url(../../images/nav.gif) right 5px no-repeat;
	color: #000;
	text-decoration: none;
}

#nav a:hover {
	float: left;
	width: 140px;
	padding: 6px 20px 6px 0px;
	background: url(../../images/navMO.gif) right 5px no-repeat;
	color: #f56713;
}

#latestNews {
	float: left;
	width: 220px;
	background: url(../../images/newsBack.gif) left 50px repeat-x;
}

#latestNews p {
		margin: 10px 20px;
		font-size: 1.2em;
}

#latestNews span {
		color: #ed1c24;
}

#contactBox {
	float: left;
	width: 200px;
	padding: 20px 0px 0px 20px;
	font-size: 0.75em;
	color: #818181;
}

#contactBox a {
	color: #000;
}

#contactBox a:hover {
	color: #000;
	text-decoration: underline;
}

#footer {
	float: left;
	width: 558px;
}

#footer p{
	text-align: center;
	color: #818181;
	padding: 10px 0px 0px 0px;
	font-size: 0.85em;
}

#contactForm {
	float: left;
	width: 400px;
	padding: 0px 0px 15px 0px;
}

#contactForm .row {
	float: left;
	width: 400px;
	margin: 0px 0px 8px 0px;
}

#contactForm .name {
	float: left;
	width: 100px;
	padding: 3px 0px 0px 0px;
	text-align: right;
}

#contactForm .input {
	float: right;
	width: 290px;
}

#contactForm .submit {
	float: right;
	width: 290px;
}

#contactForm .input input {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 1px 2px 2px 2px;
}

#contactForm textarea {
	float: left;
	width: 290px;
	height: 150px;
}

ul.green-bullets {
	margin: 20px 0px 10px 30px;
}

ul.green-bullets li {
	background:url(../../images/bullet.gif) 0px 4px no-repeat;
	padding: 0px 20px 5px 15px;
	font-weight: bold;
}

.red {
	font-weight: bold;
	font-size: 1.2em;
	color: #e3092f;
	padding: 0px 10px 10px 30px;
}