/*
	COLOURS:
	light blue: #5dbeeb
	dark blue: #006ca7
*/
html, body {height: 100%;}
body {
	margin: 0px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 76%;
}

#container {
	width: 800px;
	margin: 0px auto;
	font-size: 1.0em;
}

#topnav {
	position: absolute;
	width: 800px;
	top: 35px;
	left: 50%;
	margin-left: -400px; 
	text-align: right;
	font-size: 0.8em;
}

#banner {
	width: 800px;
	margin: 0px;
}

#midmenu {
	width: 800px;
	margin: 0px;
}

#contwrap {
	width: 800px;
	background-image: url('graphics/cont-bg.gif');
	background-position: 198px top;
	background-repeat: repeat-y;
}

#sidebar {
	float: left;
	width: 198px;
	margin-right: 2px;
}
#sidebar h2 {
	color: #006ca7;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0px;
}
#sidebar ul {
	padding: 0px 15px;
	margin: 0px;
}

#content {
	float: left;
	width: 600px;
}

#footer {
	width: 800px;
	border-top: 5px solid #000000;
	text-align: right;
	font-size: 0.8em;
	padding: 10px 0px;
}

a.m:link{color:#326392; text-decoration: none; font-weight: bold;}
a.m:visited{color:#326392; text-decoration: none; font-weight: bold;}
a.m:hover{color:#326392; text-decoration: underline; font-weight: bold;}
a.m:active{color:#326392; text-decoration: underline; font-weight: bold;}

a.menu:link {color:#326392; text-decoration: none; font-weight: bold;}
a.menu:visited {color:#326392; text-decoration: none; font-weight: bold;}
a.menu:hover {color:#326392; text-decoration: underline; font-weight: bold;}
a.menu:active {color:#326392; text-decoration: underline; font-weight: bold;}

a.w:link {color: #ffffff; text-decoration: none; font-weight: bold;}
a.w:visited {color: #ffffff; text-decoration: none; font-weight: bold;}
a.w:hover{color: #ffffff; text-decoration: underline; font-weight: bold;}
a.w:active {color: #ffffff; text-decoration: underline; font-weight: bold;}

a.prodlink:link {text-decoration: none;}
a.prodlink:visited {text-decoration: none;}
a.prodlink:hover {text-decoration: none;}
a.prodlink:active {text-decoration: none;}

.hr {
	background-image: url('graphics/hr-bg.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 2px;
	margin: 10px 0px;
}

.form_input{
	font-size: 1.1em;
	border: 1px solid #326392;
}

.heading{
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 15px 10px 15px;
	color:#326392;
}
.bodytext{
	margin: 10px 15px 10px 15px;
}

.caption{
	font-size: 1.1em;
	font-weight: bold;
	color: #326392;
	line-height: 1.5em;
}
.feat-blue {
	background-color: #006ca7;
	padding: 10px;
	color: #ffffff;
}