body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CFCFD0;
	margin: 6px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/* Containers */
#container {
	width: 760px;
	margin: 0px auto;
	float: none;
	clear: both;
}
#copycontainer {
	width: 760px;
	float: left;
	clear: both;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/* Header */
#header {
	width: 760px;
	height: 116px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
}
#header .logo {
	margin: 65px 0px 0px 16px;
	border: none;
}
#header .purple {
	margin: 0px;
	border: none;
	padding: 69px 0px 0px;
	float: right;
}

/* Navigation */
#navigation {
	width: 760px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
}
#navigation ul {
	width: 760px;
	height: 26px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation li{
	display: block;
	float: left;
	font-size: 0.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 0.8em;
}
#navigation li a{
	list-style: none;
	margin: 0px;
	padding: 8px 11px 7px;
	display: block;
	background-image: url(../images/nav-off.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover{
	list-style: none;
	margin: 0px;
	padding: 8px 11px 7px;
	display: block;
	background-image: url(../images/nav-over.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li .on{
	list-style: none;
	margin: 0px;
	padding: 8px 11px 7px;
	display: block;
	background-image: url(../images/nav-on.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
	text-decoration: none;
}
/* Left */
#left {
	width: 510px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#left h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A6A8A9;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0px;
	padding-left: 40px;
}
#left h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1em;
	line-height: 1.6em;
	margin: 0px;
	padding-left: 40px;
}
#left p {
	font-size: 0.9em;
	color: #333333;
	line-height: 1.5em;
	margin: 0px 0px 1.8em;
	padding-right: 40px;
	padding-left: 40px;
}
#left ul {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0px 40px 1.8em;
}
#left li {
	margin: 0px 0px 1.8em;
}
#left a {
	color:#666666;
	text-decoration: underline;
}
#left a:hover {
	color:#666666;
	text-decoration: none;
}
/* Right */
#right {
	width: 250px;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 1%;
}
#right img{
	border: none;
}
/* Footer */
#footer {
	width: 760px;
	float: none;
	margin: 0px;
	padding: 30px 0px 0px;
	background-image: url(../images/copybottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 60px;
	clear: both;
}
#footer p {
	font-size: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}
#footer img{
	border: none;
}
/* Class Styles */
.floatleft {
	float: left;
	margin-right: 20px;
}
#left .small {
	font-size: 0.7em;
}
