/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
}
#menu {
	width: 220px;
	float: left;
/*	
border-left: 1px solid #006;
*/
	margin-left: -1px;
	padding: 10px;
	}
	
#content {
	margin-left: 220px;
	border-left: 1px solid #006;
	/*
	border-right: 1px solid #006;
	*/
	height:100%;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	}

#header {
	background-color: #000066;
	color: #006;
	border: 1px solid #000066;
	margin-bottom: 0px;
	height: 100px;
	}
	
#footer {
	background-color: #fff;
	color: #006;
	border: 1px solid #000066;
	font-size: 11px;
	text-align: center;
	padding: 5px 10px 5px 0;
	clear: both;
	}
#form{
text-align:right;
padding-right:4px;
}
div.row {
  clear: both;
  padding-top: 10px;
  }
div.row span.label {
  float: left;
  width: 150px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 500px;
  text-align: left;
  } 
.imageleft{
	float:left;
}
.imageright{
	float:right;
}
.centre{
	text-align:center;
}
.h1 {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	font-weight:bold;
	padding: 3px;
}
.h2 {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	padding: 3px;
}
.h3 {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	padding: 3px;
}
.limenu{
		font-size:12px;
}
.menuheadings{
		font-size:12px;
		font-weight:bold;
}
.maintext{
		font-size:14px;
}
.mainheading1{
		font-size:18px;
		border-bottom:1px dashed #000066;
}
.mainbold{
		font-weight:bold;
		font-size:15px;
}
.smalltext {

		font-size:10px;
}
a.menulinks:hover{
	background-color:#33FFFF;
	text-decoration:none;
}
a.menulinks:link{
	text-decoration:none;
	border-bottom:1px dashed #0000ff;
	color:#000066;
}
a.menulinks:visited{
	text-decoration:none;
	border-bottom:1px dashed #0000ff;
	color:#000066;
}
a.menulinks:active{
	text-decoration:none;
	border-bottom:1px dashed #ff0000;
	color:#000066;
	background-color:#FF9933;
}
a:hover{
	background-color:#33FFFF;
	text-decoration:none;
}
a:link{
	text-decoration:none;
	border-bottom:1px dashed #0000ff;
	color:#000066;
}
a:visited{
	text-decoration:none;
	border-bottom:1px dashed #0000ff;
	color:#000066;
}
a:active{
	text-decoration:none;
	border-bottom:1px dashed #ff0000;
	color:#000066;
	background-color:#FF9933;
}
li{
			font-size:14px;
}

/*#header{
border: 5px solid #ff0000;
}
#middle{
border: 5px solid #0000ff;
width:100%;
}
#menu{
float:left;
height:100%;
width:160px;
border: 5px solid #ff0000;
}
#content{
float:right;
border: 1px solid #0000ff;
width:100%;
left:160px;
}
#footer{
border: 5px solid #ff0000;
}
#header {
border: 1px solid #ff0000;
}

#content {
	MARGIN: 0px 50px 0px 170px; 
	border: 1px solid #ff0000;
}
#menu {
	BORDER-RIGHT: 1px solid; 
	PADDING-RIGHT: 10px; 
	BORDER-TOP: 1px solid; 
	PADDING-LEFT: 10px; 
	LEFT: 10px; 
	PADDING-BOTTOM: 10px; 
	BORDER-LEFT: 1px solid; 
	WIDTH: 150px; 
	PADDING-TOP: 10px; 
	BORDER-BOTTOM: 1px solid; 
	POSITION: absolute; 
	TOP: 50px; 
	BACKGROUND-COLOR: #ffcccc; voice-family: inherit
}
#footer{

border: 1px solid #ff0000;
}
#middle{
border: 5px solid #0000ff;
width:100%;
}
*/
