/* BASIC */

body, html {
	margin: 0;
	padding: 0;
	background-color: #888888;
	font: 13px Arial, Helvetica, sans-serif;
	height: 100%;
}
p, table {
	font: 13px Arial, Helvetica, sans-serif;	
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
li {
	list-style-type: square;
	margin: 4 0;
}

img {
 border:5px solid white;
 margin: 5px;
 }

/* CONTAINERS */

div#container {
	left: 50%;
	margin: 0 0 0 -350;
	padding: 0 0 0 0;
	text-align:left;
	width: 700;
	height: auto;
	*height: 100%;
	min-height: 100%;
	position:relative;
	border-top: 0px solid;
	border-right: 6px solid;
	border-bottom: 0px solid;
	border-left: 6px solid;
	border-color: #ffffff;		
	background-color: #e7e7e7;
} *html #container { /* IE Hack */
    height: 100%;
}

div#header {
	height: 110px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #999999;
	background-image:url(images/logo2.jpg);
	background-repeat:no-repeat;
}
div#menu {
	height: 26px;
	border-bottom: 6px solid #ffffff;	
	padding:0;
	margin:0;
}
div#content {
	position:relative;
	padding: 0 8 15 8;
}
div#footer {
	color:#FFFFFF;
	height: 15px;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size:11px;
	text-align: center;
	text-transform:uppercase;
	border-top: 6px solid #ffffff;
	background-color: #333333; 
	letter-spacing: 2px;	
	letter-spacing: 1px;/*	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;	*/
}

/* MENU ITEMS */ 

div.menu_button {
	height: 26px;
	text-align:center;
	border-right: 6px solid #ffffff;
	float:left;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color:  #ffffff;
}

div.menu_button a, div.menu_button a:link, div.menu_button a:visited, div.menu_button a:hover {
	color: #ffffff;
	text-decoration:none;
	position:relative;
	top: 6px;

}

/* OTHER */

.fakelink {
	
}

.formfield {
	width: 150px;
}

.results_table {
   width: 100%;
   border: 5px solid white;
   font-size:11px;
   border-spacing: 0;
   background-color: white;
}

.results_table td, th {
   padding: 3;
}

.results_table th {
   background-color: #FF6600;
  color: white;
}
.messagebox {
	border: 1px solid #00CC00;
	color: #00CC00;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	height: 20px;
	width: 300px;
	margin: auto;	
}

a {
	text-decoration:underline;
	color:#0000FF;
	cursor:pointer; cursor:hand;
}

input {
	margin-top: 2px;
}