body {
	margin-top: 5px;
	margin-bottom: 0px;
	background:#fff;
}
.smallfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #333333;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
.style6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; font-weight: bold; }

.style7 {font-size: 12px}


.font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 28px;
	color: #333333;
	font-weight: normal;
}



.bevelmenu{
	padding: 6px 0;
	margin: 0;
	width: 100%;
	background-color: #ffffff;
	text-align: center; /*set value to "right" for example to align menu to the right of page*/
	font-family: "Lucida Sans";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 5px 0.5em;
text-decoration: none;
color: #FFFFFF;
background-color: #0B85BF;
border: 0px solid #FFF2BF;
}

.bevelmenu li a:hover{
color: #000000;
background-color: #E7D7C8;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
.date {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #000033;
}
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #990000;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

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

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

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


.form_title{
			color : #000000;
			font-size: 13px;
			font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
			font-weight : bold;
		}
		
		.form_field {
			font-size : 14px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000033;
			font-weight : bold;
			text-align:left;
		}
		
		.form_text{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
		}
		
		.text_box{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	width:300px;
	font-weight: bold;
	background-color: #FFFFFF;


		}
		
		.text_area{
			font-size : 12px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
			width:200px;
			height:60px;
		}
		
		.text_select{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
		}

		.form_error{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #ff0000;
			font-weight : bold;
		}

		.copyright{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
		}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #993300;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.pagetitleheader {

	font-family: "Trebuchet MS";
	font-size: 24px;
	line-height: 16px;
	font-weight: bold;
	color: #000066;
}
.fontbold {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #003366;
}
