/* reefDIY.css */
a:link {
	color:#8297A7;
	text-decoration:underline;
}
a:active {
   color: White;
}

a:visited {
	color:#A082A7;
}

a:hover {
	text-decoration:none;
}

.bigtext {
   font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
   font-weight: bold;
   font-size: x-large;
}

.smalltext {
   font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-size: medium;
}

body {
	font-size: medium;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal; 
/*	background: url(style/blueslatedark.jpg) repeat top left; */
	background-color: black; 
	color:#e3d3d3;
	padding:0;
}

#titlebar {
	width:640px;
	height:80px; /* Vertical size of Banner */
	background: black url(style/reefworkshopbanner.jpg) no-repeat top left;
}

#linkList {
	position:absolute;
	top:205px;
	left:415px;
	width:230px;
}

#footer {
	margin:0 -240px -5px -5px;
	border-top:5px solid #FFF;
	background-color:#555040;
	padding:10px;
	text-transform:uppercase;
}

#footer a {
	color:#FFF;
	text-decoration:underline;
}

#footer a:hover {
	color:#D2DBE2;
	text-decoration:none;
}

#lselect li a, #lfavorites li a {display: block; margin-left:-10px; font-weight:bold;}
#linkList li a.c, #lfavorites li a.c {float:none; display:inline; margin-left:0; font-weight:normal; font-size:100%;}

acronym {
	border-bottom:1px dotted #555040;
	cursor:help;
}

a acronym {
	border-bottom:1px dotted #8297A7;
}

div.menu{
	width:100%;
	
	color:#f3f3f3;
	padding:0px;
	margin:0px;
	
	border-bottom:1px solid #FFFFFF; 
	background:#262e74 url(style/menu.gif) top left repeat-x;
	/* padding-bottom:5px; */
}

ul.menu{
	background:#262e74 url(style/menu.gif) top left repeat-x;
	float:left;
	height:25px;
}

li.menu{
	float:left;
	height:25px;
	
	padding-left:10px;
	padding-right:10px;
	margin-left:0;

	font-size:1.0em;
	font-style:bold;
	list-style-type:none;
	background:#c5c5dc url(style/menu.gif) top left repeat-x;
}

li.seperator{
	background: url(style/menu-seperator.gif) top left no-repeat;
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
	width:1px;	
}

a.menu{
	color:#ffffff; 
	text-decoration:none;
}
	
div.clear
{
	clear:both;
}	

h3{
	background-color:#333333;
	
	padding-left:10px;
	padding-right:10px;
	font-size:1.1em;	

}

h2{
	background-color:#333333;
	
	padding-left:10px;
	padding-right:10px;
	font-size:1.2em;	
}

h1{
	background-color:#333333;
	
	padding-left:10px;
	padding-right:10px;
	font-size:1.3em;

}