﻿@import url("layout.css");
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: medium;
	color: #000;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	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 */
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}
caption {
	font-weight: bold;
	text-align: left;
}
/* masthead styles */
#masthead {
	clear:both;
	float:left;
	width:100%;
	background-color: #000;
	border-bottom:1px solid #000;
}
#masthead img {
	float: left;
	border: 0px;
}
#masthead h1 {
	padding:0;
	margin:0;
}
#title {
	position:absolute;
	left: 17%;
	top: 100px;
	width: 83%;
	background-color: #fff;
	padding-left: 2%;
	padding-bottom: 50px;
}
#title h1 {
	padding-top: 10px;
}
/* '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 */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.content,
.sidebar,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
.content {
	background-color: #fff;
}
.content h2 {
	margin-top: 0px;
	padding-top: 0px;
}
.sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #cb8;
}
.sidebar li {
	display: block;
	border: 1px solid #cb8;
}
.sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
.sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}
/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;		/* right column background colour */
}
.leftmenu .colleft {
	right:83%;			/* right column width */
	background:#cb8;	/* left column background colour */
}
.leftmenu .content {
	width:81%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .sidebar {
	width:15%;			/* left column content width (column width minus left and right padding) */
	left:2%;			/* (right column left and right padding) plus (left column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	background:#cdf;	/* footer background color */
}
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
	/* --> */
