/* This will produce a scrollbar in FF whether needed or not, so that centering is same as IE */
body	{
	overflow: -moz-scrollbars-vertical;
}

/* Default font for all table cells */
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* Lists will have no bullet points */
ul#nav-menu, ul.menu-top, ul#side-head, ul#side-menu, ul.desch, ul.desc {
	list-style: none; 
	padding: 0;
	margin: 0;
}

/* Sets top two menu lists */
.menu-top li {
	position: relative;
	text-align: right;
	cursor: default;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00441B;
	padding-right: 7px;
	padding-left: 7px;
	float: right;
	margin-top: 2px;
	color: #00441B;
	font-weight: normal;
}

/* Sets top two menus - linked text */
.menu-top a {
	color: #00441B;
	text-decoration: none;
	font-weight: normal;
}

/* Sets top two menus - linked text hover */
.menu-top a:hover {
	color: #CC0000;
	text-decoration: none;
}

/* Sets nav-menu list (main menuof sections) */
#nav-menu li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 1px;
	text-transform: none;
	padding-right: 23px;
	padding-left: 26px;
	color: #00441B;
}

/* Drops border line off end item */
li.end {
	border-right-style: none;
}

/* Sets nav-menu - linked text */
#nav-menu a {
	color: #00441B;
	text-decoration: none;
}

/* Sets side menu text */
#side-menu li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0.1em;
	padding-bottom: 0.6em;
	margin-top: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

/* Sets side menu - linked text */
#side-menu li a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	text-align: left;
}

/* Sets nav-menu - linked text hover - information colour */
#minfo a:hover {
	color: #00968D;
	text-decoration: none;
}

/* Sets nav-menu - linked text hover - why colour */
#mwhy a:hover {
	color: #EF8228;
	text-decoration: none;
}

/* Sets nav-menu - linked text hover - how colour */
#mhow a:hover {
	color: #22A3C9;
	text-decoration: none;
}

/* Sets nav-menu - linked text hover - references colour */
#mref a:hover {
	color: #9463AD;
	text-decoration: none;
}

/* Sets nav-menu - linked text hover - meetings colour */
#mmeet a:hover {
	color: #BC2053;
	text-decoration: none;
}

/* Drops border line off about */
li#mabt {
	border-right-style: none;
}

/* Sets nav-menu - linked text hover - about colour */
#mabt a:hover {
	color: #1B8350;
	text-decoration: none;
}

/* Sets search button style */
#searchbut {
	background: #FFFFFF;
	font-size: 90%;
	width: 30px;
	border: 1px solid #00441B;
	margin-left: 2px;
	text-align: center;
	color: 00441B;
}
/* list bullet style */
#bullet ul{
	list-style: none;
	margin-left: 0;
	padding-left: 2em;
	text-indent: -1.35em;
}
#bullet li{
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
}

/* Sets search input box style */
#searchinput {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	border: 1px solid #00441B;
	margin-left: 2px;
	width: 70px;
}

#copyright {
	font-size: 10px
}
.borderthin{
border-width:0.0000001em;
}

.source {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}

.note {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.tabletitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
