body 	{background-color: white;
	background-repeat: repeat-y;
	background-position: top left;
	}

div#header
	{background-color: 9bd1fd;
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
 	border-bottom: double thick;
	}

div#nav a
	{
	color: white;
	font-family: sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 11pt;
	padding: 2px;
	}

div#nav a:hover
	{
	color: white;
	}

div#navleft
	{position: absolute;
	top: 110px; left: 5px;
	width: 61px; height: 24px;
	background-image: url("images/leftbar.jpg");
	}

div#navright
	{position: absolute;
	top: 110px; left: 464px;
	width: 37px; height: 24px;
	background-image: url("images/rightbar.jpg");
	}

div#nav1 a
	{position: absolute;
	top: 110px; left: 66px;
	width: 100px; height: 24px;
	text-align: center;
	background: no-repeat url("images/midbar.jpg");
	}

div#nav1 a:hover
	{
	background-image: url("images/midbar2.jpg");
	}

div#nav2 a
	{position: absolute;
	top: 110px; left: 165px;
	width: 100px; height: 24px;
	text-align: center;
	background: no-repeat url("images/midbar.jpg");
	}

div#nav2 a:hover
	{
	background-image: url("images/midbar2.jpg");
	}

div#nav3 a
	{position: absolute;
	top: 110px; left: 265px;
	width: 100px; height: 24px;
	text-align: center;
	background: no-repeat url("images/midbar.jpg");
	}

div#nav3 a:hover
	{
	background-image: url("images/midbar2.jpg");
	}

div#nav4 a
	{position: absolute;
	top: 110px; left: 365px;
	width: 100px; height: 24px;
	text-align: center;
	background: no-repeat url("images/midbar.jpg");
	}

div#nav4 a:hover
	{
	background-image: url("images/midbar2.jpg");
	}

div#mainbody
	{position: absolute;
	top: 120px; left: 25px;
	width: 73%; height: 80%;
	background: 0202fe url("images/mbbg.jpg") repeat-x;
	padding: 10px;
	padding-top: 20px;
	color: white;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 10pt;
	}

div#mainbody a
	{
	color: white;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 11pt;
	padding: 2px;
	}

div#mainbody2
	{position: absolute;
	top: 120px; left: 25px;
	width: 97%; height: 80%;
	background: 0202fe url("images/mbbg.jpg") repeat-x;
	padding: 10px;
	padding-top: 20px;
	color: white;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 9pt;
	}

div#newsbody	
	{position: absolute;
	top: 120px; right: 15px;
	width: 21%; height: 100%;
	background: white url("images/nbbg.jpg") repeat-x;		color: black;	font-family: sans-serif;		font-weight: normal;
	font-size: 10pt;
	}

div#newsbody h1
	{background-color: black;
	color: red;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12pt;
	padding-left: 5px;
	padding-bottom: 3px;
	}

div#mainbody h1
	{background: no-repeat black center right url("images/h2bg.jpg");
	height: 25px;
	color: white;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12pt;
	padding: 3px;
	}

div#mainbody2 h1
	{background: no-repeat black center right url("images/h2bg.jpg");
	height: 25px;
	color: white;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12pt;
	padding: 3px;
	}

div#mainbody h2
	{padding: 5px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 11pt;
	font-weight: bold}

p
	{padding: 5px;}

p#motto
	{
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	}

hr
	{color: grey}

table
	{color: white;
	width: 100%;
	}

td.img
	{
	vertical-align:middle;
	}

td.button
	{
	padding-left: 10px;
	}

div#sublinks
	{font-family: sans-serif;
	font-size: 11pt;
	}
	

div#sublinks a
	{
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	padding: 2px;
	background: DarkOrange;
	border-top: goldenRod groove 5px;
	border-bottom: Orange ridge 3px;
	width: 120px;
	}

div#sublinks a:hover
	{
	background: Blue;
	border-color:DodgerBlue;
	border-top: DodgerBlue groove 5px;
	border-bottom: DodgerBlue ridge 3px;
	}

p.bold
	{font-weight: bold;}









