/* Generic Selectors */

body {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 12px;
	color: #000000;
	line-height: 150%;		
	background-color: #CC0099;
	margin: 0 0 0 0;
}

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

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

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

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

h1 {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 24px;
	font-weight: bold;
	color: #9266FF;
	line-height: 100%;
}

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

h3 {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
	line-height: 120%;
}


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





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

:link {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}
li :link {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}

:visited {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}

li :visited {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}
  
:active { 
	color: #0000CC;
	text-decoration: none;
	font-weight: normal; 
} 

li :active { 
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}

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

#table {
	margin-top: 0px;
	margin-left: 0px;
}

#menu {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 12px;
	line-height: 200%;
	color: #000000;
}

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

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

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

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

#searchbody {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 120%;
	color: #000000;
	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*/