@charset "utf-8";
/*  */
/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#ddd;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	text-align:center;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#fff;
	background:#666;
	text-decoration:none;
}
h1, h2, h3 {
	padding:10px;
	margin: 0px;
}
p {
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#fixed {
	width:960px;   /* you can use px, em or % */
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* Header styles */
	#header {
	clear:both;
	float:left;
	width:100%;
	background-color: #999;
}
#header p, #header h1, #header h2 {
	margin:0;
	padding: 0.4em;
	border-bottom:4px solid #000;
}
/* dark bar */
.bardark {
	clear:both;
	padding: 10px;
	margin: 0;
	background:#666;
}
/* clear bar */
.barlight {
	clear:both;
	padding: 10px;
	margin: 0;
	background:#ddd;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colleft, .colmid, .colright {
	float:left;
	width:100%;
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 0 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
	background:#ddd;
}
.leftmenu .colleft {
	right:81.33%;			/* right column width */
	background:#ddd;	/* left column background colour */
}
.leftmenu .col1 {
	width:81.33%;			/* right column content width */
	left:100%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:16.67%;			/* left column content width (column width minus left and right padding) */
	left:0%;			/* (right column left and right padding) plus (left column left padding) */
}
/* 2 Column (right menu) settings */
.rightmenu {
	background:#ddd;		/* right column background colour */
}
.rightmenu .colleft {
	right:45.03%;			/* right column width */
	background:#ddd;		/* left column background colour */
}
.rightmenu .col1 {
	width:52.97%;			/* left column content width (left column width minus left and right padding) */
	left:46.03%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:43.03%;			/* right column content width (right column width minus left and right padding) */
	left:49%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
/* 2 Column (double page) settings */
.doublepage {
	background:#fff;		/* right column background colour */
}
.doublepage .colleft {
	right:51%;			/* right column width */
	background:#fff;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #ddd;
}
.doublepage .col1 {
	width:44%;			/* left column content width (column width minus left and right padding) */
	left:52.5%;			/* right column width plus left column left padding */
	padding: 10px;
}
.doublepage .col2 {
	width:44%;			/* right column content width (column width minus left and right padding) */
	left:56.5%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	padding: 10px;
}
/* Full page settings */
.fullpage {
	background-color: #fff;
}
.fullpage .col1 {
	width:96%;			/* page width minus left and right padding */
	left:2%;			/* page left padding */
}
.fullpage .col1 li {
	margin-bottom: 20px;
}
.alignLeftImage {
	float: left;
	border: 1px solid #C0C0C0;
	margin: 15px 20px 10px 10px;
}
/* Menu styles */
#menu {
	text-align: center;
}
#menu p {
	margin-top: 5px;
	padding-bottom: 0px;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#footer p {
	font-size: 0.8em;
	padding: 0px;
	margin: 0;
	line-height: 1.6em;
}
/* Footer styles */
#lbp {
	clear:both;
	float:left;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#lbp p {
	font-size: 0.6em;
	padding: 0px;
	margin: 0;
	line-height: 1.6em;
	font-style: italic;
}
	/*  */

