body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(images/topbannerbackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #EAF5FB;
	margin: 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}
#topbanner {
	background-image: url(images/topbannerblack.jpg);
	background-repeat: no-repeat;
	height: 263px;
}
#navbar {
	float: left;
	width: 750px;
}
#navbar ul {
	margin: 0;
	padding: 145px 0 0 .2em;
	list-style: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
#navbar li {
	display: inline;
	margin: 0 12px 0 0;
	padding: 0;
}
#navbar a:link, #navbar a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#navbar a:hover, #navbar a:active {
	text-decoration: none;
	color: #FFFFff;
}
#content {
	width: 750px;
	background-color: #EAF5FB;
	height: auto;
}
#content p {
	font-size: 85%;
	line-height: 1.4em;
}
#content h1 {
	font-size: 140%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #0f2847;
	font-stretch: narrower;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}
#content h2 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #0f2847;
}

#content a:link, #content a:visited {
	color: #336699;
	font-weight: bold;
}
#content a:hover, #content a:active {
	color: #330099;
}

#content li {
	line-height: 1.5em;
	margin-top: 1em;
	font-size: 85%;
}
	
.inline-bold {
	font-weight: bold;
	color: #1f5d9a;
}
.image-left {
	float: left;
	margin: 0 15px 5px 0;
}
.left {
	float: left;
	width: 330px;
	padding-left: 20px;
}
.right {
	float: right;
	width: 330px;
	padding-right: 20px;
}
.centre {
	float: none;
	width: 560px;
	padding-left: 100px;
}
#footer {
	text-align: center;
	background-color: #EAF5FB;
	width: 750px;
	clear: left;
}
.adbox {
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
	border: 1px dotted #000099;
	width: 350px;
	height: auto;
	float: right;
}
.script {
	font-size: 110%;
	color: #CC0000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
}
#object {
	padding: 0;
	width: 300px;
	height: auto;
}

#object ul { 
	list-style: none;
	margin-left: 0;
}

#object li {
	margin-top: 4px;
	background-color: #FFF;
	}
#object a:link, #object a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: 100;
}
#object a:hover, #object a:active {
	color: #0000FF;
}

	

	