a:link {color: #00008B; text-decoration: underline; }
a:active {color: #8B0000; text-decoration: underline; }
a:visited {color: #00008B; text-decoration: underline;}
a:hover {color: #94C400; text-decoration: underline; }




body
{
	color: #505050;
	font-family: "verdana", Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #404040;
}

#background {
	position:absolute;
	left:0;
	top:0;
	right:0;
	z-index:-1;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:102%;
	height:110%;
	background-image:	url('images/background.jpg');
	background-repeat: repeat-x;
}
#box{
	position:absolute;
	left:0;
	top:0;
	width:1000px;
	height:100%;
	z-index:0;
}
#borderbox{
	position:absolute;
	left:9%;
	top:95px;
	z-index:1;
	width:950px;
}

#borderbox1 {
	position:absolute;
	left:0;
	top:-5;
	z-index:2;
	width:955px;
	height:120px;
	background-color:#E0E0E0;
}

#borderbox2 {
	position:absolute;
	left:0;
	top:400px;
	z-index:2;
	width:955px;
	height:180px;
	background-color:#E0E0E0;
	padding-bottom: 3px;
	}
#titlebar {
	position:absolute;
	left:9%;
	top:20px;
	z-index:2;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	}

#content {
	position:absolute;
	left:15;
	border: thin;
	border-style: solid;
	border-color: Silver;
	top:30px;
	z-index:3;
	width:97%;
	height:100%;
	background-color: White;
	background-image: url(images/bottom-border.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-right: 20px;
}
#links {
	position:absolute;
	left:420;
	font-size: 11px;
	font-weight: bold;
	top:-20;
	z-index:5;
	width:480px;
	height:20px;
	margin: 20px 0 0 0;
	background-color:#E0E0E0;
	color:#E0E0E0;
a:link {color: #00008B; text-decoration: underline; }
}

.limg {
	float: left;
	clear: left;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 10px;
	text-align: left;
}
.smtext {
	font-size: 10px;
	font-family: "verdana", Tahoma, Helvetica, sans-serif;
}
.mdtext {
	font-size: 12px;
	font-family: "verdana", Tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
}
.smtextred {
	font-size: 10px;
	font-family: "verdana", Tahoma, Helvetica, sans-serif;
	color: RED;
}

a.mdtext:link {color: #FFFFFF; text-decoration: underline; }
a.mdtext:active {color: #8B0000; text-decoration: underline; }
a.mdtext:visited {color: #00008B; text-decoration: underline;}
a.mdtext:hover {color: #94C400; text-decoration: underline; }

.tlimg {
	float: left;
	clear: left;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
}
.white{
	background-color: transparent;
	color: #FFFFFF
}
#gallery {
	position:absolute;
	left:10px;
	top:10px;
	z-index:5;
	width:900px;
	height:450px;
	background-color:#FFFFFF;
	overflow: auto;
	scrollbar-arrow-color:#FFFFFF;
   scrollbar-base-color:#777777;
}

#dropmenudiv{
position:absolute;
border:0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: lightyellow;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
.h11{
font-size: x-large;
font-weight: bolder;
color: ##505050;
}
.h12{
font-size: large;
font-weight: bold;
color: ##505050;
}
