@charset "utf-8";
/* CSS Document */







#containner {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {


}
.headImg {
	width: 800px;
	height: 22px;
	background-image: url(../images/head1.jpg);
}

.logo {
	width:800px;
	height:100px;
	background-color: #FFFFFF;
}
.lobg {
	width:800px;
	color: #FFFFFF;
	height: 10px;
	background-color: #000000;
}


#content {
	float: left;
	width: 590px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#content div {

}

.conImg {
	width:590px;
	height: 22px;
	background-image: url(../images/contImg.jpg);
	background-repeat: no-repeat;
}


#sidebar {
	float: left;
	width: 200px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-right: 10px;
	background-color: #EBEBEB;
}


#sidebar div {

}
.mefootImag {
	height: 22px;
	width: 200px;
	background-image: url(../images/nav_img.jpg);
	background-repeat: no-repeat;
}

.searchform{
    background: #FFCCCC;
    color: #000066;
	width: 115px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.insertform{
    background: #FFCCCC;
    color: #000066;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

.label{
	background: #FFCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.maintext { color: #484b3a; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 1.2em; }
label {
	display: block;
}

.button {
	background: #CCCCCC;
}
input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #FFFFFF;
	background: #990000;
}
#titlebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0033CC;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033CC;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033CC;
}




.displayDate {
	width:200px;
	position: relative;
	height: 11px;
	top: 2px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
}

#footer {
	clear: both;
	float: left;
	text-align: center;
	width: 800px;
	height: auto;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border-top-width: 10px;
	border-top-color: #000000;
	border-top-style: solid;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #0066FF;
	text-decoration: underline;
}
p#disclaimer {
	float: left;
	text-align: center;
	width: 600px;
	height: auto;
	color: #000000;
	font-size: 9px;
	padding: 0px;
	margin: 8px 0 0 100px;
	display: inline;
}
#footImage {
	background-image: url(../images/head1.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
}
.searchProperty {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:110px;
}

.requestForm {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
.menuContent {
	margin:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.adminContent {
	margin:5px 5px;
	
}

.loginText {
	position:relative;
	width:50px;
	height:15px;
	top:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: right;
	text-align: right;
}
