/* CSS Document */
.clear {clear:both;}
.clearleft {display:block; clear:left;}
.clearright{display:block; clear:right;}
.hide {display:none;}
a {color:#666600;}
a:visited {color:#999999;}
a:active {color:#669900;}
a:hover {color:#666600; text-decoration:none;}
/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #99CCFF;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #000000;
	border-left-color: #000000;
}
#logo{
	float:none;
	background-image:url(lbanner.jpg);
	width:800px;
	height:90px;
	background-repeat:no-repeat;
}
#topheader{float:right; width:526px; height:90px; background-color:#F0F0F0; position:relative}
#toplinks{
	position:absolute;
	right:280px;
	top:8px;
}
#menu{
	float:left;
	width:800px;
	background-image:none;
	background-repeat:no-repeat;
	background-color: #FFCC00;
	padding-top: 5px;
	padding-bottom: 5px;
}
#submenu{
	float:none;
	width:800px;
	height:auto;
	background-image:url(bg_submenu.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-right-color: #000000;
	border-left-color: #000000;
}
#contenttext{
	float:right;
	width:500px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	height: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	padding: 0px;
	clip: rect(auto,auto,auto,auto);
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
#leftpanel{
	float:left;
	width:274px;
	padding: 2px;
}
#footer{
	float:left;
	width:800px;
	background-color:#FFCC00;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}

/*gallery*/
.gallery {
	background:#999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.gallery .box {
	display:block;
	height:120px;
	float:left;
	width:45%;
	margin:8px;
	background:#ffffff;
	text-align:center;
	padding: 10px;
}
.box img {background:#efefef; padding:5px;}
.box .caption {display:block; text-align:center;}
.box a img, .box a:visited img, .box a:active img {border:solid 1px #cccccc;}
.box a:hover img {border:solid 1px #000000;}

/*TEXT STYLES*/
.bodytext {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 0.7em;
	line-height: 20px;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallblacktext {
	font-size: 11px;
	font-weight:bold;
	color:#000000;
	height: auto;
	width: 800px;
	font-family: Tahoma, sans-serif;
}
.smallblacktext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.smallblacktext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
