a:link
{
	color: #5a71b5;
	text-decoration: none;
}

a:visited
{
	color: #5a71b5;
	text-decoration: none;
}

a:hover
{
	color: #FF6F00;
	text-decoration: none;
}

a:active
{
	color: #5a71b5;
	text-decoration: none;
} 

body
{
	background-color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif, Georgia;
}

img
{
	border: 0px;
}

img.alignLeft
{
	float:left; 
	margin-right: 3pt;
}

#header
{
	position: relative;
	width: 760px;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	border-color: #5970B2;
	border-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	
}

#menu
{
	position: relative;
	width: 760px;
	height: auto;
	left: 0px;
	top: -1px;
	z-index: 1;
}

#content
{
	position: relative;
	width: 760px;
	height: auto;
	top: -9px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	z-index: 1;
	border-color: #5970B2;
	border-width: medium;
	border-right-style: solid;
	border-left-style: solid;
}

#bottom
{
	position: relative;
	width: 760px;
	height: auto;
	top: -9px;
	margin-left: auto;
	margin-right: auto;
	background-color: #B9C7F3;
	border-color: #5970B2;
	border-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
}

#text
{
	position: relative;
	width: auto;
	height: auto;
	padding-left: 15px;
	padding-right:15px;
	padding-bottom: 0px;
	padding-top: 0px;
	z-index: 0;
}

#bottomtext
{
	position: relative;
	width: auto;
	height: auto;
	padding-left: 15px;
	padding-right:15px;
	padding-bottom: 1px;
	padding-top: 1px;
}

#sponsors
{
	vertical-align: top;
	padding-top: 10px;
}

p
{
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
}

p.smalltext
{
	font-size: 8pt;
}

p.finaltext
{
	text-align: center;
}

p.indented
{
	padding-left: 30pt;
}

p.center
{
	text-align: center;
}

#sddm
{	
	margin: 0;
	padding: 0;
	z-index: 1;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}

#sddm li a
{	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 70px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{	
	background: #49A3FF;
}

#sddm div
{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
	z-index: 4;
}

#sddm div a
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial
}

#sddm div a:hover
{	
	background: #49A3FF;
	color: #FFF;
}

span.bold
{
	font-weight: bold;
	font-size: 9pt;
}

span.smallGray
{
	color: #ADADAD;
	font-size: 8pt;
}

span.italic
{
	font-style: italic;
}

li
{
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
}

h4
{
	font-size: 10pt;
}

table.full
{
	width: 100%;
	border-collapse: collapse; 
}

td
{
	vertical-align: top;
}

td.line
{
	font-size: 10pt;
	padding-top: 1pt;
	padding-bottom: 2pt;
}

td.lineBottom
{
	font-size: 10pt;
	border-top: solid thin black;
	border-bottom: solid thin black;
	padding-top: 1pt;
	padding-bottom: 2pt;
}

td.lineTitled
{
	font-size: 10pt;
	border-top: solid thin black;
	padding-top: 1pt;
	padding-bottom: 2pt;
	background-color: #BBBBBB;
}

.hidden
{
	display: none;
}