/* CSS Document */

body {
	margin: 0;
	padding:0;
	background-image:url(images/back.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-color: #3c5162;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.container {
	margin:25px auto 25px auto;
	width:800px;
	background-color: #FFF;
	border:5px solid  #0b283e;
	padding:0;
}

.menu {
	margin:0 auto;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:325px;
	padding:0;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:55px;
	}
	
.menu ul {
	float:right;
	width:530px;
	list-style:none;
	padding:0;
	margin:0 auto;
	text-align: center;
}

.menu ul li {
	padding:0;
	margin:0 auto;
	width:100px;
	display:inline;
}

.menu ul li a:link {
	padding:0;
	width:110px;
	display:inline-block;
	color:#88b1e4;
	text-decoration:none;
}

.menu ul li a:visited {
	padding:0;
	width:110px;
	display:inline-block;
	color:#88b1e4;
	text-decoration:none;
}

.menu ul li a:active {
	padding:0;
	width:110px;
	display:inline-block;
	color:#88b1e4;
	text-decoration:none;
}	

.menu ul li a:hover {
	padding:0;
	width:110px;
	background-image:url(images/navhover.gif);
	background-position:top;
	background-repeat:no-repeat;
	display:inline-block;
	color:#FFFFFF;
	text-decoration:none;
}	

.tablegallery {
width:700px;
}

.tablegallery td {
text-align:center;
height:180px;
}

.header {
margin-left:5px;
}

h3 {
	width:450px;
	height:20px;
	line-height:10px;
	border-bottom: 1px solid #CCC;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #497cb9;
}

.text {
	font-size: 12px;
	color: #666;
	width:450px;
	float:left;
	text-align:justify;
	padding:10px 20px 20px 20px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
}

.text2 {
	font-size: 12px;
	color: #666;
	width:760px;
	float:left;
	text-align:justify;
	padding:10px 20px 20px 20px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
}

.text a:link {
	color: #039;
	text-decoration:none;
}

.text a:visited {
	color:#039;
	text-decoration:none;
}

.text a:hover {
	color:#039;
	text-decoration:underline;
}

.text2 {
	font-size: 14px;
	color: #444;
}

.indent {
	padding-left:61px;
}

.blue{
	color: #039;
	font-weight:bold;
}

.grey{
	color:#494949;
	font-weight:bold;
}

.red{
	color:#BF0000;
}


p {
line-height: 15px;
margin-top:10px 0 10px 0;
padding:0;
}

.text img {
padding:0;
margin:0;
}

.image {
	float:left;
	width: 270px;
	padding:20px 5px 40px 20px;
	font-size:12px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	line-height:16px;
}

.address {
	clear:both;
	color: #666;
	width:780px;
	margin: 0 auto;
	font-size:0.7em;
	background-color: #f7f7f7;
	border: 1px solid #e9e9e9;
	height:30px;
	line-height:28px;
	text-align:center;
}

.address a:link{
	color: #039;
	text-decoration:none;
}

.address a:visited{
	color:#039;
	text-decoration:none;
}

.address a:hover{
	color:#039;
	text-decoration:underline;
}


.footer {
	clear:both;
	width:782px;
	height:25px;
	text-align:center;
	font-size:11px;
	color: #232323;
	margin: 0 auto 0 auto;
	padding-top:15px;
}

.footer a {
	color: #039;
	text-decoration:underline;
}

.footer a:visited {
	color:#039;
	text-decoration:underline;
}

.footer a:hover {
	color:#039;
	text-decoration:underline;
}