/* Generic Selectors */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
/* 	background-color: #F9F9F9; */
}

p {
	width: 95%;
}

li {
	line-height: 200%;

}

ul.disc {
	list-style-type: disc;
}

ul.mark {
	list-style-image: url('images/marker.gif');
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #C6EC8C;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C6EC8C;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	color: #333333;
}

h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00CC00;
}

/**************** Pseudo classes ****************/

a:link {
	color: #00CC00;
	text-decoration: underline;
	font-weight: bold;
}

li a:link {
	color: #00CC00;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #00CC00;
	text-decoration: underline;
	font-weight: bold;
}

li a:visited {
	color: brown;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: rgb(0, 96, 255);
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: underline;
}

li a:hover {
	display: block;
	color: rgb(0, 96, 255);
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6EC8C;
}

a:active {
	color: rgb(255, 0, 102);
	font-weight: bold;
}

/************************* ID's *************************/

#logo {
	width: 195px;
	height: 195px;
	background: url('images/Logo.jpg') no-repeat left;
	position: absolute;
	z-index: 10;
	margin-top: 0px;
	margin-left: 10px;
}

#banner {
	position: absolute;
	width: 725px;
	height: 195px;
	z-index: 10;
	margin-top: 0px;
	margin-left: 195px;
	background: url('images/banner.jpg') no-repeat left;
	padding: 0 0 0 25px; /*top right bottom left*/
}

#navigation {
	position: absolute;
	background: url('images/img02.gif') no-repeat;
	z-index: 10;
	width: 195px;
	height: 400px;
	margin-top: 196px;
	font-weight: normal;
}

#maindoc {
	position: absolute;
	background: url('images/img01.gif') no-repeat top;
	z-index: 20;
	width: 699px;
	padding: 25px 0 0 25px; /*top right bottom left*/
	margin-top: 196px;
	margin-left: 195px;
/*	border-right: 1px solid #C6EC8C; */
	border-left: 1px solid #C6EC8C;
}

#footer {
	text-align: center;
	padding: 50px 90px 0 90px; /*top right bottom left*/
	font-size: 10px;
}

#adright {
	position: absolute;
	background: url('images/img02.gif') no-repeat;
	text-align: center;
	z-index: 30;
	width: 195px;
	margin-top: 196px;
	margin-left: 920px;
	border: 2px solid blue;
}