
body { 
	font-size: 0.8em;
}

#logo {
	float: left;
}

#menu {
	float: right;
}

#top {
	position: float; 
	height: 200px; 
	width: 880px; 
	padding: 10px;
}

#main {
	float; 
	width: 880px; 
	padding: 10px; 
}

#main-text {
	padding: 10px;	
	text-align: justify;
}

#bottom {
	position: float; 
	height: 70px; 
	width: 880px; 
	padding: 10px; 
	text-align: center; 
	font-size: 0.7em	
}
.title-bar {
	background-color: #606060; 
	height: 20px; 
	padding-top: 10px; 
	padding-left: 10px;
	color: white;
	font-size: 1.1em;
}

.title-date {
	position:relative; 
	float: right; 
	text-align: right; 
	padding-right: 10px;
}

.line-break {
	clear: both;
}

.left-column {
	float: left; 
	width: 430px; 
	margin-top: 10px;
	
}

.right-column {
	float: right; 
	width: 430px; 
	margin-top: 10px;
}

.column-text {
	padding: 10px; 
}

.centred {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.label {
	float: left;
	padding-right: 5px;
	text-align: right;
	width: 35%;
	padding-bottom: 5px;
}

.input {
	float: left;
	padding-left: 5px;
	text-align: left;
	width: 55%;
	padding-bottom: 5px;
}

.form-heading {
	float: left;
	padding-left: 5px;
	text-align: left;
	width: 95%;
	padding-bottom: 5px;
		
}

.form-width {
	float: left;
	padding-left: 5px;
	text-align: left;
	width: 95%;
	
}

.stats {
	font-size: 1.1em;
	font-weight: bold;
}

.largeStats {
	font-size: 1.5em;
	font-weight: bold;
}

.quote {
	font-style: italic;
}
	
.ticker {
	border-style: solid;
	border-width: 2px;
	border-color: #606060;
	margin: 0px;
	background-color: #606060;
	font-size: 1.1em;
	vertical-align: text-bottom;
	
}
	
ul {
	list-style: square;
	margin-left: 20px;
}

ol {
		margin-left: 20px;
}
ol.letters {
	
	list-style: lower-alpha;
}

button {
	margin-top: 70px;
	margin-right: 0px;
	background-color: #606060;
	width: 140px;
	height: 45px;
	font-size: 1.4em;
	color: white;
	float: right;
}

	