@charset "UTF-8";
/* CSS Document */

body {
	background-color:d5d5d5;
	margin: 0px;
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;}
a:link {text-decoration: none;
	color: #000000;}

a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#leftshadow {
	background-image: url(images/leftshadow.jpg);
	background-repeat: repeat-y;
}
#rightshadow {
	background-image: url(images/rightshadow.jpg);
	background-repeat: repeat-y;
}

#menu {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
}

#maintext {
	font-family:"Gill Sans", Arial, sans-serif;
	font-size:14px;
	font-style:normal;
	color:#000000;
	line-height: 25px;
	}
	
#maintext td {
	font-family:"Gill Sans", Arial, sans-serif;
	font-size:14px;
	font-style:normal;
	color:#000000;
	}

ul.nav {
	margin-left: 4px;
	padding-left: 0;
	white-space: nowrap;
	font-family: "Gill Sans", Arial, sans-serif;
	font-style: normal;
	color: #FFFFFF;
}

ul.nav li {
	list-style-type:none;
	display:inline;
	padding-right:20px;
	font-family: "Gill Sans", Arial, sans-serif;
	font-style: normal;
	color: #FFFFFF;
}



ul.nav a:link {
	text-decoration: none;
	color: #FFFFFF;
}
ul.nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
ul.nav a:hover {text-decoration: underline;
	color: #FFFFFF;
	
}
ul.nav a:active{
	text-decoration: none;
	color: #FFFFFF;
}




.sidebarright {
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	padding: 10px;
	background-color: #FF0000;
	text-align: left;
   }
   
.sidebarright a:link {
	text-decoration:none;
	color:#FFFFFF}
	
.sidebarright a:visited {
	text-decoration:none;
	color:#FFFFFF}
	
.sidebarright a:hover {
	text-decoration:underline;
	color:#FFFFFF}
	
.sidebarright a:active {
	text-decoration:none;
	color:#FFFFFF}
	
#contentright {
	background-image: url(images/box2.jpg);
	background-repeat: repeat-x;
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
}




#contentright a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#contentright a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#contentright a:hover {text-decoration: underline;
	color: #FFFFFF;}
#contentright a:active{
	text-decoration: none;
	color: #FFFFFF;
}
	
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
}


	
#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {text-decoration: underline;
	color: #FFFFFF;}
#footer a:active{
	text-decoration: none;
	color: #FFFFFF;
}
	
.imagegalleryblock {
    width:100%;
    padding: 12px 0 0 0;
}
.galleryimage{
	height:84px;
	width:84px;
	border:1px solid #FF0000;
	cursor:pointer;
	float:left;
	margin:0 12px 12px 0;
	padding: 5px;
	text-align:center;
	background-attachment: scroll;
	background-color: #E8E8E8;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	vertical-align: middle;
}
