body {
	background-color: #dbebf7;
}

#logoframe {
	
	z-index: 150;
	width:  176px;
	top: -25px;
	left: 0px;
	margin: 0px auto;
	position: relative;
	-moz-box-shadow: 2px 2px 1px rgba(12, 11, 11, 0.45);
	-webkit-box-shadow: 2px 2px 1px rgba(12, 11, 11, 0.45);
	box-shadow: 2px 2px 1px rgba(12, 11, 11, 0.45);
}

div#navbar {
text-align: center;
background-color: #dbebf7;
padding: 8px;
font: bold .7em Verdana, Helvetica, Arial, sans-serif;
margin-bottom: 15px;
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #3A3A3A;
background-color: #ffffff;
text-decoration: none;
border: 1px solid #bfbebe;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: inline;
margin-top: 3px;
margin-left: 3px;
margin-bottom: 0px;
margin-right: 3px;
padding-top: 3px;
padding-right: 6px;
padding-left: 6px;
padding-bottom: 3px;
-moz-box-shadow: 2px 2px 1px #d1cfcf;
-webkit-box-shadow: 2px 2px 1px #d1cfcf;
box-shadow: 2px 2px 1px #d1cfcf;
}

#navbar ul li a:hover, #navbar ul li a.current {
color: #696868;
background-color: #93B4C8;
text-decoration: none;
/*border-bottom: groove #ae180e 8px;*/
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

strong#alerts {
font-family: monospace;
font-size: 12px;
font-weight: bolder;
color: #ff1509; }

#navbar ul {
margin: 0px;
padding: 0px;
}

div#image {
background-position: 50% 50%;
}
.curvedArea {
	display: block;
	width: 780px;
	background-color: #ffffff;
}

.topLeft {
	background-image: url(../images/bg_topLeft.jpg);
	width: 100%;
	height: 26px;
	float: left;
	background-color: #fff;
}

.topRight {
	background-color: #fff;
	background-image: url(../images/bg_topRight.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 20px;
	height: 26px;
	float: right;
}

.centerLeft {
	background-image: url(../images/bg_centerLeft.jpg);
	background-repeat: repeat-y;
	width: 100%;
	float: left;
	
	
}

.centerRight {
	background-image: url(../images/bg_centerRight.jpg);
	background-repeat: repeat-y;
	background-position: 100% 0;
	width: 100%;
	height: 100%;
	float: right;
	background-color: #fff;
}

.bottomLeft {
	background-image: url(../images/bg_bottomLeft.jpg);
	background-repeat: no-repeat;
	width: 100%;
	float: left;
	
}

.bottomRight {
	background-color: #fff;
	background-image: url(../images/bg_bottomRight.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 20px;
	height: 51px;
	float: right;
	background-color: #dbebf7;
	
}

.content {
	margin-right: 25px;
	margin-left: 25px;
	text-align: left;
	font-size: 10px;
line-height: 1.2em;
	font-family:  Verdana;
	color: black;
	background-color: #ffffff;
	}

.menucontent {
	margin-right: 20px;
	margin-left: 35px;
	text-align: left;
	font-size: 10px;
	line-height: 1.2em;
	font-family:  Verdana;
	color: black;
	background-color: #ffffff;
	}
.clear {
	clear: both;
 }
 
 h4 {
 	font: bold 1em Verdana, Helvetica, Arial, sans-serif;
 	margin-bottom: 8px;
 	
 }
 
 .accessibility {
	 
	 text-align: left;
	 margin-left: 400px;
	 float:right;
	 margin-right:25px;
	 
 }
 
 p#address {
 	text-align: center;
 }

img#flow {
float: left;
margin: 8px;
padding-right: 10px;
clear: right;
}
img#flowRight {
float: right;
margin: 8px;
clear: left;
}

#border {
float: left;
margin: 50px;
width: 500px;
clear: right;
background-image: url(../Media/borders/01_border.gif);
background-repeat: repeat-x;
}

pre#menus {
font-size: 14px;
line-height: 1.4em;
font-family: cursive; }



div.credits {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9px;
background-color: #dbebf7;
 }

#contactform dd {
margin:  0;	
}

#contactform dt {
width: 80px;
float:  left;
padding-right: 10px;
text-align: right;
font-weight: bold; }


