
body {
	margin: 0px;
	font-size: .8em;
	font-family: arial, sans-serif;
	background: #DFE4EE url('images/background2.png') top repeat-x; 
	}

#page {
	width: 990px;
	background: white;
	border: 2px solid white;
	border-top: none;
	margin: auto;
	}
	
	
#banner {
	width: 990px;
	height: 195px;
	background: url('images/banner2.gif');
	}
	
	
#content {	
	margin: 10px;
	}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }

#bottom {
	background: url('images/bottom.jpg') repeat-x #CFD8E7;
	margin: auto;
	text-align: center;
	width: 994px;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: .8em;
	}

#bottom a { color: #444444; }

ul { margin-top: .5em; }


.menu {
	font-size: 1em;
	padding: 2px;
	padding-left: 2em;
	margin-bottom: 2px;
	border-bottom:  1px solid #999999;
	border-top: 5px double #cccccc;
	}

.menu a {
	text-decoration: none;
	font-weight: bold;
	color: #444444;
	padding: 2px;
	padding-left: .5em;
	padding-right: .5em;
	margin-right: .5em;
	}

.menu a:hover {
	background: white;
	}

form { display: inline; }

h1 {
	color: #16076c;
	font-size: 1.5em;
	background: url('images/h1.gif') 0px 1em repeat-x;
	padding-bottom: 20px;
	padding-left: .5em;
	margin-bottom: 0px;
	}

h2 {
	color: #16076c;
	font-size: 1.5em;
	border-bottom: 1px solid #cccccc;
	padding-left: .5em;
	}

h1 a { text-decoration: none; }

.button, button {
	border: 1px gray outset;
	background: #95AF89;
	width:auto;
	color: white;
	font-weight:bold;
	padding: 1px;
	margin-left: .5em;
	margin-right: .5em;
	}

a.button { 
	text-decoration: none;
	padding-left:2px;
	padding-right:2px;
	}

a.button:hover, button:hover { color:black; }

a.button:active, button:active { border: 1px gray inset; }


.table1 {
	border: 1px solid #cccccc;
	border-collapse: collapse;
 	font-size: .9em;
	}

.table1 td {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	padding-right: 10px;
	}

.table1 th {
	padding: 5px;
	font-size: 1.1em;
	color:white;
	background:#7591C9;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

th a {
	color: white;
	text-decoration: underline;
	}

.table2 {
	border-collapse: collapse;
 	font-size: .9em;
	}

.table2 td {
	padding: 5px;
	padding-right: 10px;
	}

.table2 th {
	text-align: right;
	padding: 5px;
	font-size: 1.1em;
	}

.altrow { background: #eeeeee; }

.notice {
	border: 1px solid #eee434;
	font-style: italic;
	background: #fffbb3;
	margin-bottom: 1em;
	}

.thumb {
	border: 1px solid #999999;
	}

.bigTitle {
	font-size: 1.2em;
	font-weight: bold;
	}

a { color: #469; }

textarea {
	border: 1px solid #999999;
	padding: 2px;
	font-family: arial,sans-serif;
	font-size: .9em;
	}

input {
	border: 1px solid #999999;
	padding: 2px;
	}

input:focus {
	background: #fffbb3;
	}






 /* CMS STUFF */


#contentTable {
	padding:0px;
	width: 990px;
	background: white;
	border-collapse: collapse;
	}

#contentTable_left {
	color: white;
	vertical-align: top;
	padding: 0px;
	width: 139px;
	background: url('images/image_main.jpg') #334069;
	}

#contentTable_left a {
	color: white;
	}

#contentTable_mid {
	width: 580px;
	vertical-align: top;
	padding: 0px;
	}

#contentTable_mid {
	line-height: 1.5em;
	}


#contentTable_right {
	vertical-align: top;
	padding: 10px;
	background: url('images/right-mid.jpg') repeat-y #B4BFD9;
	}

.block {	
	margin: 5px;
	margin-right: 15px;
	margin-top: 0px;
	padding-top: 5px;
	padding: 5px;
	}

.block_right {	
	padding: 5px;
	background: white;
	border: 1px solid #000066;	
	margin-bottom: 10px;
	}

.block img {
	border: 1px solid #000066;
	padding: 2px;
	margin: 5px;
	}

