.caption {
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: x-large;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
.formhead {
	font-family: "Comic Sans MS", "Times New Roman";
	color: #FF9900;
}
a:link {
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: 14px;
	color: #0000FF;
}
a:visited {
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: 14px;
	color: #FF9900;
}
.other {
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: medium;
	font-weight: bold;
	color: #FF9900;
}
.plain {
	font-family: "Comic Sans MS", "Times New Roman";
	font-weight: lighter;
}
.otherBlue {

	font-family: "Comic Sans MS", "Times New Roman";
	font-size: medium;
	font-weight: bold;
	color: #0000FF;
}
.standard {
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: xx-small;
}
.mainmenu {
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: larger;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	line-height: normal;


}
body {
	background-color: white;
	color: black;
}
#header  {
display: block;
/*margin-left:33%;*/
}
#headerwords{
	display: block;
    float: left;
    color: Blue;

}
#nav  {
	margin-bottom: 10px;
	width: 180px;
	background-color: none;
	float: left;
	text-transform: capitalize;
}

#nav ul.menu {
	display: none;
	list-style-type: inline;
	margin: 0;
	padding: 0;
}

#nav ul.menu li {
	font: 12px arial, helvetica, sans-serif;
	padding-left: 10px;
} 

#nav a.menuLink, li a {
	font-weight: bold;
	text-decoration: none;
	/*color: #060;*/
	color: blue;
}

#nav a.menuLink {
	
	font-size: 16px;
	font-weight: bold;
	
}

#nav li a:hover {
	background-color: #060;
	color: white;
}
#commonmenu {
	margin-bottom: 10px;
	width: 180px;
	float: left;
	list-style-type: inline;
	margin-left: 0;
	padding: 0;

}
#content {

	float: left;
	padding: 0 15em 4em 1em;

}

#content h1 {
	margin: 0 33% 1.25em 0em; 
	padding: 0.5em 2em;
	background: #B0D742; 
	color: #686397;
	font-size: 1.5em;
}

#content h1 b {
	color: #000000;
}

#content h2 {
	margin: 0.5em 0; 
	padding-bottom: 0.25em;
	border-bottom: 1px solid #B0D742;
	font-size: 1.5em;
}

#content img.illus {
	float: left;
	margin: 1em 1em 1em 0;
}
#sidebar {
	float: left;
	width: 12em;
	margin: 0 0 4em -13em;
}

#sidebar form, #sidebar div h3 {
	background: #9B96CA;
}

#sidebar form {
	margin: 0; padding: 0.8em;
}

#sidebar form .text {
	width: 9em;
}

#sidebar div {
	background: #3A3C2D; color: #FFF;
	padding: 0 1em 1em;
	margin-top: 0.75em;
}

#sidebar div h3 {
	font-size: 1.25em;
	margin: 0 -0.8em; padding: 0.4em 0.8em;
	text-transform: capitalize;
}
#footer {
	clear: both;
	padding: 1.5em 3em;
	background: #A0C63A;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #333;
	text-decoration: underline;
}
