/* Released free of charge under a Creative Commons Attribution 2.5 License */
/* This sheet has a plain background colour line 8 below. To overlay a background image, reinstate link to image file line 7 below & delete line 8.
    Main body 780 wide, with 6 links (see index page html lines 25-30) each 130 wide (see line 81 below).
    Change colour of links in line 24 below */
/* Elements */
body {
	 /*background: #4096EE url(images_site/img1.jpg) repeat-x;*/
	 background-color: #999999; /*#CED3C3;*/
	 text-align: justify;
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size: small;
	 color: #333333;
}

h1 {}

h2, h3 {
	margin-top: 0px;}

h4, h5, h6 {}

p, ol, ul, dl, blockquote {}

a {	color: #1B4978;}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 780px;
	height: 60px;
	margin: 0px auto;
}

#header h1 {
	float: left;
	margin: 0px;
	padding-top: 20px;
	font-size: 42px;
	letter-spacing: -2px;
}

#header h2 {
	float: right;
	margin: 10px 0px 0px 0px;
	padding-top: 28px;
	font-size: 26px;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 780px;
	height: 30px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 156px;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #EEEEEE;
}

#menu a:hover {
	background: #CCCCCC;
}

/* Content */

#content {
	background: #FFFFFF;
	width: 780px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 520px;
	margin-top: 10px;
	padding-right: 20px;
}

#colTwo {
	float: left;
	width: 200px;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	background-color: #FFFFFF;
	padding: 5px 0px 5px 5px;
	color: #333333; font-size: 42px; letter-spacing: -2px;
}

#content h2 {
	background-color: #CED3C3;
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #333333;
}

#content h3 {
	color: #666666;
}
/* Footer */

#footer {
	width: 780px;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	height: 50px;
	background: #EEEEEE;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}