"utf-8";

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
html, body, p, th, td, li, dd, dt {
  font: 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	 font-size: 1.6em;
	 letter-spacing: 0.2em;
	 color:555;
	 }
h2 {
	 font-size: 1.1em;
	 font-weight: bold;
	 color:#555;
	 }
h3 { font-size: 1.0em; letter-spacing: 0.2em; font-style:italic;}
h4 { font-size: 1.0em; letter-spacing: 0.1em; font-weight:bold;}
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

a:link { color: #00f; }
a:visited { color: #009; }
a:hover { color: #06f; }
a:active { color: #0cf; }

body {
	text-align:center; /*IE 6 and earlier doesn't properly handle text-align:center it centers everything, not only text */
	min-width:940px;
	min-height:583px;
	font: normal 10px Tahoma, Arial, sans-serif;
	background: url(../images/bfade.jpg);
	background-repeat: repeat-x;
	}
	
#container {
	position:relative;
	top:3px;
	width:941px;
	margin:0 auto; /*IE 5.xx and IE 6 don't like auto margins*/
	text-align:left; /* "hack" for IE5.xx and 6 to align the text left */
	background: #fff url(../images/backq.gif);
	background-repeat: repeat-y;
	}
#prop {
		position:relative;
    float:right;
    width:1px;
		height:540px;
  }
#header {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:820px;
	height:105px;
	font-size:1em;
	text-align:left;
	color:#333;
	background: url(../images/header.gif);
	padding: 5px 60px;
	}
#pagehead {
	position:relative;
	float:left;
	top:20px;
	left:30px;
	font-size:22px;
	color:#333;
}
#menu {
	position:relative;
	float:left;
	width:810px;
	height:25px;
	left:60px;
	float:left;
	background: #9c3;
	color: #fff;
	font-size:1.2em;
	letter-spacing:0.1em;
	font-style:bold;
	padding-top:5px;
	padding-left: 10px;
	z-index:5;
	}
#main {
	position:relative;
	float:left;
	width:800px;
	float:left;
	padding-top:10px;
	padding-left:70px;
	padding-right:70px;
	font-size:1.2em;
	text-align:left;
	background: url(../images/mainq.gif);
	z-index:4;
	}
#maintable-home{
	width:100%;
	font-size:1.1em;
	color:#555;
	background: url(../images/homeimage.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
#maintable-home td{
	padding:5px;
	vertical-align:top;
}
#maintable{
	width:100%;
	font-size:1.1em;
	color:#555;
	}
#maintable td{
	padding:5px;
	vertical-align:top;
}
td.list {
	padding:0px;
	border: 0px;
		}
td.page_details {
	border-left: 2px solid #9c6;
	padding:5px;
}
#footer {
	clear:both;
	height:10px;
	width:820px;
	background: url(../images/ffade.jpg);
	background-repeat: repeat-x;
	color: #639;
	font-size:9px;
	letter-spacing:0.2em;
	text-align: left;
	padding:5px 60px;
	}
#footer a:link, #footer2 a:active, #footer2 a:visited {
	color:#999999;
	text-decoration:none;
	}
#footer a:hover {
	color:#bbbbbb;
	text-decoration:underline;
	}
#menu ul {
	margin: 0;
	float: left;
	width: 100%;
	}
#menu ul {
	display: block;
	list-style: none outside;
	}
#menu li {
	padding: 0;
	margin: 0 30px 0 0;
	display: block;
	float: left;
	position: relative;
	}
#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
	}
#menu a:hover {
	color: #639;
	background: #fff;
	text-decoration: none;
	}
#menuclear { display: none; }


ul#list {
	margin: 0;
	padding-left: 10px;
	list-style: none;
	line-height:2em;
	
	}
ul#list li{
	padding: 0;
	width:240px;
}
ul#list li a:link, ul#list li a:visited {
	color:#000;
	width:240px;
	text-decoration:none;
	border-left: 5px solid #fff;
	}
ul#list li a:hover {
	color:#333;
	text-decoration:none;
	border-left: 5px solid #9c3;
	}
ul#list li#current {
	color:#333;
	background:#eee ;
	font-size:1em;
	font-weight:bolder;
	text-align:right;
	border-left: 5px solid #9c3;
	}
.icon_right {
	float:right;
	margin: 0 0 15px 15px;
	}
.heading_icon_left {
	float:left;
	margin: 0;
	padding-right:15px;
	}
.image_left {
	float:left;
	margin: 0 15px 15px 0;
}
hr.brown {
	 color:tan;
	 background-color:tan;
	 height:2px;
}
hr.green {
	 color:#9c3;
	 background-color:#9c3;
	 height:2px;
}
.inputtitle {
	font: courier, courier new, san serif;
	font-size:0.8em;
	letter-spacing:0.1em;
	text-align:left;
	}
.input {
	font: courier, courier new, san serif;
	font-size:0.8em;
	color:#000;
	width:160px;
	}
