body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:99.8%;
	background:#000000;
	text-align: center;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.page {
	width: auto;
	position:relative;
	padding:5px;
	margin:0 auto;
	text-align:left;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
img {
	margin:10px 0 5px;
}
/* Header styles */
#header {
	border-color: #293F5E;
	background-color: #293F5E;
	height: 124px;
	background-repeat: no-repeat;
	background-image: url(images/header-bg.jpg);
	background-position: center;
	border-style:solid;
	margin-top: 5px;
	margin-bottom: 5px;
	border-width: 1px;
	padding-left: 3px;
}
	/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* 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 */
	color: #ffffff;
	background-color: #000000;		/* Left column background colour */
	border: 1px solid #000000;
	padding-bottom: 5px;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:visible;
}
	/* 3 Column settings */
.threecol {
	background:#000000;		/* right column background colour */
}
.threecol .colmid {
	right:20%;			/* width of the right column */
	background:#000000;		/* center column background colour */
}
.threecol .colleft {
	right:55%;			/* width of the middle column */
	background:#000000;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:20%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
	/* Footer styles */
.menu-bar {
	text-align:center;
	padding:5px;
	margin:0;
	border:1px solid #B40325;
	white-space:nowrap;
	text-decoration:none;
	margin-bottom:5px;
	font-size:9pt;
	background-color:#293F5E;
}

.menu-bar ul {
	padding:5px 0px;
	margin:0;
}

.menu-bar li {
	padding:4px 0px;
	display:inline;
}

.menu-bar li a {
	font-weight: bold;
	color: #007EBF;
	border:1px solid #aaaaaa;
	padding:4px 4px;
	background-color:#F5F5F5;
	text-decoration:none;
}

.menu-bar li a:hover {
	padding:4px;
	background-color:#007EBF;
	color:#ffffff;
	text-decoration:none;
}
.footer {
	text-align:center;
	padding:5px;
	margin:0;
	white-space:nowrap;
	text-decoration:none;
	margin-bottom:5px;
	font-size:9pt;
	background-color:#000000;
}


.footer ul {
	padding:5px 0px;
	margin:0;
}

.footer li {
	padding:4px 0px;
	display:inline;
}

.footer li a {
	font-weight: bold;
	color: #007EBF;
	border:1px solid #aaaaaa;
	padding:4px 4px;
	background-color:#F5F5F5;
	text-decoration:none;
}

.footer li a:hover {
	padding:4px;
	background-color:#007EBF;
	color:#ffffff;
	text-decoration:none;
}
#divCopyright {
	background-color: #000000;
	background-repeat: no-repeat;
	width: auto;
	height: 20px;
	padding-top:0px;
	padding-left: 15px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

