﻿body {margin: 0 0 0 0;
	font-family: "comic sans MS"}

p {margin : 0 }

a:link {text-decoration:none;}	
a:visited {text-decoration:none;color:purple;}
a:hover {text-decoration:none;color:blue;}

.yellowbg {background-color:#FFFFA5;}
.bluebg {background-color:#6699ff;}
.orangebg {background-color:#FF6600;}

.interiorbox {
  background-color:#FFFFD2;
  border:1px solid #c4ad31;}
  
.noborder {
	border:0px;
}

.bigtext
	{font-size: 250%;
	letter-spacing:2pt;
	font-weight:bold;}
	
.mediumtext
	{font-size: 120%;
	letter-spacing: 1.5pt;}
	
.smalltext
	{font-size:70%;}

	
.pagetitle
	{font-size:150%;
	color:white;
	margin:10px;
	font-weight:bold;}
	
.SectionHead
	{font-size:125%;
	font-weight:bold;
	text-align:right;
	padding:0 5% 15px 0;}
	
	
/* ----------------------------- OLD NAVIGATION TEXT --------------------------- 

.navtext	{font-weight: bold;	color:white;	}
.navtext a:link {font-weight:bold;text-decoration: none; font-size:75%;color:white;}
.navtext a:visited {font-weight:bold;text-decoration: none; font-size:75%;color:white;}
.navtext a:hover {font-weight:bold;text-decoration: none; font-size:75%;color:white;background-color: blue;}
.currentnav  {font-weight:bold;text-decoration: none; font-size:75%;text-decoration:none;color:white;background-color:blue;}

.leftmenu a:link {text-decoration: none; font-size:90%;color:#000099;line-height:170%;font-weight:bold;}
.leftmenu a:visited {text-decoration: none; font-size:90%;color:#990099;line-height:170%;font-weight:bold;}
.leftmenu a:hover {text-decoration: none; font-size:90%;color:white;line-height:170%;font-weight:bold;}

*/

/* -------------- nav menu -------------- */
#navmenu ul {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}
#navmenu li a {
	/*background:#6699ff;*/
	font-size : 80%;
	color : black;
	font-weight : bold;
	text-transform : capitalize;
	/*border-bottom : 1px solid black;*/
	border-right : 10px solid #6699ff;
	/*border-top : 1px solid #5588EE;*/
	/*border-left : 1px solid #5588EE;*/
	width: 80%;
	display: block;
	text-decoration: none;
	text-align:center;
	height: 18px;
	vertical-align: middle;
	padding: 2px 0px 6px 0px;
	margin: 0px;
}
#navmenu li a:hover {
	/*border-top : 1px solid white;*/
	/*border-left : 1px solid white;*/
	border-right : 10px solid #FF6600;
	background:#FFFFA5;
	color:black;
}


.strikethrough
	{text-decoration: line-through;}

.largefirstletter
	{font-size:    400%;
	float: left;
	position:relative;
  top:-15px;
	}
	
table.maincontent {
	background:#FFFFA5;
	margin: 20px 4% 0 4%;
	width:90%;
}

td.maincontent {
	padding:20px;
}

/************** Search and Signup ****************/
table.searchandsignup {
	width:100%;
	border:0px;
	border-collapse:collapse;
	margin:0px;
}

td.search {
	text-align:right;
	border:0px;
}

td.signup {
	text-align:left;
	width:300px;
	border:0px;
}
	

/*************** Footer ***********************/
div.footer {
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

p.footer {
	text-align:center;
	font-size:80%;
}