/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
	background-color: #FFFFFF;
}

p {
	margin-top: 0px;
	text-align: left;
}

/* page areas */

#menu {
	margin-top: 20px;
	padding-left: 20px;
}

#strapline {
	width: 800px;
}

#flash {
	width: 800px;
}

#banner {
	width: 800px;
}	

#content {
	width: 800px;
	text-align: left;
	line-height: 20px;
}

#menucol {
	width: 138px;
	float: left;
}

#menucol ul {
	font-size: 11px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}

#menucol li {
	list-style-type:none;
}

#textcol {
	width: 662px;
	float: right;
	margin-bottom: 10px;
}

#space {
	width: 138px;
	float: left;
	clear: both;
}

#imgcol {
	width: 138px;
	float: left;
	font-size: 10px;
	line-height: 14px;
}

#imgcol img {
	margin-bottom: 10px;
}

#details {
	width: 524px;
	float: left;
	line-height: 18px;
}

#footer {
	width: 800px;
	border-top: 1px solid #AAAAAA;
	font-size: 10px;
	line-height: 16px;
	color: #AAAAAA;
	text-align: left;
	margin-bottom: 20px;
}

/* text color */

.turquoise {
	font-size: 13px;
	font-weight: bold;
	color: #21B1D4;
}

.green {
	font-size: 16px;
	font-weight: bold;
	color: #678B7F;
}

.medgreen {
	font-size: 13px;
	font-weight: bold;
	color: #678B7F;
}

.dkgrey {
	font-size: 14px;
	color: #333333;
}

.smallgreen {
	font-size: 12px;
	font-weight: bold;
	color: #678B7F;
	margin-bottom: 10px;
}


/* links */

p a {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.green a {
	color: #678B7F;
	font-weight: bold;
	text-decoration: underline;
}

p a:hover {
	color: #21B1D4;
	font-weight: bold;
	text-decoration: underline;
}

.green a:hover {
	color: #21B1D4;
	font-weight: bold;
	text-decoration: underline;
}

#menucol a {
	color: #666666;
}

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

#footer a {
	color: #678B7F;
}

#footer a:hover {
	text-decoration: underline;
}

/* other stuff */

img {
	border: 0px;
}
