body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 20px;
	font-family: verdana, tahoma, sans-serif;
	text-align: center;
}

.LittleForm {font-family: verdana, courier new, courier, sans-serif; font-size: 10px; color: #000000; }
#wrapper-header {
	background: #eee;background-image: url(name.gif);
}

#wrapper-logo {
	background-image: url(name.gif); background-position: left; background-repeat: no-repeat;
}

#header {
	background: #eee url('title_background.jpg') right no-repeat;
	width: 90%;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	text-align: left;
}

#header2 {
	background: #eee url('working_title_background.jpg') right no-repeat;
	width: 90%;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 10px;
	letter-spacing: 3px;
}

#wrapper-menu {background: #1E90FF url('menu-background.png') top left repeat-x;	float: left;	width: 100%; }
#menu {	width: 90%;	margin: 0 auto;	font-size: 95%;	white-space: nowrap; padding-right: 2px;}
* html #menu { padding-right: 0; }
#menu ul {	margin: 0;	padding: 0;	list-style: none;	float: left; border-left: 1px solid #bbb;	border-right: 1px solid #bbb;	width: 100%;}
#menu li { display: inline; height: 27px; font-size: 11px;}
#menu a:link, #menu a:visited {	padding: 0.2em 1em;	background-image: url(menu.png); color: #FFF; text-decoration: none; float: left; border-right: 1px solid #D1E0FF;}
#menu ul li a:hover {	background: white;	color: #485B06;}
#there { background:white ; color: #485B06; }
#there a:visited, #there a:link { color: #485B06; background: white;}

#submenu { border-left: 1px solid #D1E0FF; float: center; height: 18px; vertical-align: top; background-color: none; margin-left: 30px; margin-top: 15px; margin-bottom: 0px; }
#submenu ul { margin: 0px; }
#submenu ul li { float: left; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #ffffff; line-height: 18px; vertical-align: middle; border-right: 1px solid #D1E0FF; display: block;  }
#submenu ul li a { font-size: 11px; color: white; line-height: 18px; text-align: center; vertical-align : middle; text-decoration: none; display: block; background-image: url(menu-background.png); font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; ;padding: 0px 15px 0px 15px;}
#submenu ul li a:hover { background: white; color: #485B06 }

#submenu2 { border-left: 1px solid #D1E0FF; float: center; height: 18px; vertical-align: top; background-color: none; margin-left: 3px; margin-top: 15px; margin-bottom: 0px;  width: auto;}
#submenu2 ul { margin: 0;}
#submenu2 ul li { float: left; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #ffffff; line-height: 18px; vertical-align: middle; border-right: 1px solid #D1E0FF; display: block;  }
#submenu2 ul li a { font-size: 11px; color: white; line-height: 18px; text-align: center; vertical-align : middle; text-decoration: none; display: block; background-image: url(menu-background.png); font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; padding: 0px 10px 0px 10px;}
#submenu2 ul li a:hover { background: white; color: #485B06 }

#content {
	width: 88%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 10px 1% 10px 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 70%;
	text-align: justify;

}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */


#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 88%;
	text-align: right;
	color: white;
	letter-spacing: 0.1em;
	background: #6699FF url('menu-background.png') top left repeat-x;
	border: 1px solid #bbb;
	font-size: 10px;
	height: 25px;
}

#footer a:link, #footer a:visited {
	color: white; text-decoration: underline;
}

#footer a:hover {
	color: white; text-decoration: none;
}

.goleft {
	text-align: left;
}

.goright {
	text-align: right;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #6699FF;
	padding-top: 30px;
	font-size: 17px;
	letter-spacing: -0.1em;
}

h6 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #6699FF;
	padding-top: 20px;
	font-size: 17px;
	letter-spacing: -0.1em;
}

h4 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #6699FF;
	padding-top: 15px;
	font-size: 17px;
	letter-spacing: -0.1em;
}

h3 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #6699FF;
	padding-top: 15px;
	font-size: 14px;
	letter-spacing: 0;
	width: 50%;
	text-align: left;
}

a:link, a:visited {
	color: #4767A6;
	text-decoration: underline;
}

a:hover
{
	color: #A1B7E4;
	text-decoration: none;
}

p { margin-left: 1em; }

#minical { height: 300px; width: 196px; border: 1px solid #6699FF; float: right; margin: 5px 8px 10px 15px; line-height: 15px; }
.minicalcenter { margin-left: 13px; margin-right: 13px; font-size: 90% }

.bold { font-weight: bold; width: 25%; vertical-align: top; }

.contact { border: 1px solid #6699FF; margin-left: auto; margin-right: auto; text-align: justify; }
.contact td { vertical-align: top;}
.contact-form {margin-left: auto; margin-right: auto;}
.contact-form1 { background-color: #7792C0; width: 100%; color: White; padding:5px;background-image: url(menu-background.png)}
.contact-form2 { background-color: #EEF1F7; width: 35%; color: #595959; padding:5px;}
.contact-form3 {	background-color: #EEF1F7;	width: 65%;	color: #595959;	padding: 10px;}
.contact-form4 {	background-color: #CDD6EA;	width: 100%;	color: #595959;	padding: 10px; text-align: center;}

.centered { margin-left: auto; margin-right:auto; text-align: center;}
.centeredtext { text-align: center;}


.directory {border: 1px solid #6699FF; margin-left: auto; margin-right: auto; text-align: left;}

.right {	text-align: right;}

.popup       { cursor: hand; }
.homelist { margin-left: 200px;}
.homelist1 { margin-left: 200px;margin-top: 5px;}

/* START OF DIRECTORY TABLE */

.miniform { font-family: verdana, courier new, courier, sans-serif; font-size: 10px;}

.directory-table {font-family: Verdana;font-size:10px;padding: 5px; margin-left:auto;margin-right:auto; width:450px;}
.directory-table td {font-family: Verdana;font-size:10px;padding: 5px; margin-left:auto;margin-right:auto;}
.directory-header {background-image: url(menu-background.png);background-color: #EBF1F4;color: white;border: 1px solid #C8C8C8; font-weight: normal; font-size: 10px;}

.directory-table-results {font-family: Verdana;padding: 5px; margin-left:auto;margin-right:auto; width:450px; border-bottom:1px solid #C8C8C8; }
.directory-table-results td {font-family: Verdana;padding: 5px; }
.directory-results-left {border-left: 2px solid #C8C8C8; border-right:0;border-top: 1px solid #C8C8C8;border-bottom: 1px solid #C8C8C8;font-weight: normal; font-size: 10px; width:5%; vertical-align: middle;}
.directory-results-middle {border-left:0; border-right:0;border-top: 1px solid #C8C8C8;border-bottom: 1px solid #C8C8C8;font-weight: normal; font-size: 10px; width:5%; vertical-align: middle;}
.directory-results-right {border-left:0; border-right: 2px solid #C8C8C8;border-top: 1px solid #C8C8C8;border-bottom: 1px solid #C8C8C8;font-weight: normal; font-size: 10px; font-weight: bold;}
.directory-results-right1 {border-left:0; border-right: 2px solid #C8C8C8;border-top: 1px solid #C8C8C8;border-bottom: 1px solid #C8C8C8; font-size: 10px; font-weight: normal; width: 390px;}
.directory-results-right2 {border-left:0; border-right: 2px solid #C8C8C8;border-top: 1px solid #C8C8C8;border-bottom: 1px solid #C8C8C8;font-weight: bold; font-size: 100%;}
.directory-header a {color: white; text-decoration: none;}
.directory-header a:hover {color: white; text-decoration: none;}
.directory-header form { padding:0; margin:0;}

.back-table {font-family: Verdana;font-size:10px;padding: 5px; margin-left:auto;margin-right:auto;}
.back-table td {font-family: Verdana;font-size:10px;padding: 5px; margin-left:auto;margin-right:auto; text-align: center;}
.back-header {background-image: url(menu-background.png);background-color: #EBF1F4;color: white;border: 1px solid #C8C8C8; font-weight: normal; font-size: 10px;}
.back-header a {color: white; text-decoration: none;}
.back-header a:hover {color: white; text-decoration: underline;}

/* NEWS */

.news { width: 70%; margin-left: auto; margin-right: auto; font-size:11px;}
.news-headline { background-color: #7792C0; width: 100%; color: White; padding:5px;background-image: url(menu-background.png)}
.news-headline a { color: White; font-size: 11px; text-decoration: underline;}
.news-headline a:hover { color: White; font-size: 11px; text-decoration: none;}
.news-content { background-color: #EEF1F7; color: #595959; padding:5px;}


/* ACTIVITIES */

.activities { width: 90%; margin-left: auto; margin-right: auto; font-size:11px;}
.activities-title { background-color: #7792C0; width: 100%; color: White; padding:5px;background-image: url(menu-background.png); font-size:12px;}
.activities-headline a { color: White; font-size: 11px; text-decoration: underline;}
.activities-headline a:hover { color: White; font-size: 11px; text-decoration: none;}
.activities-content { background-color: #EEF1F7; color: #595959; padding:5px;}


/* COUNCILLORS */

.councillors { margin-left: auto; margin-right: auto; width: 75%; text-align: justify; }
.councillors-search { background-color: #7792C0; color: White; padding:6px;background-image: url(menu-background.png); font-size:11px; font-weight:bold;}
.councillors-search-table { border: 2px solid white;margin-left: auto; margin-right: auto; width: 75%; text-align: justify;}
.councillors img {border: none;}
.councillors-content {background-color: #EEF1F7; color: #595959; padding:5px;}


/* HAXBY */

.haxby { margin-left: auto; margin-right: auto; width: 75%; text-align: justify; }
.haxby-title {background-image: url(haxby-background.png); background-color: #7792C0; color: #595959; padding:6px;font-size:11px; font-weight:bold;}
.haxby-table { border: 2px solid white;margin-left: auto; margin-right: auto; width: 75%; text-align: justify;}
.haxby img {border: none;}
.haxby-content {background-color: white; color: #595959; padding:5px;}


/* SOCIETIES */

.societies { width: 90%; margin-left: auto; margin-right: auto; font-size:11px;}
.societies-title { background-color: #7792C0; color: White; padding:5px;background-image: url(menu-background.png); font-size:12px;}
.societies-content { background-color: #ffffff; color: #595959; padding:5px;}
h5 {color: #666;margin-bottom:0px;border-bottom: 1px solid #6699FF;font-size: 12px;letter-spacing: 0;width: 100%;text-align: left; }


/* HOME-TICKER */

.home-ticker { width: 100%;}