body {
	color: #336699;
	background-image: url(images/bgrd.jpg);
	margin: 0px;
}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
	width: 180px;
	display: block;
	text-align: left;
	padding-top: 3px;
	background-image: url(images/button.jpg);
	text-indent: 16px;
}
.bold {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}



a {
	color: #3366CC;
	text-decoration: none;
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #003366;
	font-style: italic;
	font-weight: bold;
}
.heading {
	font-size: 18px;
}

a:link {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	color: #CC9900;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #006699;
}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #4C92B5;
	text-align: center;
}
#wrapper {
	width: 800px;
	margin: auto;
	padding: 0px;
	background-color: #FFC;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: normal;
	font-style: normal;
}
.smtext {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.breadcrumb {
	font-size: 10px;
}
.quote {
	font-style: italic;
}
#mainbanner {
	height: 200px;
	width: 800px;
	margin-bottom: 0px;
}
#maincontent {
	width: 800px;
	background-color: #FFC;
	height: auto;
}
#centre {
	float: right;
	height: auto;
	width: 580px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidebar {
	float: left;
	height: 600px;
	width: 180px;
}

#footer {
	height: 50px;
	width: 800px;
	clear: both;
	background-image: url(images/bgrd.jpg);
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
	font-size: 12px;
}
#footer a:active {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

