/* CSS Document */
/*	margin: top right bottom left; */
* {
	margin:0px;
	padding:0px;
}
html, body {
/*	background-image:url(../img/mainBG.png);
	background-color:#009; */
	background-color:#B8C1E4; 
	font:normal normal normal 12px/125% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006;
}
h1 {
	font-size:16px;
	font-weight:bold;
}
h2 {
	font-size:14px;
	font-weight:bold;
}
h3 {
	font-size:13px;
	font-weight:bold;
}
h4 {
	font-size:12px;
	font-weight:bold;
}

#pagewrapper {
	position:relative;
	width:920px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}
#pagecontainer {
	text-align:center;
	margin:10px 35px 15px 35px;
	background-color:#fff;
}
#footer {
	position:absolute;
	bottom:0px;
}
#headsection {
	background:#fff url(../img/headerBG.png) top left no-repeat;
	width:100%;
	text-align:left;
	padding-bottom:5px;
	text-decoration:none;
}
#headsection a:link, #headsection a:active, #headsection a:visited {
	color:#006;
	text-decoration:none;
}
#headsection a:hover {
	color:#f00;
	text-decoration:none;
}
#headsection img {
	border:0px;
}
	.logotext {
		margin:0px;
		width:200px;
		vertical-align:bottom;
	}
	.logotext h1 {
		font: italic normal bold 24px/20px "Times New Roman", Times, serif;
		margin-bottom:5px;
	}
	.address {
		margin-left: 35px;
		margin-bottom:0px;
		vertical-align:bottom;
		width:100%;
	}
	.address h1 {
		font: normal normal normal 16px/125% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		margin-bottom:5px;
	}

/* Horizontal menu bar description */
#menubar {
	background:#309 url(../img/menubar.png) top left repeat-x;
	width:100%;
}

/* The main content div, contains everything below the menu bar */
#main {
	width:100%;
	text-align:left;
	vertical-align:top;
}

.leftcol {
	height:100%;
	vertical-align:top;
	text-align:left;
}
.leftmenu {
	width: 160px;
	margin: 15px 15px 15px 15px;
	border: 1px solid #309;
	cursor:pointer;
}
.menuitem {
	text-indent:8px;
}

/* Use opacity on menu buttons for hover effect */
.opacity img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
.opacity:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}
