body {
	font-family: Arial, Helvetica, sans-serif;
	background:#006c95 url(images/BG.jpg);
	text-align:center;
}

a{
color:#044b71;
}

a:hover{
color:#045c8a;
text-decoration:none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#topMain{
background:#fff url(images/homePage_01.jpg) top left no-repeat;
width:689px;
height:14px;
margin:0px auto 0px auto;
	overflow:hidden;
	position:relative;
}

#midMain{
background:#fff url(images/homePage_02.jpg) top left repeat-y;
width:689px;
margin:0px auto 0px auto;
	overflow:hidden;
	position:relative;
}

#bottoMain{
background:#fff url(images/homePage_05.jpg) top left no-repeat;
width:689px;
height:14px;
margin:0px auto 0px auto;
	overflow:hidden;
	position:relative;
}
.topLinks a{
font-size:10px;
color:#111;
}

.topLinks{
color:#0099FF;
}

.breadcrumb a{
font-size:10px;
padding:5px;
color:#006c95;
}
.breadcrumb a:hover{
color:#00a0db;
}

h4{
border-bottom:1px dashed #fff;
color:#fff;
font-size:18px;
}




.photogallery{ /*CSS for TABLE containing a photo album*/
}

.photogallery img{ /*CSS for images within an album*/
border: 1px solid green;
}

.photonavlinks{ /*CSS for pagination DIV*/
font: bold 14px Arial;
}

.photonavlinks a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid gray;
text-decoration: none;
background-color: white;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}
