/*control main elements*/
body {
	margin:10px 0px 0px 0px;
	background-color:#7AB4A3;
	padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	font:1.1em "Times New Roman", Times, serif;
	line-height:1em;
	color:#633D38;
	}
	/*control selectors*/
p {
	margin:5px;
	padding:0px 10px 5px 5px;
	text-align:justify;
	}
h1 {
	font-size:1.3em;
	margin:5px;
	padding:0px 10px 5px 5px;
	}
h2 {
	font-size:1.2em;
	font-weight:bold;
	margin:5px;
	padding:0px 10px 5px 5px;
	}
h3 {
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
	margin:5px;
	padding:5px 10px 5px 5px;
	}
h4 {
	font-size:1.1em;
	font-weight:bold;
	margin:5px;
	padding:5px 10px 5px 5px;
	}
h5 {
	font-size:0.9em;
	font-weight:bold;
	margin:5px;
	padding:0px 10px 5px 5px;
	}
h6 {
	font-size:0.8em;
	font-weight:bold;
	margin:5px;
	padding:0px 10px 5px 5px;
	}
.navspace {
	padding:110px 0px 0px 0px;
	}
#container {
	width:760px;
	margin:5px auto 5px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#7AB4A3;	}
#footer {
	width:760px;
	margin:10px auto 10px auto; /* Right and left margin widths set to "auto" */
	padding:10px 0px;
	background-color:#7AB4A3;	
	}
#header {
	width: 760px;
	}
#content {
	width: 760px;
	}
	/*control links*/
a:link {  color: #633D38;
	text-decoration:underline;
	}
a:visited {  color: #71514d;
	text-decoration:none;
	}
a:hover {  color: #FFFFFF; 
	text-decoration:none;
	background-color: #633D38;
	}
a:active {  color: #F00; 
	text-decoration:none;
	}
.stream {
	width:550px;
	height:315px;
	margin-bottom:10px;
	overflow:auto;
	}
.pricespace {
	position:relative;
	left:375px;
	}
.priceline {
	font-size:1.1em;
	font-weight:bold;
	margin:5px;
	padding:5px 10px 5px 5px;
	}
.border {
	border:1px solid #006;
	}
hr {
	border: 1px solid #0E0C6D;
	}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
.floatright {
	float:right;
	margin: 5px 10px 10px 10px;;
	}
.floatleft {
	float:left;
	padding: 5px 10px 0px 20px;
	}
.red {
	color:#FF0000;
	}
.strikeout {
	text-decoration:line-through;
	}
.form {
	border: 1px solid #003399;
	}
.gap {
	margin-left:100px;
	}
.clear {
	clear:both;
	}

