@charset "utf-8";
body  {
	background-color: #006699;
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrapper { 
	background: #FFFFFF;
	width: 760px; 
	margin: 0 auto; 
	text-align: left; 
	border-left-color:#66CCFF;
	border-left-style:outset;
	border-left-width:medium;
	border-right-color:#999999;
	border-right-width:thin;
	border-right-style:outset;
	border-top-color:#66CCFF;
	border-top-style:outset;
	border-top-width:thin;
	border-bottom-color:#999999;
	border-bottom-width:medium;
	border-bottom-style:outset;
	
}
#header {
	margin-top: 12px;
}
#logo {
	height: 195px;
	background-image:url(../graphics/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#nav {
	height: 145px;
	padding: 8px 5px 0 0;
	text-align:right;
}

#court {
	height: 35px;
	padding: 10px 15px 0 0;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#leftColumn {
	float: left;
	width: 110px;
	text-align: right;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#rightColumn {
	float: right;
	width: 625px;
	padding: 0 10px 0 0;
	text-align: justify;
}
#footer {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: center;
}
hr {
	color:#3399cc;
	}

h1 {
	font: Cooper Black, Georgia, Times New Roman, Times, serif;
	font-size:24px;
	color: #343434;

	}

h2, h3, p {
	font:Verdana, Arial, Helvetica, sans-serif;
	}
h2 {
	font-size: 16px;
	color: #666666;

}

h3 {
	font-size:14px;
	text-decoration:none;
	}
p, ul {
	font-size:12px;
	}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration: underline;
	color: #3399cc;
}
a:active {
	text-decoration: none;
}


.warning {
    font-weight: bold;
    color: #f00;
	font-size:12px;
}
.formLabel {
	text-align: right;
	color:#666666;
	font-weight:bold;
	vertical-align: top;
}


