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

body { background-image: url(images/background.png);
	   background-repeat: repeat-x; 
	   background-color: #95C1E8;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 10pt;}

#announce { background-image: url(images/announce.png);
			background-repeat: no-repeat;
			width: 580px;
		    height: 31px;
		    position: relative;
		    left: 10px;
		    top: 15px;
			padding-top: 15px;}

#content { background-image: url(images/window.png);
		   background-repeat: no-repeat;
		   height: 600px;
		   width: 800px;
		   margin-top: 60px;
		   margin-left: auto;
  		   margin-right: auto;
		   z}
		   
#menu { width: 795px;
		height: 91px;
		position: relative; 
		top: 35px;
		left: 3px;
		text-align: center;
		text-decoration:none;}
		
#title { width: 390px;
		 height: 55px;
		 position: relative;
	     right: 30px;
		 bottom: 310px;
		 text-align: right;
		 float: right;
		 z-index: 1000;}
		
#text { width: 360px;
		height: 260px;
		position: relative;
		left: 350px;
		bottom: 265px;
		padding: 10px 20px 10px 10px;
		float: right;
		z-index: 1000;}

#image { width: 449px;
		 height:339px;
		 position: relative;
	     right: 100px;
		 top: 31px;
		 float: left;
		 overflow:hidden;
		 z-index: 3000;}

#contact{ width: 700px;
		  height: 55px;
		  position: relative;
		 right: 50px;
		  bottom: 235px;
		  text-align:right;
		  float:right;
		  z-index: 1000;}
		  
h1{ color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;}

h2 { color: #2E346D;
	 font-size: 12pt;
	 font-weight: bold;
	 margin-top: 0px;
	 padding-top: 0px;
	 margin-bottom: 0px;
	 padding-bottom: 0px;}
	 
.headline { color: #2E346D;
	 font-size: 12pt;
	 font-weight: bold;
	 margin-top: 0px;
	 padding-top: 0px;
	 padding-bottom: 10px;
	 margin-bottom: 10px;
	 line-height: 2em;}
	 
ul {padding: 0px;
margin:0px;
margin-left: 1em;
}

.scroll-pane {
	width: 360px;
	height: 100%;
	overflow: auto;
	float: left;}

img.nohover {border:none; text-decoration:none}
img.hover {border:none; display:none; text-decoration:none;}
a:hover img.hover {border:none; display:inline; text-decoration:none;}
a:hover img.nohover {border:none; display:none; text-decoration:none;}
a:link   { color: #3f72a3; text-decoration: none; }
a:visited { color: #3f72a3; text-decoration: none; }
a:hover { color: #3f72a3; text-decoration: underline; }