* {
	margin: 0;
	padding: 0;
}

html {
	overflow: scroll;
	height: 102%;
}

body {
background:#ffffff;
background:#eaeaea url(graphics/bg.gif) top center repeat-y;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
color: #000000;
}
a { color: #253b36; text-decoration: none; }
a:hover { text-decoration: underline; 
}
/* Wrapper */
#wrap {
background:#ffffff url(graphics/wrapbg.jpg) top center repeat-y;
width: 980px;
margin: 0 auto;
}
/* Header */
#header {
color:#c0c0c0;
	background:#e7e7ea url(graphics/header2.jpg) top left no-repeat;
	height:197px;
	width:980;
	margin:0px 0px 0px 0px;
	padding:0;
}

/* Menu top */

#menu {
	width: 980px;
	height: 15px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	font-size: .9em;
	padding: 143px 0 0 785px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li:hover {
}

#menu a {
	padding: 0 20px;
	text-align: right;
	text-decoration: none;
	font-size: .8em;
	color: #000000;
}

#menu a:hover, #menu .active a {
	color: #000000;
}

/* Content in use with mid column */
#content {
float: right;
width: 538px;
padding: 0 20px 20px 20px;
border-left: 2px solid #e7e7ea;
font-size: .8em;
text-align: justify;
}
#content h2 {
color: #000000;
font-size: 1.1em;
font-weight: 100;
padding: 10px 0 5px 0;
border-bottom: 1px dotted #aaa;
margin-bottom: 10px;
}
#content h3 {
color: #000000;
font-size: 1.1em;
font-weight: 75;
padding: 10px 0 5px 0;
border-bottom: 1px dotted #aaa;
border-top: 1px dotted #aaa;
margin-bottom: 10px;
}
#content h2 a {
color: #000000;
text-decoration: none;
}
#content h2 a:hover {
color: #eee;
}
#content a{
	color:#000000;
	padding-right:15px;
	font-size:1em;
	margin-bottom:10px;
	text-decoration:none;
}
#content a:hover{
	color:#212020;
	
}
#content td{
padding:10px;
}

/* Content without mid column */
#contentwide {
float: right;
width: 748px;
padding: 0 20px 20px 20px;
font-size: .8em;
text-align: justify;
}
#contentwide h1 {
color: #000000;
font-size: 1.1em;
font-weight: bold;
padding: 10px 0 5px 0;
border-bottom: 1px solid #aaa;
border-top: 1px solid #aaa;
margin-bottom: 10px;
}

#contentwide h2 {
color: #000000;
font-size: 1.1em;
font-weight: 100;
padding: 10px 0 5px 0;
border-bottom: 1px dotted #aaa;
border-top: 1px dotted #aaa;
margin-bottom: 10px;
}
#contentwide h3 {
color: #000000;
font-size: 1.1em;
font-weight: bold;
padding: 10px 0 5px 0;
margin-bottom: 10px;
}

#contentwide a{
	color:#184f8d;

	background-repeat:no-repeat;
	font-size:.9em;
	margin-bottom:10px;
	text-decoration:none;
}

#contentwide h2 a {
color: #000000;
text-decoration: none;
}
#contentwide h2 a:hover {
color: #eee;
}
/* For displaying enlargements of images */
#contentenlarge {
float: right;
width: 850px;
padding: 0 100px 20px 20px;
font-size: .8em;
text-align: justify;
}
/* Main menu at left */
#leftmenu {
background:#e8e7eb;
font-size:.8em;
float: left;
width: 140px;
padding: 0 10px 20px 10px;
}

#leftmenu a{
	color:#000000;
	display:block;
	background-image:url(graphics/menubutton.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	font-size:.9em;
	margin-bottom:10px;
	text-decoration:none;
}
#leftmenu a:hover{
	color:#000000;
	background-image:url(graphics/menubutton2.gif);
}
#leftmenu h1 {
border-bottom: 1px solid #aaa;
border-top: 1px solid #aaa;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #000000;
font-size: .9em;
font-weight: bold;
}

#leftmenu h2 {
border-bottom: 1px dotted #aaa;
border-top: 1px dotted #aaa;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #000000;
font-size: .9em;
font-weight: 100;
}
#leftmenu h3 {
border-bottom: 1px solid #aaa;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #000000;
font-size: .9em;
font-weight: 100;
}

#leftmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#sitesearch {
	padding-left:15px;
	list-style: none;

}

/* narrow mid column for sub menu or news bits etc */
#midcolumn {
float: left;
width: 180px;
padding: 0 20px 20px 20px;
font-size:.8em;
}

#midcolumn a{
	color:#000000;
	display:block;
	background-image:url(graphics/menubutton3.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	font-size:.8em;
	margin-bottom:10px;
	text-decoration:none;
}
#midcolumn a:hover{
	color:#000000;
	background-image:url(graphics/menubutton3.gif);
}

#midcolumn h2 {
border-bottom: 1px dotted #aaa;
border-top: 1px dotted #aaa;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #710808;
font-size: .9em;
font-weight: bold;
}
#midcolumn ul {
list-style-type: none;
padding: 0 0 10px 0;
}

/* Footer */
#footer {
color:#000000;
background:#e8e7eb url(graphics/footerbg.gif) top left no-repeat;
width:980;
margin:0px 0px 0px 0px;
padding:30px 0 15px 0;
font-size: .6em;
}
#footer a { 
}
#footer a:hover {
}
/* Tables */
td {
padding:7px;
font-size:1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align:left;
}
th {
padding:7px;
font-size:1em;
font-family: Verdana, Arial, Helvetica, sans-serif;

text-align:left;
}
/* Various classes */
.textright {
text-align:right;
margin:0px 0 4px 0;
}
.cleared {
clear:both;
}
.left {
margin:0px 10px 10px 0px;
float:left;
}
.right {
margin:0px 0px 10px 10px;
float:right;
}
.small {
font-size:.7em;
}

.medium {
font-size:.85em;
}




