/* Generic Selectors */

body {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 12px;
	color: #330033;
	line-height: 150%;		
	background-color: #FFFFFF;
	margin: 0 0 0 0; top right bottom left;
}

table {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 12px;
	color: #330033;
	line-height: 150%;
}

p {
	width: 100%;
}

li {
	list-style-type: none;
	line-height: 150%;
}


h1 {

	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 14px;
	font-weight: bold;
	color: #330033;
	line-height: 150%;
}

h2 {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 14px;
	font-weight: bold;
	color: #330033;
	line-height: 150%;
}


/************************* Classes *************************/





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

:link {
	color: #330033;
	text-decoration: underline;
	font-weight: normal;
}
li :link {
	color: #330033;
	text-decoration: none;
	font-weight: normal;
}

:visited { 
color: #330033;
text-decoration: underline;
font-weight: normal;
}

li :visited { 
color: #330033;
text-decoration: none;
font-weight: normal;
}

/*:hover {
color: rgb(0, 96, 255);
font-weight: normal;
text-decoration: none;
*/
}
li :hover {
	display: block;
	color: rgb(255, 0, 102);
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6EC8C;	
}
  
:active { 
color: rgb(255, 0, 102);
font-weight: normal; 
} 


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

#table {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 12px;
	color: #993300;
	line-height: 150%;
	
}

#menu {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10px;
	line-height: 150%;
	color: #330033;
	padding: 5px 0 0 10px;
}

#topmenu {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 150%;
	color: #330033;
	padding: 10px 0 10px 0;
}

#footer {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 150%;
	color: #330033;
	padding: 10px 0 10px 0;
}

#mainbody {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 120%;
	color: #330033;
	padding: 14px 0 0 0;
	width: 98%;
}

#topleft {	
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 14px;
	font-weight: bold;
	color: #330033;
	padding: 0 0 0 3px;
}

#searchbody {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 120%;
	color: #330033;
	padding: 14px 0 0 0;
	width: 90%;
}

#searchheader {
	line-height: 150%;
}

/*#menu {
	position: absolute;
	width: 197px;
	z-index: 0px;
	height: 600px;
	margin-top: 151px;
	font-weight: normal;
	background-color: #CCFF66;
	padding: 5px 0 0 3px; top right bottom left
}

#menuspacer {
	position: absolute;
	z-index: 0px;
	width: 20px;
	height: 20px;
	margin-top: 151px;
	margin-left: 200px;
	font-weight: normal;
}

#header {
	position: absolute;
	z-index: 0px;
	width: 100%;
	height: 121px;
	font-weight: normal;
	background-color: #C99E50;
}

#topmenu {
	position: absolute;
	z-index: 0px;
	width: 100%;
	height: 30px;
	margin-top: 121px;
	font-weight: normal;
	background-color: #C99E50;
}

#headerimage {
	position: absolute;
	z-index: 0px;
	width: 550px;
	height: 121px;
	margin-left: 220px;
	font-weight: normal;
	background-color: #C99E50;
}

#footer {
	position: absolute;
	z-index: 0px;
	width: 100%;
	height: 80px;
	margin-top: 756px;
	font-weight: normal;
	background-color: #C99E50;
	padding: 5px 0 0 203px; top right bottom left
}

#main {
	position: absolute;
	z-index: 0px;
	width: 650px;
	height: 470px;
	margin-left: 220px;
	margin-bottom: 80px;
	margin-top: 151px;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 5px 0 0 0; top right bottom left*/
}