body {
	font: 11px "Geneva CY", Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url(../images/top.gif) top left repeat-x;
}
a, a:link, a:active, a:visited {
	color: #60bb46;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 926px;
	margin: 20px auto 0 auto;
}

/* Links to right of logo */
#header .left {
	width: 18%;
}
#header .right {
	margin-top: 20px;
	width: 82%;
}
#header .right a, #header .right a:link, #header .right a:active, #header .right a:visited {
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 8px;
	font-size: 12px;
}
#header .right a:hover {
	text-decoration: underline;
}

/* Navigation */
#navigation {
	background: #fff url(../images/navigation_bg.gif) top left no-repeat;
	height: 26px;
	margin-bottom: 3px;
	line-height: 16px;
}
#navigation ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
#navigation li {
	margin-top: 3px;
	border-right: 1px solid #fff;
	float: left;
}
#navigation li.last {
	border: none;
}
#navigation li a, #navigation li a:link, #navigation li a:active, #navigation li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 20px;
	font-size: 12px;
}

/* Main page content */
#content {
	background: #fff url(../images/bg_middle.gif) top left repeat-y;
}
/* Top background */
#content .top {
	background: #fff url(../images/bg_top.gif) top left no-repeat;
	height: 10px;
	line-height: 10px;
	font-size: 8px;
}
/* Middle content, main page layout */
#content .middle {
	padding: 0 10px;
}
/* Bottom background */
#content .bottom {
	background: #fff url(../images/bg_bottom.gif) top left no-repeat;
	height: 15px;
}

/* Main Page Content */
#content ul.sizeten, #content ol.sizeten {
	margin: 0 0 0 15px;
	padding: 0;
}
#content ul.sizeten li, #content ol.sizeten li {
	font-size: 10px;
}

/* Left hand box */
.box {
	background: #eef0d9 url(../images/box_top.gif) top left no-repeat;
	border-bottom: 1px solid #e0dddd;
	width: 401px;
}
.bigbox {
	margin: 15px 0 0 0;
	background: #eef0d9 url(../images/box_top_big.gif) top left no-repeat;
	border-bottom: 1px solid #e0dddd;
	width: 462px;
}
.column {
	padding: 20px 1%;
	width: 31%;
}
.bigbox a, .bigbox a:link, .bigbox a:active, .bigbox a:visited {
	color: #939598;
}
.smallbox {
	margin: 15px 0 0 0;
	padding: 0 4px;
	background: #eef0d9 url(../images/box_top_small.gif) top left no-repeat;
	border-bottom: 1px solid #e0dddd;
	width: 171px;
}

/* Footer */
#footer {
	color: #adacac;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #adacac;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* Misc Styles */
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.clear {
	clear: both;
}
.small {
	font-size: 10px;
}
hr {
	color: #b2b0b0;
	background-color: #b2b0b0; 
	border: 0; 
	height: 1px;
	width: 99%;
}
hr.dotted {
	background-color: transparent; 
	border: 1px dotted #000; 
	border-style: none none dotted;
	margin: 10px 0;
}
th {
	text-align: left;
}
#summary td {
	text-align: right;
}

/* Header Styles */
h1 {
	font-size: 18px;
}
h1.center {
	text-align: center;
}
h2 {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	padding: 5px 0 0 5px;
	margin: 1px 0;
}
h3 {
	color: #60bb46;
	font-weight: normal;
	margin: 4px 0;
	padding: 0
}
h4 {
	margin: 0px 0 8px 0;
	padding: 0;
	font-size: 10px;
}
h6 {
	color: #939598;
	font-weight: normal;
	font-size: 12px;
	margin: 10px 0;
	padding: 0;
}

/*  
    Additions for form validation
    JTP - Nov 21 2008
*/

form div.error
{
    display: none;
    padding: 5px 0;
    color: Red;
}

form label.error 
{
	margin-left: 10px;
	width: auto;
	display: inline;
    color: Red;
}