	body {
		background-color: #54A6F0;
		text-align:center;
		background-image:url(images/background-gradiant.jpg);
		background-repeat: repeat-x ;
	}

	a {
		text-decoration:none;
		color:#4952BE;
	}
	
	.content a:hover{
		color:#628FD5;
		border-bottom:1px solid #628FD5;
	}

	table {
		font:12px/17px verdana;
	}
	
	img {
		border:0px;
		margin:0px;
	}	
	
	#frame {
		text-align:left;
		width:770px;
		margin-left:auto;
		margin-right:auto;
		margin-top:-10px;
			
	}
	
	#menu {
		width:185px;
		height:260px;
		background-image:url(images/menu.jpg);
		background-repeat: no-repeat;
	}
	
	#menucontent {
		padding-top:15px;
		padding-left:10px;
	}
	#menucontent a{
		font:18px/24px verdana;
		font-weight:bold;
		color:#ffffff;
	}

	#menucontent a:hover{
		color:#417807;
	}
	
	.menubutton {
		padding-left:7px;
		padding-right:20px;
		padding-top:5px;
		background-image:url(images/menu-underline.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
	}


	#status {
		height:175px;
		background-image:url(images/status.jpg);
		background-repeat: no-repeat;
		font-size:10px;
	}	
	
	#main{
		position:absolute;
		margin-top:254px;
		margin-left:185px;
		width:575px;
	}
	
	#maintop {
		background-color:#ffffff;
		height:13px;
		background-image:url(images/content-top.gif);
		background-repeat: no-repeat;
	}

	#maincontent {
		font:12px/17px verdana;
		padding:25px;
		padding-top:10px;
		background-color:#ffffff;
		background-image:url(images/content-logo.gif);
		background-repeat: no-repeat;
		background-position: bottom right;
		
	}
	
	#menucontent a {
		text-decoration:none;
	}
	
	#mainbottom {
		height:13px;
		background-image:url(images/content-bottom.gif);
		background-repeat: no-repeat;
	}

	.header {
		font:22px/26px verdana;
		font-weight:bold;
		color:#67A22D;
		border-bottom:2px solid #67A22D;
	}

	.subheader {
		font:12px/26px verdana;
		font-weight:bold;
		color:#67A22D;
		border-bottom:1px solid #67A22D;
	}
	.underheader {
		font:10px/22px verdana;
		font-weight:bold;
		color:#67A22D;
	}

	.content {
		padding-left:20px;
		padding-bottom:10px;
		font:12px/17px verdana;
		color:#000;
	}


	.gallerycontainer1{
		height:160px;
		width:500px;
		position:relative;
		z-index:2;
		/*Add a height attribute and set to largest image's height to prevent overlaying*/
	}

	.left {
		width:164px;
		position:absolute;
		top:0;
		left:0;
		background-image:url(images/box.png);
		background-repeat: no-repeat;
	}

	.middle {
		width:164px;
		position:absolute;
		top:0;
		left:180px;
		background-image:url(images/box.png);
		background-repeat: no-repeat;	
	}

	.right {
		width:164px;
		position:absolute;
		top:0;
		left:360px;
		background-image:url(images/box.png);
		background-repeat: no-repeat;	
	}


	.thumbnail img{
		border: 1px solid white;
		margin: 7px 7px 7px 5px;
	}

	.thumbnail:hover{
		background-color: transparent;
	}

	.thumbnail:hover img{
		border: 1px solid white;
	}

	.thumbnail span{ /*CSS for enlarged image*/
		border:1px solid #76A6F0;
		position: absolute;
		background-image:url('images/textbox.jpg');
		width:200px;
		padding: 5px;
		left: -1000px;
		visibility: hidden;
		color: black;
		text-decoration: none;
	}

	.text{
		text-align:center;
	}

	.thumbnail span img{ /*CSS for enlarged image*/
		border-width: 0;
		padding: 2px;
	}

	.thumbnail:hover span{ /*CSS for enlarged image*/
		visibility: visible;
		top: 115px;
		left: -23px; /*position where enlarged image should offset horizontally */
		z-index:2;
	}	
