/* Colour Scheme 

Dark blue:
Light Blue:
Highlight:
Green:
Grey:

*/

/* Clear default values */
*
{
	padding: 0;
	margin: 0;
}

body
	{
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	/* background-image: url('Images/bodybg.jpg'); */
	}

/* Page layout */

#wrapper
{ 
	margin: 0 auto;
	width: 798px;
	background: #FFF;
	height: 100%;
}

#topbottomnav
{
	width: 796px;
	float: left;
	border: 1px solid #fff;
	height:20px;
	background-color: #d7dce4;
	margin-bottom:10px;
}

#header
{
	float: left;
	width: 798px;
	color: #000;
	border: 1px solid #fff;
	height: 72px;
	margin: 0px 0px 0px 0px;
	background: #fff;
}

#footer
{ 
	width: 798px;
	clear: both;
	color: #000;
	border: 1px solid #fff;
	background: #ddd;
	margin: 0px 0px 0px 0px;
	height: 22px;
}

#leftcol
{ 
	color: #333;
	border: 1px solid #fff;
	background: #fff;
	margin: 0px 0px 0px 0px;
	width: 148px;
	float: left;
}

#leftspace
{ 
	color: #333;
	border: 1px solid #fff;
	background: #fff;
	margin: 0px 0px 0px 0px;
	width: 15px;
	height:600px; /* Force footer down if short page */
	float: left;
}

#content
{ 
	color: #333;
	border: 1px solid #fff;
	background: #fff;
	width: 614px;
	float: left;
	line-height:20px;
	margin-bottom:10px;
	font-size: 12px;
}

#rightspace
{ 
	color: #333;
	border: 1px solid #fff;
	background: #fff;	
	margin: 0px 0px 0px 0px;
	width: 15px;
	float: left;
}

/* Top and bottom menu */

#topbottommenu ul
{
	float: left;
	margin: 0;
	padding: 0;
}

#topbottommenu li
{
	float: left;
	list-style: none;
	margin: 0;
	border-right: 1px solid #fff;
}

#topbottommenu a
{
	background: #d7dce4;
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	font-size: 10px;
}
#topbottommenu a:hover
{
	background: #c7ccd4;
	color: #000;                  
}

/* Side menu */

#sidemenu
{
	width: 148px;
	float:left;
}

#sidemenu ul
{
	font-family: Tahoma, Helvetica, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidemenu li
{
	display: inline; /* for IE5 and IE6 */
}

#sidemenu li .section
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #4c72aa;
} 

#sidemenu a
{
	color: #FFF;
	text-decoration: none;
	font-size: 11px; /* side menu text size */
	font-family: tahoma;
	display: block;
	padding-left: 15px;
	padding-top: 4px; /* menu bar height */
	padding-bottom: 4px; /* menu bar height */
	background-color: #789ACA;
	border-bottom: 1px solid #ccc;
}

#sidemenu a:link, #sidemenu a:visited
{
	color: #FFF;
	text-decoration: none;
}

#sidemenu a:hover
{
	background-color: #26437D;
}

#sidemenu li a#current
{
	background: #789ACA;
	color: #fff;
}

#picture
{
    height: 75px;
	background-color:#fff;
	margin-top: 15px;
	margin-bottom:1px;
	padding-bottom: 0px;
	background-image: url("Images/mainpic148.jpg");
}

#logo
{
	float:right;
	margin-right:10px;
	margin-top: 5px;
}

#title /* Main title */
{
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #789ACA;
	margin-bottom:15px;
	display:block;
	margin-top:20px;
}

/* Content area styles */

#line
{
	border: 0;
	height: 1px;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 25px;
}

.heading /* Headings */
{
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #4E81CA; /* #679D27; */ /* #4E81CA; */
	margin-top: 10px;
	margin-bottom: 10px;
}

#content ol
{
	font-family: Tahoma;
	list-style-image: url(Images/greenarrow.gif);
	margin-top: 5px;
	margin-left:25px;
	margin-bottom: 5px;
	padding:0;
}


#copyright
{
	font-family: Tahoma;
	font-size: 10px;
	float: right;
	padding-top:5px;
	padding-bottom:5px;
	padding-right: 8px;
}

p
{
margin-bottom: 10px;
}

/* Links */

a:link
{ 
	color: #4c72aa;
}

a:visited
{
	color: #4c72aa;
}

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

a:active
{
	color: #4c72aa;
}


.sectionlinks a:link
{ 
	color: #4c72aa;
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
}

.sectionlinks a:visited
{
	color: #4c72aa;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline
}

.sectionlinks a:hover
{
	color: #26437D;
	text-decoration: none;
}

.sectionlinks a:active 
{
	color: #4c72aa;
}





