body 	{ margin: 0; padding: 0px; background-color: #ffffff;
	  background-image: url(); 
	  background-repeat: no-repeat; background-position: top left; z-index: 3;
	  font-family: verdana,arial,sans-serif; color: #ffffff; font-size: 9pt; 
	  font-style: normal; font-weight: normal; line-height: 11pt; }

img	{ border: 0; }

a img	{ border: 0; }

h1 	{ font-family: verdana,arial,sans-serif; color: #66ccff; font-size: 14pt; font-weight: bold; line-height: 14px; }

h2 	{ font-family: verdana,arial,sans-serif; color: #000066; font-size: 12pt; font-weight: bold; line-height: 11pt; }

h3 	{ font-family: verdana,arial,sans-serif; color: #000066; font-size: 11pt; font-weight: bold; line-height: 7pt; }

a:link 	{ font-family: verdana,arial,sans-serif; font-size: 9pt; color: #ffffff; font-weight: normal; text-decoration: none; }

a:visited { font-weight: normal; font-size: 9pt; color: #ffffff; font-family: verdana,arial,sans-serif; text-decoration: none; }

a:hover { font-weight: normal; font-size: 9pt; color: #ffffff; font-family: verdana,arial,sans-serif; text-decoration: underline; background-color: none; }

a:active { font-weight: normal; font-size: 9pt; color: #ffffff; font-family: verdana,arial,sans-serif; text-decoration: none; background-color: #660000; }


ul 	{ font-family: verdana,arial,sans-serif; 
	  color: #000066; font-size: 10pt; 
	  font-weight: normal;
	  line-height: 9pt; 
	  list-style-type: solid;
	  text-indent: 15px;
	  margin: 2px; }

li	{ margin-left: 0px; } 


.navigation	{ z-index: 1;
	          float: left;
	          padding-left: 6px;
	          padding-top: 30px; 
	          width: 114px;
	          height: 565px;
	          position: absolute;
	          top: 62px;
	          color: #ffffff;
	          background-color: #8f8f8f;
	          border-right: #ffcc00 1px solid; }

p	{ font-family: verdana,arial,sans-serif; 
	  color: #ffffff; font-size: 9pt; font-style: normal; 
	  font-weight: normal; line-height: 11pt; text-indent: 5px;}



table	{ font-family: verdana,arial,sans-serif; color: #000066; font-size: 9pt; font-style: normal; font-weight: normal; 
	  line-height: 11pt; text-indent: 0px;
	  padding: 0px; }

td	{ padding-top: 7px; background-color: transparent; color: #ffffff; }	  
		  
.tagline	{ width: 83%; position: absolute; margin-top: 35px; margin-right: 0px; z-index: 2; }

.footertext 	{ font-family: verdana,arial,sans-serif; color: #cccccc; font-size: 7pt; font-style: italic; font-weight: normal;
		  line-height: 12pt; text-indent: 0px; text-align: center; }
		  

.topnav {
	background-color:#990000;
    border-top: none;
	color:#ffffff;
	text-decoration:none;
	font-weight :normal;
	font-size:7pt;
	font-family: Arial, Helvetica;
	float: left;
	margin-right: 1px;
	}
.topnav A:link {
	background-color:#990000;
	color:#ffffff;
	text-decoration:none;
	text-align : center;
	background-image: url(images/btn1.jpg);background-repeat: no-repeat; background-position: center;
	width:135px;
	height: 21px;
	font-weight :normal;
	display: block;
	float: left;
	margin-right: 1px;
	}
.topnav A:visited {
	background-color:#990000;;
	color:#ffffff;
	text-decoration:none;
	text-align : center;
	background-image: url(images/btn1.jpg);background-repeat: no-repeat; background-position: center;
	width:135px;
	height: 21px;
	font-weight :normal;
	display: block;
	float: left;
	margin-right: 1px;
	}
.topnav A:hover {
	background-color:#990000;
	color:#ffffff;
	text-decoration:none;
	text-align : center;
	background-image: url(images/btn2.jpg);background-repeat: no-repeat; background-position: center;
	width:135px;
	height: 21px;
	font-weight :normal;
	display: block;
	float: left;
	margin-right: 1px;
	}
.topnav A:active {
	background-color:#990000;
	color:#ffffff;
	text-decoration:none;
	text-align : center;
	width:135px;
	height: 21px;
	font-weight :normal;
	display: block;
	float: left;
	margin-right: 1px;
	}
	
	

	
		  		  
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #990000;
padding: 3px;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;

}

.thumbnail:hover img{
border: 1px solid #cccccc;
padding: 3px;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 0px;
left: -1000px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 238px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

div { color: #000000; text-align: left; }


