﻿@charset utf-8;

/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color:#fff0c7;
	margin:10px auto 20px auto;
	line-height:125%;
}

p, h1, h2, h3, h4, h5 {
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5 {
	line-height: 125%;
	color: #063;
}

#col1 ul {
	padding-left: 25px;	
}
#col1 li {
	list-style-type: square;	
	margin:0 0 5px 0;
}

#container {
	width:960px;
	margin:20px auto;
}

#header {
	background-image:url(/images/masthead8.jpg);
	background-repeat:no-repeat;
/*
	border-bottom: 1px solid #063;
	*/
}

#menu {
}

#colmask {
/*
	border-top: 1px solid #063;
	border-bottom: 1px solid #063;
	*/
	background-color: #eceece;
}

#colright {
	background-color: #eceece;
}

#col1 {
	padding:15px;
	background-color: #fff;
}

#col1 h1 {
	font-size:150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#col1 h2{
	font-size: 120%;
	text-align: center;
}


#col1 h3 {
	font-size: 100%;
}

#col2 {
}

#col2 h2,#col3 h2 {
	font-size:130%;
}

#col2 ul,#col3 ul {
	margin-top:15px;
}

#col1 p {
	margin: 0 0 15px 0;
}

#col2,#col3 {
		background-color: #eceece;
		padding: 0 10px 20px 10px;
}

#col2 ul,#col3 ul {
	margin-top:10px;
}

#col2 ul li,#col3 ul li {
	list-style-type: circle;
	padding-left:0;
	margin: 5px 10px 0 20px;
}

#col2 ul li {
	list-style-type:none;
	padding-left:0;
	margin:0;
}

#col2 ul li:hover {

}


#col2 ul li a {
	display:block;
	width:160px;
	padding:4px;
	text-decoration:none;
	color:#063;
	border: 0px solid #063;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#col2 ul li a:hover {
	color:#fff;
	background-color:#063;
	text-decoration:none;
}

#footer {
	text-align:left;
	padding:5px 20px;
	margin:1px 0 20px 0;
	background-color:#063;
	color:#fff;
	width:920px;
	font-size:90%;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}


.leftnav {
	/* -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}


ul {
	margin-bottom: 20px;
}

table.contact {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border-radius: 10px;
	margin-bottom: 20px;
}

table.contact td {
	background-color: #DCED9F;
	color: #000;
	padding: 4px 4px 4px 6px;
	text-align: left;
	border: 1px #fff solid;
}

table.contact td.hed {
	background-color: #063;
	color: #fff;
	padding: 4px 4px 4px 6px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
} 

.topleftcorner {
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	border-radius-topleft: 10px;
}

.toprightcorner {
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	-khtml-border-radius-topright: 10px;
	border-radius-topright: 10px;
}

.bottomrightcorner {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-radius-bottomright: 10px;
}

.bottomleftcorner {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-radius-bottomleft: 10px;
}

#col1 ol {
	list-style: lower-alpha;
}

#col1 ol li {
	list-style-type: lower-alpha;
	margin-bottom: 5px;
}

 
dl {
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
}

dt {
	font-weight: bold;
	margin: 0 0 5px 0;
}

dd {
	margin:0;
}

dd p {
	margin: 0px;
	padding: 0;
}

.top {
	float: right;
	font-size: 90%;
}

strong {
	color: #063;
}


ul.inlinetext li {
	margin-bottom: 10px;
}


.referee {
	float: right;
	margin: 0 15px 0 15px;
}

img {	height: 60%;
	width: 60%;
}

dl.sponsors {
	margin: 0;
	padding: 0;

	background-color: #ccc;
}

dl.sponsors dt {
	float: left;
	width: 260px;
	margin: 20px 0 20px 0;
}

dl.sponsors dd {
	float: left;	
}

dl.sponsors ul {
	display: inline;
	padding: 0;
	margin: 0;
}

dl.sponsors ul li {
	list-style-type: none;
	display: inline;
}

