body {
	margin:0;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family:inherit; 
	font-size: small;
}

/* dummy rule for IE5 cause of voice-family hack */
.dummy {}

#wrapper { width:100%; clear: both; }

h1 { font-size: 1.3em; }

h2 { font-size: 1.2em; }

h3 { font-size: 1.1em; }

#banner {
	clear: both;
	width: 100%;
	height: 100px;
	background: #fff url(bannerbackground.gif) left top repeat-x;
}

#logo {
	width: 100%;
	background: transparent url(banner7.png) right top no-repeat;
}


.right {
	float:right;
	padding:0;
}

.left {
	float:left;
	padding:0;
	margin:0;
}

.clear {
	clear: both;
}
#topnav {
	position: relative;
	width: 100%;
	height: 1.8em;
	background: #003;
}
#topnav ul {
	float: left;
	height: 2em;
	margin: 0 0 0 2px;
	padding: 0;
	list-style-type: none;
}
#topnav li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
#topnav a {
	line-height: 2em;
	display: block;
	padding: 0 10px 0 10px;
	font-weight: bold;
}
#topnav a:link {
	color: #fff;
	text-decoration: none;
}
#topnav a:visited {
	color: #fff;
	text-decoration: none;
}
#topnav a:hover {
	color: #ff0;
	text-decoration: underline;
}

#topnav form {
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
}

#topnav label { vertical-align: top; }

* html #topnav label { float: left; margin: 2px 0 0 0; }
#topnav .srchbox {
	font-size: 85%;
	border:	1px solid #fff;
	background: #fff;
}
#topnav .go {
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	background: #003;
	border: 1px solid #fff;
}
img { border:none; }

/*below this*/

.leftMenu {
	margin:1em 0 1em 0.5em;
	width: 16%;
	float:left;
	clear: left;
	text-align:center;
}

.leftMenu ul {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}

.leftMenu ul li {
	width:100%;
	background-color:#c33;
	border:3px outset #c33;
	margin-bottom:10px;
}

.leftMenu ul li a {
	display: block;
	color:#fff;
	width:100%;
	text-decoration:none;
}

.leftMenu ul li a:hover {
	color: black;
}

.mainContent {
	border-left: 1px solid #000;
	width:79%;
	min-height:50%;
	padding-left: 0.5em;
	float:right;
	margin-top:1em;
}

.rightClear {
	clear:right;
}

.footer {
	clear:both;
	margin-left:1em;
}

.rightMain {
	float:right;
	margin:1em;
	clear:right;
	width:18%;
}

.hide {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

