

/* OLD STYLESHEET NO LONGER USED */

/* BASIC STYLES */

body {
margin:0;
font-size:0.625em;
font-family:tahoma,verdana,helvetica,arial,sans-serif;
}

p {
font-size:1.3em;
line-height:120%;
margin-top:0;
}

li {
font-size:1.3em;
}

h1 {
font-size:1.9em;
}

h2 {
font-size:1.6em;
}

h3 {
font-size:1.3em;
line-height:120%;
margin-bottom:0;
}

a:link, a:visited, a:active {
color:#00a9a7;
}
a:hover {
color:#00817b;
text-decoration:none;
}

img.imageleft {
float:left;
margin:0 10px 10px 0;
}
img.imageright {
float:right;
margin:0 0 10px 10px;
}

div.imagecaptionright {
float:right;
width:220px;
margin:0 0 10px 10px;
text-align:center;
}
div.imagecaptionleft {
float:left;
width:220px;
margin:0 10px 10px 0;
text-align:center;
}
div.imagecaptionright p, div.imagecaptionleft p {
font-size:1.1em;
margin:0 0 0.3em 0;
color:#666666;
}

/* LAYOUT STYLES */

/* Overall page container */
#container {
width:760px;
margin:0 auto;
}

/* Header elements start here */
#logocontainer {
width:760px;
}

#buttoncontainer {
width:760px;
height:22px;
background-color:#c1d72e;
}
div.buttondiv {
float:left;
}

#headercontainer {
clear:both;
width:760px;
height:94px;
border-top:2px solid #ffffff;
border-bottom:2px solid #ffffff;
}
#headerleft {
float:left;
width:560px;
}
#headerright {
float:left;
width:200px;
}

/* Body elements start here */
#bodycontainer {
clear:both;
width:760px;
}

#body {
float:left;
width:540px;
padding:20px 20px 0 0;
}

#margin {
float:left;
width:200px;
}
	#margin ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	#margin li {
	border-bottom:2px solid #ffffff;
	font-size:1.6em;
	}
	#margin ul.toplinks a {
	display:block;
	padding:1em 0;
	text-align:center;
	color:#ffffff;
	background-color:#00a9a7;
	text-decoration:none;
	}
	#margin ul.toplinks a:hover {
	background-color:#00817b;
	}
	#margin ul.bottomlinks a {
	display:block;
	padding:1em 0;
	text-align:center;
	color:#ffffff;
	background-color:#c1d72e;
	text-decoration:none;
	}
	#margin ul.bottomlinks a:hover {
	background-color:#8da121;
	}

/* Footer elements start here */
#footer {
clear:both;
width:760px;
padding:10px 0;
margin:30px 0 0 0;
border-top:1px solid #000000;
}
	#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	#footer li {
	display:inline;
	margin:2px 0;
	font-size:1.1em;
	width:100%;
	}
	#footer a {
	padding:0.2em 0.5em;
	color:#00a9a7;
	font-weight:bold;
	text-decoration:none;
	border-left:1px solid #00a9a7;
	}
	#footer a.toplink {
	border-left:none;
	}
	#footer a:hover {
	color:#00817b;
	}

/* That's all */