/* CSS Document */

/* Generic Selectors */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;		
	margin: 0 0 0 0; top right bottom left;	
	width: 100%;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	text-decoration: none;
}

p {
	width: 100%;
}

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


h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 20 0 0 0; top right bottom left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 10 0 0 0; top right bottom left;
}

footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;	
	text-decoration: none;
	color: #000000;
}


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





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

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

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

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

/*:hover {
color: rgb(0, 96, 255);
font-weight: normal;
text-decoration: none;
*/
}
li :hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;	
}
  
:active { 
	color: #000000;
	text-decoration: underline;
	font-weight: normal; 
} 


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

#table {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;	
	text-decoration: none;
	font-weight: normal;
}

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

#topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 10px 0 10px 0;
}

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

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

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

#searchbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	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*/
}