
<!--
/* Site Structure */

#container {
	margin: 0px auto;
	width: 880px;
}
#header {
	height: 80px;
	display: block;
	padding: 0 5px 0 10px;
	background: transparent url("images/header_bk.png") no-repeat top right;
}
#logo {
	float: left;
	width: 260px;
	padding: 0;
	margin: 0;
}
#main {
	background: #FFF;
	padding: 0;
	border-left: 1px #E8F1D4 solid;
	border-right: 1px #E8F1D4 solid;
	border-bottom: 1px #E8F1D4 solid;
}
#right {
	float: left;
	width: 660px;
	padding: 15px 0 15px 15px;
	/*border-left: 1px #E8F1D4 solid;*/
	font-size: 85%;
}
#left {
	float: left;
	width: 140px;
	margin: 0;
	padding: 0;
}

#footer {
	margin: 0;
	text-align: center;
	font-size: 85%;
}
.copyright {
	font-size: 75%;
	color: #999;
}
.clear {
	clear: both;
}
.workshop {
	padding: 10px;
	border: 1px #DDD solid;
	margin-bottom: 5px;
}
.callout {
	padding: 10px;
	border: 1px #E8F1D4 solid;
	background: #FCFFF0;
}

/* HTML stuff */

body {
	background: #FCFFF0 url("images/bk.png") repeat-x top;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 84%;
	line-height: 1.2em;
}

h1 {
	border-bottom: #CCC 1px solid;
	font-size: 120%;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #C76114;
}
h2 {
	font-size: 100%;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #C76114;
}

p {
	margin-top: 0px;
}

a {
	color: #C76114;
}
a:hover {
	color: #C77826;
}
a:active {
	color: #C77826;
}
hr {
	border-top: #E8F1D4 1px solid;
	margin: 10px 0 10px 0;
}
/* Navigation */


/* the navigation for the header */

#header_nav {
	float: right;
	text-align: right;
	width: 560px;
	padding: 0;
	margin: 5px 5px 0 0;
	font-size: 80%;
}
#header_nav ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header_nav li {
	display: inline;
}
#header_nav a {
	text-decoration: none;
	padding: 0px 8px;
}
a.header_nav-first {
	border-right: #E8F1D4 1px solid;
}
a.header_nav-first:hover {	
}
a.header_nav-middle {
	border-right: #E8F1D4 1px solid;
}
a.header_nav-middle:hover {
}
a.header_nav-last {
	border-right: 0px;
}
a.header_nav-last:hover {	
}

/* the main navigation */

#main_nav {
	margin: 0;
	background: #50729F;
	border-bottom: #FFF 1px solid;
	height: 26px;
}
#main_nav ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main_nav li {
	display: inline;
}
#main_nav a {
	float: left;
	text-decoration: none;
	padding: 4px 15px 6px 12px;
	font-size: 12px;
}
a.main_nav-first {
	border-right: #A2B5CD 1px solid;
	background: #50729F;
	color: #fff;
}
a.main_nav-first:hover {
	background: #A2B5CD;
	color: #26466D;
}
a.main_nav-first_active {
	background: #A2B5CD;
	color: #26466D;
}
a.main_nav-middle {
	border-right: #A2B5CD 1px solid;
	background: #50729F;
	color: #fff;
}
a.main_nav-middle:hover {
	background: #A2B5CD;
	color: #26466D;
}
a.main_nav-middle_active {
	background: #A2B5CD;
	color: #26466D;
}
a.main_nav-last {
	border-right: 0px;
	background: #50729F;
	color: #fff;
}
a.main_nav-last:hover {
	background: #A2B5CD;
	color: #26466D;
}
a.main_nav-last_active {
	background: #A2B5CD;
	color: #26466D;
}

/* the left hand navigation */
#left_nav {
	font-size: 80%;
}
#left_nav ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#left_nav li {
	background: transparent url("images/left_li.gif") no-repeat left 5px;
	list-style: none;
}
#left_nav a {
	display: block;
	color: #FFF;
	border-bottom: #687C97 1px solid;
	width: inherit;
	height: 1%; /* <-- ie6 hack */
	text-decoration: none;
}
a.left_nav-first {
	background-color: #26466D;
	padding: 5px 12px 3px 12px;
}
a.left_nav-first:hover {
	background-color: #506987;
}
a.left_nav-middle {
	background-color: #26466D;
	padding: 3px 12px
}
a.left_nav-middle:hover {
	background-color: #506987;
}
a.left_nav-last {
	background-color: #26466D;
	padding: 3px 12px 5px 12px;
}
a.left_nav-last:hover {
	background-color: #506987;
}

/* the footer navigation */

#footer_nav {
	text-align: center;
	padding: 5px;
	font-size: 90%;
}
#footer_nav ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer_nav li {
	display: inline;
}
#footer_nav a {
	text-decoration: none;
	padding: 0px 8px;
}
a.footer_nav-first {
	border-right: #E8F1D4 1px solid;
}
a.footer_nav-first:hover {

}
a.footer_nav-middle {
	border-right: #E8F1D4 1px solid;
}
a.footer_nav-middle:hover {
}
a.footer_nav-last {
	border-right: 0px;
}
a.footer_nav-last:hover {
	border-right: 0px;
}

/* End Navigation */

#grid {
	border-top: #EAEAEA 1px solid;
	border-right: #EAEAEA 1px solid;
}
#grid td {
	border-bottom: #EAEAEA 1px solid;
	border-left: #EAEAEA 1px solid;
	padding: 2px;
}
#grid tr.odd {
	background-color: #FAFAFA;
}
#grid tr.even {
	background-color: #FFF;
}

.formWhite {
	padding: 4px;
}
.formWhite input, .formWhite textarea, .formWhite select {
	border: 1px solid #CCC;
	background-color: #FAFAFA;
	padding: 2px;
}
.formWhite input.requiredField, .formWhite textarea.requiredField, .formWhite select.requiredField {
	border: 1px solid #CC3333;
	background-color:#FFE3E3;
	padding: 2px;
	margin: 2px;
}
.formWhite h1 {
	font-size:larger;
	text-align: center;
	font-weight: bold;
	color: #000;
	background: #BABABA;
	padding: 10px;
	margin: 5px 0px 5px 0px;
}
.formWhite h2 {
	font-size: medium;
	text-align: left;
	font-weight: bold;
	color: #333;
	background: #DDD;
	border-bottom: 1px #999 solid;
	padding: 10px 0px 5px 5px;
}
.formWhite td {
	padding: 5px 5px 0 0;/*white-space: nowrap;*/
}

#thirds_l {
	float: left;
	width: 200px;
}
#thirds_m {
	float: left;
	width: 200px;
	margin: 0 10px 0 10px;
}
#thirds_r {
	float: left;
	width: 200px;
}
-->

