A.welcomelinkHead
{
	font-family: 'Comic Sans MS';
	color:#00bbbb;
	text-decoration:none; 
	font-size:13; 
	font-weight:bolder;
}
/*.linkHead:onhover
{
	color:#888888;
	text-decoration:underlline;
}*/
A.welcomelinkHead:hover
{
	/*color: #888888;*/
	color:#7e7f7c;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Comic Sans MS';
	font-weight:900;
}
.deadlink
{
	/*color:#666666;*/
	color:#7e7f7c;
	text-decoration:none;
	font-family: 'Comic Sans MS';
	font-size:13; 
	font-weight:900;
}
.tblHeads
{
	/*color:#666666;*/
	color:#058482;
	text-decoration:none;
	font-family: 'Comic Sans MS';
	font-size:15; 
	font-weight:900;
}
.tblHeadssmall
{
	/*color:#666666;*/
	color:#058482;
	text-decoration:none;
	font-family: 'Comic Sans MS';
	font-size:13; 
	font-weight:900;
}
.tblHeadsblue
{
	/*color:#666666;*/
	color:#346599;
	font-family: 'Comic Sans MS';
	font-size:14; 
	font-weight:900;
}
.tblHeadsRed
{
	/*color:#666666;*/
	color:#ff0000;
	text-decoration:none;
	font-family: 'Comic Sans MS';
	font-size:14; 
	font-weight:900;
}
.tblHeadsmaroon
{
	/*color:#666666;*/
	color:#9c2558;
	text-decoration:none;
	font-family: 'Comic Sans MS';
	font-size:14; 
	font-weight:900;
}
.tblHeadsblack
{
	/*color:#666666;*/
	color:#707070;
	text-decoration:none;
	font-family: 'Comic Sans MS';
	font-size:14; 
	font-weight:900;
}
/*.pageheadsBlue
{
	color:#346599;
	text-decoration:none;
	font-family: 'Comic Sans MS';
	font-size:15; 
	font-weight:900;
}*/

A.enterhobbitlinkHead
{
	font-family: 'Comic Sans MS';
	color:#7fa266;
	text-decoration:none; 
	font-size:13; 
	font-weight:bolder;
}
A.enterhobbitlinkHead:hover
{
	/*color: #888888;*/
	color:#7e7f7c;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Comic Sans MS';
	font-weight:900;
}
A.imageGallerylinkHead
{
	font-family: 'Comic Sans MS';
	color:#c7b353;
	text-decoration:none; 
	font-size:13; 
	font-weight:bolder;
}
A.imageGallerylinkHead:hover
{
	/*color: #888888;*/
	color:#7e7f7c;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Comic Sans MS';
	font-weight:900;
}
/*88a874*/
A.infolinkHead
{
	font-family: 'Comic Sans MS';
	color:#90ad81;
	text-decoration:none; 
	font-size:13; 
	font-weight:bolder;
}
A.infolinkHead:hover
{
	/*color: #888888;*/
	color:#7e7f7c;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Comic Sans MS';
	font-weight:900;
}
A.welcomelinkhead15
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 20px;
    COLOR: #00bbbb;
    FONT-FAMILY: 'Comic Sans MS';
    TEXT-DECORATION: none
}
A.welcomelinkhead15:hover
{
    FONT-WEIGHT: 900;
    FONT-SIZE: 20px;
    COLOR: #7e7f7c;
    FONT-FAMILY: 'Comic Sans MS';
    TEXT-DECORATION: none
}
.pagetext
{
	font-weight: bold;
	font-size: 14.5px;
	color: #9a9a9a;
	font-family: 'Comic Sans MS';
	text-decoration: none;
}
.pagetextdark
{
	font-weight: bold;
	font-size: 14.5px;
	color: #828282;
	font-family: 'Comic Sans MS';
	text-decoration: none;
}
.pageTitle
{
	font-family : "comic sans ms";
	color : #888888;
	font-size : 33;
	
}








#navigation {
text-align: center;
float: right; /*Set to "left" or "right" to position menu accordingly*/
/*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/
}
#navigation ul {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#navigation td {
	display: inline;
	background: url(images/css/greenbg.gif) repeat-x center top;
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	float: left;
}
#navigation a {
	color: #663300;
	background: url(images/css/greenleft.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}
#navigation a span {
	background: url(images/css/greenright.gif) no-repeat right top;
	display: block;
	padding:7px 13px 4px 5px;
}
#navigation a span {
	float: none;
}

.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;
}

.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
width: 100%;
margin-bottom: 0em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0px;
font: bold 13.5px "comic sans ms";
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display:inline;
margin: 0;
}
.shadetabs li a{
text-decoration: none;
padding: 3px 8px;
/*margin-right: 3px;*/
margin-right:0px;
border: 1px solid #778;
color: #00bbbb;
background: white url(../images/css/shade.gif) top left repeat-x;
}
.shadetabs li a:visited{
color: #00bbbb;
}
.shadetabs li a:hover{
text-decoration: none;
color: #7e7f7c;
}
.shadetabs li.selected{
position: relative;
top: 1px;
color:#7e7f7c;
cursor:text;
}
.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/css/shadeactive.gif);
border-bottom-color: #000000;
color:#7e7f7c;
text-decoration:none;
cursor:crosshair;
}
.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color:#00bbbb;
/*cursor:text;*/
}
