@charset "utf-8";
/* CSS Document */

<style type="text/css">

#topbanner {
	width: 900px;
	margin-top: 10px;
}
#navigation {
	width: 900px;
}
#maincontent {
	width: 915px;
	margin-top: 10px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#bottomnavigation {
	background-color: #c0c0c0;
	width: 915px;
	padding: 10px;
	margin-top: 10px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #304E82;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #999;
}
.red_colour {
	color: #F00;
}
.small_font {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .7em;
}
.large {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.0em;
}
.medium_font {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.float_top {
	vertical-align: top;
}
#wrapper {
	width: 900px;
	margin: auto;
	position: relative;
	padding: 10px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.floa_top_right {
	vertical-align: top;
	clear: both;
	float: right;
}
body {
	background-attachment: fixed;
	background-image: url(../Background/Gradient.jpg);
	background-repeat: repeat;
	background-position: center center;
}

</style>
