/* CSS Document */
BODY {
	background-color:#FFFFFF; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0;
	margin-top: 10px;
	color: #03056B;
	}
.border{
	border: 1px solid #999;
}

#container {
	border:solid 1px #666;
	position:relative;
	width:770px;
	margin: 0 auto;
	background:#FFFFD7; 
}

#header{
	width:750px;
	height:120px;
	background-color:#FFFFD7;
	padding:10px;
}
		
.clear{clear:both;}

#content {
	background-color:#FFFFD7; 
	width:750px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}

#contact-box{
	background-color:#FFF; 
	border:solid 1px #666;
	width:360px;
	margin-left:186px;
	padding-left:10px;
	padding-top:10px;
}

#menu {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 25px;
	width: 770px;
	line-height: 18pt;
	text-align:center;
	display: block;
	background-image:url('../graphics/menubar.gif');
}

a.menu:link	{
	cursor: hand;
	color:#006;
	text-decoration: none;
}

a.menu:visited {
	color:#006;
	text-decoration: none;
}

a.menu:active {
	cursor: hand;
	color:#006;
	text-decoration: none;
}

a.menu:hover {
	cursor: hand;
	color:#C30;
	text-decoration: none;
}

a:link {
	font-size: 11px;
	font-weight: bold;
	color:#009;
	text-decoration: none;
	
}
a:visited {
	font-size: 11px;	
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	color:#C30;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	font-size: 11px;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
}

/*form*/

input {
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	font-size: 11px;
	color: #003399;
}

select {
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	color: #003399;
}

.field {
	border: none;
	color: #3366cc;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

textarea {
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	color: #003399;
}


.tablehead {
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #005FAA;
	background-color: #EBEBEB;
	vertical-align: middle;
}
	
.tableheadred {
	font-size: 14px;
	font-weight: bold;
	color: #C00000;
	background-color: #C1E4FF;
}	

.eventheader {
	color:#FFF;
	font-weight:bold;
}
	


