@charset "utf-8";
/*  This file sets the style for the page layout
*
*   Created By: Micah Leitch 30 Mar 2009
*/
.style1 {font-size:1.5em; text-align:right; margin:0; position:relative; right:25px;}
.style2 {font-size:0.875em; color:#666699; text-decoration:none;}
.style3 {font-size:1.25em; margin:0}
.style4 {font-size:1.125em; color:#666699; text-decoration:none;}

.organisationColour {
	color: silver;
	background-color: #666699;
}
.inverseColour {
	color: #666699;
	background-color: silver;
}

a,h3 {
	font-size:1.0em;
	color: #666699;
}
a.news {
	font-size:1.0em;
	color: #FA03B6;
	text-decoration:none;}

a.home {
	font-size:1.0em;
	color: #FF6600;
	text-decoration:none;}

a.more {
	padding-left: 5;
	font-style: normal;
	font-weight: bold;
}
body {
width: 800px;
margin: 0 auto;
padding: 0 0 0 0;
text-align: center;
font: 0.8em arial,sans-serif;
background-color: #E5E5E8;
}
div#page{
margin: 0 auto;
text-align: left;
background-color: white;
}
div#main{
width: 600px;
margin:3px auto;
margin-right:20px;
}
div.sidebar{
width:165px;
margin-left:5px;
}
div.newsletter {
width:150px;
margin:0px;
height: 212px;
padding: 0px;
border:thin;
border-style:solid;
border-color: #666699;
color: #FF6600;
}

div.home{
border-color:#666699;
border-bottom-width:3px;
border-bottom-style:solid;
font-style: normal;
}
div.news{
border-color:#666699;
border-bottom-width:3px;
border-bottom-style:solid;
font-style: normal;
}
div#footer{
height:40px;
margin-top:3px;
clear:both;
}
div#nav_container{
height:36px;
}
div#title{
width: 79%;
height:25px;
margin-top:0px;
padding:5px 0 5px 5px;
float:right;
}
.leftMargin{
width:16.66%;
height:40px;
float:left;
}
.nav{
height:36px;
text-align:center;
line-height:34px;
border: 2px solid white;
}
div#head{
width: 100%;
height:150px;
}
div#container{
background-color:white;
}
div#rightsidebar{
width:170px;
margin-top:0px;
float:right;
}
div#menu_head{
height:25px;
margin:0px 5px 0px 0px;
padding:5px 0 5px 5px;
}
.menu{
height:30px;
margin:3px 5px 3px 0px;
padding:5px 0 5px 5px;
}
.photo{
  padding:5px 5px 5px 5px;
  background-color:silver;
  text-align:center;
}
img
{
	margin 5px;
}
img.home
{
	width: 120px;
	height: 120px;
	padding: 5px;
	border:thin;
	border-style:solid;
	border-color: #666699;
}
img.news
{
	width: 80px;
	height: 80px;
	padding: 5px;
	border:thin;
	border-style:solid;
	border-color: #FA03B6;
}
/* Miscellaneous classes for reuse */
.fltright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 8px;
}
.fltleft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	margin: 8px;
}

