html,body
{
	background-color: #00467B;
	margin:0;
	padding:0;
	height: auto !important;
	height:100%;
}
address {font-style: normal;}
a img {border-style: none; background-color: transparent; border: none;}
h1{text-align: center;}
h1
{
	font-size: 30pt; /* Changing this doesn't change anything >.< */
	color: #231D5E;
	font-family: Georgia, serif;
}
h2 {color: #231D5E; font-size: 13pt;}
h3 
{
	font-size: 12pt;
	color: #231D5E;
	font-family: Georgia, serif;
}
.entry-title
{
	color: #231D5E;
	text-decoration: none;
	font-family: Georgia, serif;
}
#container
{
	min-height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 56.3em;
	background-color:#F7F7FF;
	
}
#banner
{
	padding: 0.4em 0.6em 0 0.6em;	
	text-align: center;
}

#bannerinfocontainer {
	padding: 0 5em 0 5em;
	min-height: 3.8em;
	font-size: 11pt;
}
#banneraddress {float: left; text-align: left;}
#bannercontact {float: right; text-align: right;}

/*The following code modifies the menu bar appearance.*/
#menu
{
	margin: 0.313em 0 0.313em 0;
	overflow: hidden;
	height: 1.563em;
	width: 100%;
}
#menu ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#menu li
{
	float:left;
}
/*Writing menu link styles out longhand because they're overriding all the other links.*/
#menu a:link
{
	display:block;
	width:8.982em;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000086;
	text-align:center;
	padding:0.2em;
	text-decoration:none;
	text-transform:uppercase;
}
#menu a:visited
{
	display:block;
	width:8.982em;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000086;
	text-align:center;
	padding:0.2em;
	text-decoration:none;
	text-transform:uppercase;
}
#menu a:hover {background-color:#00005E;}
#menu a:active {background-color:#00005E;}

/*The following code modifies the appearance of the site maincontent itself.*/
#maincontent
{
	min-height: 20em;
	text-align: left;
	margin-left:4em;
	margin-right:4em;
	padding-bottom: 2.5em;
	overflow: hidden;	
	word-wrap: break-word;
	line-height: 1.4;
}
#maincontent a:link {color: #000286; text-decoration: none;}
#maincontent a:visited {color: #000286; text-decoration: none;}
.text a:hover {color: #000286; text-decoration: none; background-color: #DFDFDF;}
.text a:active {color: #000286; text-decoration: none; background-color: #DFDFDF;}

#left{float: left; width: 33.3%;}
#post {float: left;}
#sidebar {float: right;}

#footer
{
	height: 3.75em;
	text-align: center;
	bottom:0;
	margin: -2.188em 0 0 0;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 56.3em;
	background-color:#000265; /*This is set darker than the menu bar colour so that they both look like the same colour.*/
	clear: both;
	float: left;
}
