﻿@import url("layout.css");
@import url('links.css');
.bold {
	font-weight: bold;
}

.style9 {
	list-style-type: circle;
}


.burslogo {
	margin: 0px 25px 0px 25px;
}

.councillors {
	text-align: left;
}
.indcent {
	margin: 10px 30px 10px 30px;
	border-style: solid;
	border-width: thin;
	border-color: #C0C0C0;
	padding: 10px;
	text-align: left;
	line-height: 12px;
	float: none;
	width: 650px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
}
#container {
	width: 950px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 948px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;	
}
#navigation {
	border-color: #C0C0C0;
	position: relative;
	float: left;
	width: 155px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content {
	float: right;
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 948px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #3d6c87;
	text-align: center;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */



h3 {
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}

#content img {
	border-style: none;
	border-width: 0px;
	padding: 15px;
	float: left;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #3d6c87;
    font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	background-color:#5f8ea9;
}

