/*
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

*/

/* links left standard to aid accessibility */

body {
	text-align: center;
	font-size: 12pt;
	padding: 10px;
	margin: 0;
	font-family: verdana, arial, 'sans serif';
	background: #ffffff;
	color: #000000;
	}

h1 {
	font-size: 18pt;
	padding: 10px 0 10px 10px;
	margin: 5px 0 0 0;
	color: #333333;
	font-weight: bold;
	}

h2 {
	font-size: 16pt;
	padding: 5px 0 5px 10px;
	margin: 5px 0 0 0;
	color: #333333;
	font-weight: bold;
	}

h3 {
	font-size: 14pt;
	padding: 3px 0 3px 10px;
	margin: 5px 0 0 0;
	color: #666666;
	font-weight: bold;
	}

p { margin: 10px 10px 0 10px; }

#wrapper {
	text-align: left;
	padding: 0 0 0 0;
	border: 1px solid #cccccc;
	width: 800px;
	margin: 0;
	background: #ffffff url(images/background.jpg) no-repeat;
	}

#header {
	border: none;
	margin: 0;
	width: 800px;
	height: 150px;
	background: #ffff66;
	}	

#topText {
	width: 625px;
	float: left;
	padding: 10px;
	}

#topText img{
	float:right;
	}

#topMenu {
	clear: both;
	font-size: 10pt;
	border: none;
	width: 100%;
	height: 30px;
	background: #cccccc;
	padding: 10px 0px 0px 0px;
	}

#topMenu ul {
	margin: 0 0 0 0;
	list-style: none;
	text-align: center;
	}

#topMenu ul li {
	display: inline;
	padding: 0 0 0 23px;
	}

#topMenu ul li a {
	color: #000000;
	text-decoration: none;
	padding: 3px 8px;
	}

#topMenu ul li a:hover {
	text-decoration: none;
	background-color:#0000FF;
	color: #333333;
	}

#container1 {
	font-size: 12pt;
	width:100%;
	border: none;
	padding: 0 0 0 0;
	}

#sideMenu {
	font-size: 10pt;
	float: left;
	border: none;
	width: 150px;
	height: 600px;
	background: #cccccc;
	padding: 0;
	}

#sideMenu ul {
	margin: 0 0 0 0;
	list-style: none;
	text-align: left;
	}

#sideMenu ul li {
	display: block;
	padding: 10px 0 10px 10px;
	}

#sideMenu ul li a {
	color: #000000;
	text-decoration: none;
	}

#sideMenu ul li a:hover {
	text-decoration: none;
	background: #ffff66;
	color: #333333;
	}

#main {
	float: right;
	width:625px;
	border: 0;
	padding: 10px 12px 20px 10px;
	margin: 0;
	background: none;
	}

#mainTop {
	height: 140px;
	border: 1px solid #cccccc;
	padding: 0px;
	margin: 0;
	background: #ffffff;
	}

#mainTop img{
	float:right;
	}

#mainMiddle {
	height: 140px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #ffffff;		
	padding: 0px;
	margin: 0;
	}

#mainMiddle img{
	float:right;
	}

#mainBottom {
	height: 140px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #ffffff;
	padding: 0px;
	margin: 0;
	}

#mainBottom img{
	float:right;
	}

#copyright {
	clear: both;
	width: 798px;
	height: 15px;
	font-size: 9pt;
	text-align: right;
	border: 1px solid #cccccc;
	background-color: #ffff66;
	padding: 0px;
	}

#bottomNav {
	clear: both;
	font-size: 10pt;
	width: 800px;
	text-align: center;
	padding: 0px;
	}

#w3c {
	clear:both;
	text-align:center;
	}

.style1 {
	font-size: 16pt
	}
