* {
   padding:0;
   margin:0;
}

body {
	font-family: Verdana; 
	font-size: 8pt;
	color: #000000;
	background: #ffffff;
	text-align: center;
	background: #CACACA repeat-x;
}

div#content {
	width: 600px;
	text-align: left;
	background: url("images/fishboned01.gif");
	background-repeat: no-repeat;
	margin: 25px auto;
	}

div#top {
	height: 0px;
}

div#mainwrapper {
	width: 600px;
	height: 500px;
	}

div#maintext {
	margin: 20px 0px 0 20px;
	width: 417px;
	overflow:auto;
	height: 340px;
	text-align: left;
	position: relative;
	float: left;
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #b7bbc0;
	scrollbar-base-color: #b7bbc0;
	scrollbar-shadow-color: #b7bbc0;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #b7bbc0;
	scrollbar-track-color: #FFFFFF; 
	display: inline;
	z-index:10; /* requires position */
	}
	
div#menutext {
	text-align: left;
	width: 417px;
	height: 33px;
	margin: 30px 0px 0px 20px;
	color: #b7bbc0;
	position: relative;
	float: left;
	display: inline;
}

div#bottomwrapper {
	width: 417px;
	height: 40px;
	margin: -60px 0px 0px 20px;
	clear: both;
	position: relative;
	z-index:1; /* requires position */
}

table, tr, td {
	font-family: Verdana; 
	font-size: 8pt;
	color: #000000;
}


a:link, a:active, a:visited {
	font-weight:bold;
	color: #b7bbc0; 
	text-decoration:none;
}

a:hover {
	color: #b7bbc0; 
	cursor:crosshair;
}

a.menu:link, a.menu:active, a.menu:visited {
	font-weight:bold;
	color: #b7bbc0; 
	text-decoration:none;
	margin: 0 0 0 25px;
}

a.menutext:hover {
	color: #545454;
 	cursor:crosshair;
}

h1 {
	font-family: Trebuchet MS; 
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background: #b7bbc0;
	border-left: 5px solid #8e9093;
	letter-spacing: 3px;
	padding: 0px;
	text-transform:uppercase;
	margin: 10px 0px 0px 0px;
	text-align: center;
	}
	
	

h2 {
	font-family: Trebuchet MS; 
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 13px 0px 0px 0px;
	border-bottom: 2px solid #b7bbc0;
	}

p {
     margin:  10px 0 1em 0;
     padding:  0;
}

		
input, textarea, option, select {
	font-family: Verdana; 
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #04325C;
	border: 1px dashed #146EBA; 
}

div#scrollbox {
 	width: 400px; 
	height: 100px; 
	background-color: #c9e6f2; 
	font-family: arial; 
	font-size: 10px; 
	color: #2fa6cc; 
	text-align: left; 
	border-width: 1px; 
	border-style: dashed; 
	border-color: #2fa6cc; 
	overflow: auto; 
	padding: 5px;
	}
	
	
