/* CSS Document */

body {
	width:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#fffffd;
	background-image: url("lrock002.jpg");
}
#logo{float:left; width:42%; margin-top:15px; text-align:left; padding-left:8px;}
#topheader{float:right; width:25%; margin-bottom:15px;}

#menu{float:right; width:100%; background-color:#00008b; padding-left:9px; 
padding-top:9px; padding-bottom:9px; padding-right:9px; text-align:right;}
#submenu{float:right; width:100%; height:32px; text-align:right; padding-right:9px;}

#contenttext{float:right; width:75%;}
#leftpanel{float:right; width:25%; margin-top:10px; text-align:left;}

#activepage{background-color:#5e0dac; padding-left:7px; padding-right:7px;
padding-bottom:9px; padding-top:9px; }
#activesubpage a {color:#5e0dac; font-weight:bold; font-size:13px;}

*.float-divider {clear:both; display:block; }

.graypanel{border:solid 1px #00008b; background-color:#fffffd; padding:10px; margin:10px;}

.bodytext {
	font: 0.8em arial, sans-serif;
	color: #000000;
	margin-right:15px;
	text-align:justify;
}

.bluetitle {
	font: 0.7em arial, sans-serif;
	font-size:32px;
	font-weight:bold;
	color:#00008b;
}

.bluetitle a {
	text-decoration:none; 
	color: #00008b;	
}

.smallwhitetext {
	font: 0.7em arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
}

.smallwhitetext a{
	font: 0.7em arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline; 
	color:#ffffff;
}

.smallgraytext {
	font: 0.7em arial, sans-serif;
	font-size: 12px;
	font-weight:normal;
	font-weight:bold;
	color:#333333;
}
.smallgraytext a{
	font: 0.7em arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

.smallgraytext a:hover{
	text-decoration:underline; 
	color:#5e0dac; 
}

.boxtext{
	font: 0.7em arial, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

