.LS1 {
	height: auto;
	width: 950px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(../Media/bg-body.gif);
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	overflow: visible;
}
.Red10 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #CC3366}
.Blue14 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #0033FF; font-weight: bolder}
.White18 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #FFFFFF; font-weight: 600}
.Blue12 {  font-family: Georgia, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: 500}
.Green14 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-style: normal; color: #00FF99}
.blue8 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 8px; font-weight: 300; color: #0000FF}
.Blue10 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #0000FF; font-style: normal}
.Red14 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight: 600; color: #FF7777}
.Red16 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #FF7777;
	font-weight: 600;
}
.Black10 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; font-style: normal; font-weight: 500}
.monospace{ :}.blue16 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #0000CC}

a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 500;
	color: #0000FF;
	font-style: normal;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 500;
	color: #7623b0;
	font-style: normal;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 500;
	color: #0033FF;
	font-style: normal;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 500;
	color: #ff0000;
	font-style: normal;
}
.black12 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-style: normal; font-weight: 500}

.White10 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; font-weight: 600}
.white12 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-style: normal; font-weight: 600; color: #FFFFFF}
.blue10link {  font-family: "Times New Roman", Times, serif; font-size: 10px; font-style: normal; font-weight: 600; color: #0000FF}
.green10link {  font-family: "Times New Roman", Times, serif; font-size: 10px; font-style: normal; font-weight: 600; color: #669900}
.Red12 {  font-family: "Courier New", Courier, monospace; font-size: 12px; font-style: normal; font-weight: 600; color: #666666}
.black12Double {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; font-weight: 800; line-height: normal; color: #000000}
.little {
	font-size: 1px;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.black12L { font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
width: 170px; /*width of menu*/
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background: white url(media/arrow-list.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 130px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover{
color: black;
background-color: #ffffcb;
background-image:url(media/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */




.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font-size: 13px;
background: #ECEEEC url(media/tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover{
background-color: #CDDADA;
color: navy;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

html, body{
scrollbar-face-color:#EBF5FF;
scrollbar-base-color:#EBF5FF;
scrollbar-arrow-color:black;
scrollbar-track-color:#F3F3F3;
scrollbar-shadow-color:#EBF5FF;
scrollbar-highlight-color:#EBF5FF;
scrollbar-3dlight-color:#78AAFF;
scrollbar-darkshadow-Color:#78AAFF;
}

/*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 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: 400px;
left: -550px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.box {
	border-bottom-color: #DAD3B1;
	border-left-color: #DAD3B1;
	border-right-color: #DAD3B1;
	border-top-color: #DAD3B1;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
}
.resolution {
	font-family: "Courier New", Courier, monospace;
	font-size: 8px;
	color: #FF7777;
}

