body, html {
	background: #e6edff url(../images/tile.gif);
	margin: 0px;
}

h1 {
	border: 0;
	padding: 0;
	margin: 0;
}

#section h2 {
	border-bottom: 1px solid #73767f;
}

h2.registration_info {
	font-size: 120%;
	font-weight: normal;
}

#section h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
	text-decoration: none;
}

a:link, a:visited {
	color: #2e2f33;
	text-decoration: underline;
}

a:hover, a:active {
	color: #2e2f33;
	background-color: #fffd7e;
	text-decoration: underline;
}

a.imagelink:link, a.imagelink:visited, #sponsor_logos a:link, #sponsor_logos a:visited {
	color: #e6edff;
}

a.imagelink:hover, a.imagelink:active, #sponsor_logos a:hover, #sponsor_logos a:active {
	background-color: #e6edff;
}

select {
	font-size: 90%;
}

div {
	font-family: Georgia, Times, Serif;
	font-size: 70%;
	line-height: 1.6em;
	color: #2e2f33;
	text-decoration: none;
}

em {
	font-style: italic;
}

table {
	background: #e6edff;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0px;
}

table#details {
	margin: 30px;
}

tr.header {
	font-weight: bold;
}

table.admin td {
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 9px;
}

table.form td {
	padding: 8px;
	padding-bottom: 9px;
}

table.details td {
	padding: 5px;
	width: 439px;
}

table.details td.key {
	padding-right: 30px;
	font-weight: bold;
	width: 200px;
}

table.form tr, table.admin tr, table.details tr {
	background: #e6edff url(../images/tile.gif) repeat-x bottom;
}

table.form tr.lastrow, table.admin tr.lastrow, table.details tr.lastrow {
	background: #e6edff;
}

ul {
	list-style: square;
	margin-left: 1em;
	padding-left: 1em;
}

td {
	vertical-align: top;
}

td.confirmation_key {
	font-style: italic;
	padding-right: 20px;
}

td.field_name, td.block_name {
	width: 136px;
}

td.field_name {
	vertical-align: middle;
}

hr {
	display: none;
}

.highlight {
	background-color: #fffd7e;
}

input.highlight {
	font-weight: bold;
	font-size: 120%;
	background-color: #f6f6f6;
}

div.rule {
	margin-top: 16px;
	margin-bottom: 16px;
	height: 5px;
	background: #e6edff url(../images/rule_tile.gif);
}

div.bottomrule {
	
}

#container {
	width: 770px;
}

#nav, #content {
	padding: 20px;
}

#nav {
	padding-right: 10px;
}

#nav {
	font-size: 115%;
	font-style: italic;
}

#nav ul {
	list-style: none;
	margin-top: .25em;
	margin-left: 0;
	padding-left: 0;
}

#nav ul li {
	padding-left: 18px;
	background: #e6edff url(../images/bullet.gif) no-repeat;
	background-position: 0px 0px;
}

#nav ul a:link, #nav ul a:visited {
	color: #2e2f33;
	text-decoration: none;
}

#nav ul a:hover, #nav ul a:active, #nav #selected {
	color: #333319;
	background-color: #fffd7e;
	text-decoration: none;
}

#nav #selected {
	
}

#content {
	background: #e6edff url(../images/gear.gif) no-repeat top right;
}

#header_organized {
	margin-top: 65px;
}

#section {
	margin-left: 30px;
}

.pad_header {
	padding-bottom: 2px;
}

#print_button {
	float: right;
	margin: 0;
	padding: 0;
}

#content p {
	width: 410px;
	text-align: justify;
}

#sponsor_logos {
	float: right;
	text-align: right;
	margin-bottom: 30px;
}

ul.nostyle, #sponsor_logos ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sponsor_logos ul {
	width: 100%;
}

#sponsor_logos ul li {
	display: inline;
}

.callout {
	padding: 10px;
	font-size: 110%;
	border: 1px dotted #73767f;
	background-color: #f2f6ff;
}

.servermsg, .serverwarning {
	font-weight: bold;
	background-color: #ffffff;
}

.serverwarning {
	font-size: 90%;
	
}

.required {
	font-weight: bold;
}

.processing {
	font-size: 110%;
	font-style: italic;
}

.minibutton {
	font-size: 10px;
}


