body {
	background-color: #c4d7ed;
}
div {
	Border: solid 0px #000000;
}

a {
	text-decoration: none;
	font-family: Georgia, Georgia, serif;
	font-size: 11pt;
	text-align: left;
	color: #316830;
}	
	
	
a:hover {
	color: #333333;
}

#container {
	left: 50%;
	margin-left: -362px;
	position: absolute;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	width: 726px;
	height: 214px;
}

#branches {
	background: url(../images/branches.png) no-repeat;
	width: 726px;
	height: 89px;
}


#content {
	background: url(../images/content.png) repeat-y;
	width: 726px;
	overflow: auto;
}

#menu {
	float: left;
	width: 140px;
	padding-left: 10px;
}


#menu a {
	text-decoration: none;
	font-family: Georgia, Georgia, serif;
	font-size: 11pt;
	text-align: left;
	color: #316830;
	display: block;
}	
	
	
#menu a:hover {
	color: #333333;
}



#dyncon {
	float: right;
	width: 555px;
	padding-right: 6px;
	overflow: hidden;
	display: block;
}

#title {	
	width: 300px;
	float: left;
	text-align: left;
	color: #316830;
	font-size: 14pt;
	font-weight: bold;
	font-family: Georgia, Georgia, serif;
	display: block;
}



#printer {
	width: 200px;
	float: right;
	text-align: right;
	display: block;
}

#userText{
	width: 554px;
	color: #333;
	font-size: 10pt;
	font-family: Georgia, Georgia, serif;
	display: block;
	text-align: left;
	margin-top: 25px;
}

#footer {
	background: url(../images/footer.png) no-repeat;
	width: 726px;
	height: 125px;
}

#powered {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 8pt;
	margin: 0 auto;
	color: #333;
}

#powered a:link, a:visited {
	color: #333;
}

#powered a:hover {
	color: #316830;
}