/* CSS Document */

/* Generic Selectors */

body {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 12px;
	color: #330066;		
	margin: 0 0 0 0; top right bottom left;
	background-color: #CC99CC;	
}

table {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 12px;
	color: #330066;		
	margin: 0 0 0 0; top right bottom left;	
}

p {
	width: 100%;
}

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


h1 {

	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 14px;
	font-weight: bold;
	color: #330066;
}

h2 {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 12px;
	color: #330066;		
	margin: 0 0 0 0; top right bottom left;
}

a img { 
	border:none;
	text-decoration:none;
} 



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





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

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


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

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

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

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

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

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

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

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