/* CSS Document */
	html {
		height: 100%;
	}
		body {
		height: 100%;
		margin:0px;
		padding:0px;
		font-size:70%;
		font-family:"Trebuchet MS", Tahoma, Arial;
	}
	a {
		text-decoration: none;
		color:#003399;
		font-weight:bold;
	}
	a:hover {
		color:#CC0000;
	}
	#body {
	background:#FFF url(/stock/95/background.png) repeat-x;
	width:100%;
	height: 100%;
	}
	#maincontainer {
	background: url(/stock/95/mainbg.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	width:768px;
	height: 657px; /* remove for FF */
	}
	h1 {
	background: url(/stock/95/h1bg.png) no-repeat;
	font-size: 12px;
	color: white;
	padding-left: 35px;
	height: 31px;
	padding-top: 8px;
	}
	h2 {
	background: url(/stock/95/quicktab.png) 0px 3px no-repeat;
	font-size: 14px;
	color: navy;
	padding-left: 35px;
	padding-top: -3px;
	}	
	#topright {
		width: 270px;
		float:right;
		margin-right: 25px;
		margin-top:5x;
	} 
	#thirdNav {
		text-align:right;
		padding: 10px;
	}
	#mainbody {
		margin-top:48px;
	}
	#mainbody #mainlinks {
		width: 155px;
		float:left;
	}
	#mainbody #mainlinks #linkbox {
	height: 230px;
	}
	.smalltext {
		font-size:xx-small;
		width: 90%;
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px dotted #000066;
	}



	#mainbody #maincontent {
		width:580px;
		float:right;
		margin-right:25px;
height: 250px;
	} 
	
#feedback {
	width: 300px;
}
#form-container {
}
#form-container div {
	padding-top: 7px;
}
#form-container label {
display:block;
float:left;
margin-right:10px;
padding-right:10px;
position:relative;
text-align:right;
width:100px;
} 