/* CSS Document */

body {
	padding: 0;
	font: 80% Verdana,Tahoma,Arial,sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#468888;
	background-position: center;
}

h1 {
font-size:20px;
color:#468888;
margin-top:0px;
}

h2 {
font-size:15px;
}

#container {
margin: 0em auto;
text-align: left;
width:800px;
}

#top {
	background-image:url(layout2/top.jpg);
	background-repeat: no-repeat;
	border: 0;
	height:150px;
	width:800px;
}

#middle {
	background-image:url(layout2/menu.jpg);
	background-repeat: no-repeat;
	border: 0;
	height:80px;
	width:800px;
}

#menutext {
padding-left:5px;
padding-top:28px;
}

#middlemiddle {
	background-image:url(layout2/middletop.jpg);
	background-repeat: no-repeat;
	border: 0;
	height:27px;
	width:800px;
}

#text {
	background-image:url(layout2/middlemiddle.jpg);
	background-repeat:repeat-y;
	background-position:center;
	border: 0;
	height:auto;
	width:800px;
	position:absolute;
	
}

#texttext {
padding-left:35px;
float:left;
width:500px;
height:auto;
}

#textright {
float:right;
padding-left:35px;
width:150px;
padding-right:35px;
}

.tableBy {
border-color:#468888;
border-width:1px;
border-style:solid;
}

#bottom {
	background-image:url(layout2/bottom.jpg);
	background-repeat: no-repeat;
	border: 0;
	height:50px;
	width:800px;
}

#menu {
margin-left:15px;
}

#menu a, #menu a:visited {
  text-decoration:none; 
  background-color:#336699; 
  color:#000; 
  display:block; 
  width:8.5em; 
  height:1.5em; 
  border-bottom:1px solid #bbddff;  
  border-right:1px solid #bbddff; 
  padding:0.5em;
  }
  
#menu a:hover {
  border-bottom:1px solid #468888; 
  text-align:right;
  }

a.linkmenu:link, a.linkmenu:visited {
color:#0000FF;
text-decoration:none;
font-size:13px;
}

a.linkmenu:hover {
color:#FF0000;
text-decoration:none;
font-size:13px;
}

a.linkBy:link, a.linkBy:visited {
color:#FF0000;
text-decoration:none;
font-size:13px;
}

a.linkBy:hover {
color:#000000;
text-decoration:none;
font-size:13px;
}


.images {
padding-right:20px;
padding-bottom:5px;
}

.imagesright {
padding-left:20px;
position:relative;
}