* {
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.red {
	color: red;
}

p.msg_good, p.msg_bad, p.msg_neutral {
	padding: 12px;
	text-align: center;
	margin-bottom: 16px;
}

p.msg_good {
	border: 1px solid #00cc00;
	background-color: #b3f0b3;
}

p.msg_bad {
	border: 1px solid #ff0000;
	background-color: #ffb3b3;
}

p.msg_neutral {
	border: 1px solid #ff9900;
	background-color: #ffe1b3;
}


body {
	margin: 0;
	padding: 0 0 20px 0;
	background-color: #999;
	/* IE HACK */
	text-align: center;
}

#wrapper {
	/*  UNDO IE HACK */
	text-align: left;
	
	position: relative;
	margin: 0 auto 20px auto;
	background-color: #fff;
	width: 800px;
	padding: 0 4px 40px 4px;
}

.small {
	font-weight: normal;
	font-size: 10px;
}

.faded {
	color: #ccc;
}

p.pdf {
	padding: 2px 0 2px 22px;
	background: url('../assets/icon_pdf.gif') top left no-repeat #fff;
}

p.note {
	border-top: 1px solid #ccc;
	padding-top: 12px;
	margin-top: 60px;
	font-size: 11px;
}

p.intro {
	font-weight: bold;
}


#topbar {
	position: absolute;
	width: 800px;
	top: 110px;
	background-color: #996600;
	text-align: center;
	color: #fff;
	padding: 6px 0;
}

#topbar a {
	color: #ffff00;
	/*font-weight: bold;*/
}

.box {
	margin-left: 93px;
	width: 500px;
	padding: 20px 40px;
	background: url('../assets/bg_top.gif') top center no-repeat #fff;
}

.boxbottom {
	height: 20px;
	margin-bottom: 20px;
	background: url('../assets/bg_bottom.gif') bottom center no-repeat #fff;
}

table.chart {
margin: 0 auto;
}

table.chart td {
	font-size: 13px;
	padding: 3px 8px;
}

td.label {
	font-weight: bold;
}

img.inset {
	float: right;
	margin: 0 0 8px 12px;
}

select {
	font-size: 11px;
}

a {
	color: #658bca;
}

a img {
	border: 0;
}

#header {
	position: relative;
	height: 138px;
}

#logo {
	position: absolute;
	top: 18px;
	left: 30px;
}

#logo_cccyo {
	position: absolute;
	top: 12px;
	right: 20px;
}

#label_subsite {
	position: absolute;
	top: 40px;
	left: 180px;
}

#label_subsite a {
	font-weight: bold;
	color: #996600;
	text-decoration: none;
	font-size: 18px;
}



#topnav {
	margin: 0;
	padding: 6px 0 0 0;
	border-top: 1px solid #996600;
	position: absolute;
	top: 70px;
	left: 180px;
	list-style-type: none;	
}

#topnav li {
	display: inline;;
}

#topnav li a {
	font-size: 12px;
	padding: 0 20px 0 0;
	text-decoration: none;
	color: #999;
}

#topnav li a:hover {
	text-decoration: underline;
}

#topnav li.current a {
	font-weight: bold;
	color: #00c7e2;
}



#content {
	background-color: #fff;
}

#main {
padding: 12px 20px;
}

#content h1 {
	position: relative;
	color: #408000;
	height: 15px;
	padding: 8px 0 16px 20px;
/*	background: url('../assets/bg_h1.gif') top left no-repeat;*/
background-color: #c6d9b3;
border-bottom: 8px solid #408000;
	font-weight: normal;
	font-size: 18px;
	
}

#tools {
	display: inline;
	position: absolute;
	right: 20px;
	font-size: 12px;
}

#main h2 {
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 17px;
}

#main h3 {
	font-size: 15px;
	margin: 16px 0 6px 0;
	font-weight: normal;
}

#main p {
	margin-bottom: 8px;
}

#main ul {
	list-style-type: none;
}

ul#section_nav {
	list-style-type: none;
	margin-bottom: 20px;
	margin-left: 0;
}

#section_nav li {
	display: inline;
	padding: 0 12px 0 0;
}

#section_nav li a {
	color: #999;
}

#section_nav li.current a {
	color: #996600;
	font-weight: bold;
	text-decoration: none;
}

#related, #quicklinks {
	margin-top: 1px;
	list-style-type: none;
	padding: 18px 18px 24px 18px;
}

#related {
	background-color: #408000;
}

#related, #flashcontent {
	margin-bottom: 3px;
}

#quicklinks {
	border-bottom: 10px solid #408000;
	background-color: #c6d9b3;
}

#quicklinks a {
	color: #408000;
}

#related .quote {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}

#related .byline {
	font-size: 11px;
	text-align: right;
}

ul.bulleted {
	list-style-type: none;
}

ul.bulleted li {
	background: url('../assets/bullet_green.gif') 0 4px no-repeat;
	margin-bottom: 6px;
	padding-left: 16px;
}

#related li a {
	font-weight: bold;
}

#related * {
	color: #fff;
}

#related li.current {
	padding-top: 4px;
	padding-bottom: 6px;
	background-color: #fff;
	background-image: none;
}

#related li.current a {
	color: #408000;
}

#right h2 {
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 8px;
}

#right p {
	margin-bottom: 8px;
}

#map {
	border: 1px solid #ccc;
}


.warning { color: red; }

#footer, #footer a {
	font-size: 10px;
	color: #ccc;
}

#main fieldset {
	padding: 12px;
	margin-bottom: 12px;
	border: 2px solid #ccc;
	/*background-color: #e6e6e6;*/
}

#main fieldset legend {
	font-weight: normal;
	color: #000;
	font-size: 15px;
	padding: 0 12px;
}

#right fieldset {
	padding: 8px;
	margin-bottom: 12px;
	border: 1px solid #c6d9b3;
}

#right fieldset legend {
	font-size: 13px;
	padding: 0 6px;
}

#right h1 {
	
	font-size: 13px;
	
}

table#regs, table#fees {
	width: 100%;
}

table#regs th, table#fees th {
	font-weight: normal;
	color: #fff;
	background-color: #666;
	padding: 3px 2px 3px 6px;
}

table#regs td, table#fees td {
	padding: 6px;
	font-size: 11px;
	border-bottom: 1px solid #666;
}

table#regs td input, table#fees td input {
	margin: 2px 0;
}

table#regs td.money {
	text-align: right;
}

input#pay {
	float: right;
	margin: 12px 0;
}

table#regs ul {
	list-style-type: none;
}

table#regs li {
	margin-bottom: 1px;
	background-color: #ccc;
	padding: 2px;
	font-size: 10px;
}

table#regs .radio {
	position: relative;
	top: 3px;
	margin-right: 4px;
}

.red {
	color: red;
}

.yellow {
	color: yellow;
}

.green {
	color: green;
}

#siteSeal {
	margin-left: 20px;
}