/* GLOBAL STYLEZ */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	background-color: #999;
	color: #000000;
	text-align: center;
}

a {
	color: #906;
	text-decoration: none;
}

a.small {
	font-size: 10px;
	color: #906;
	text-decoration: none;
}

.pagetitle {
	font-size: 14px;
	font-weight: bold;
}

/* HEADER LAY STYLEZ */

table.header {
	width: 800px;
	height: 140px;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}

td.header {
	vertical-align: top;
	height: 88px;
	background: #990066 url('/images/layout/headerbg.gif') repeat-x 0px 40px;
	padding-left: 10px;
	padding-top: 5px;
}

/* MAIN LAY STYLEZ */

table.main {
	width: 800px;
	height: 100%;
	border-right: 1px #000 solid;
	border-left: 1px #000 solid;
	background: #FFF;
}

td.mainmenu {
	width: 170px;
	background: #FFF;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

td.maincontext {
	vertical-align: top;
	padding: 0px;
	width: 730px;
}

table.mainframe {
	width: 100%;
	height: 100%;
}

td.mainframe {
	vertical-align: top;
	font-size: 12px;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 100px;
}

.newsfield {
	border-bottom: 1px #000 solid;
	font-weight:bold;
	font-size:14px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.newsbox{
	font-size: 11px;
	margin-bottom: 5px;
	border-bottom: 1px #CCC solid;
	padding-bottom: 5px;
}

.date {
	font-size: 11px;
	color: #666;
}

.printbox {
	position: absolute;
	top: 102px;
	text-align: right;
	width: 600px;
}

/* MENU STYLEZ */

.menubox {
	height: 25px;
	text-indent: 12px;
}

a.menulink {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	display: block;
	height: 24px;
	padding-top: 5px;
	text-decoration: none;
	margin-top:5px;
	background-color: #FFF;
}

a.menulink:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	display: block;
	height: 24px;
	padding-top: 5px;
	text-decoration: none;
	margin-top:5px;
	background-color: #CC6;
}

a.submenulink {
	display:block;
	font-size: 11px;
	color: #000;
	height: 18px;
	padding-top: 3px;
	margin-top: 5px;
	display: block;
	text-decoration: none;
	text-indent: 20px;
}

a.submenulink:hover {
	display:block;
	font-size: 11px;
	color: #000;
	margin-top: 5px;
	display: block;
	text-decoration: none;
	background-color: #CC6;
	text-indent: 20px;
}

div.address {
	font-size: 10px;
	padding-left: 14px;
}
	div.address a {
		color: #000;
		text-decoration: none;
	}
	
/* FORMS */

input { 
	border: 1px #305E6D solid; 
	background-color: #FFFFFF; 
	font-size: 11px;
}

textarea { 
	border: 1px #305E6D solid; 
	background-color: #FFFFFF; 
	font-size: 11px;
}

.fieldset {
	border: 1px #EFEFEF solid; 
	width: 480px;
	padding: 10px;
	min-height:270px;
}

legend {
	font-weight: bold;
	color: #000;
}

.formlabel {
	float: left;
	width: 130px;
}

.formfield {
	text-align: right;
	float: right;
	width: 300px;
}

select { 
	border: 1px #305E6D solid; 
	background-color: #FFFFFF; 
	font-size: 11px;

}

input.radio {
	border: 1px #fff solid;
}
