#error {
	color: red;
	font-weight:bold;
}

#page {
	font: normal 12px Verdana, Arial, Heletica, sans-serif;
	margin:0 auto; /* for the rest */
	width: 730px;
	min-height: 500px;
	border: 1px solid #e1e1e1;
	position: relative;
	background: #fff;
}

#page h1 {
	font-size: 22px;
	margin-left:50px; 
	margin-top: 20px;	
}

#content {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;
}

/*topic class applied to these*/
#content h2 {
	font-size: 20px;
	margin: 0;
	padding-top: 20px;
}

#content h3 {
	font-size: 16px;
	padding-top: 15px;
}

#content li {
	padding-top: 5px;
}

#content li a 
{
  text-decoration: none; 
  color: #003366;
}


/* These styles are for the table of contents in the /about_us/faq/ */
#menu {
	border: 1px solid #77c963; !important;
	min-height: 10em;
	height: 10em;
	height: auto; !important
	width: 100%;
}

#menu ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin: 0;
	list-style: default;
}

#menu ol {
	list-style: default;
}

#menu img {
	margin: 10px;
	padding: 2px;
	border: 1px solid #77c963;
}

#menu h2 {
	font-size: 18px;
	padding-left: 15px;
}

/* Classes */
#content .topic {
	margin-top: 50px;
	border-top: 2px solid #77c963; !important;
	border-bottom:2px solid #77c963; !important;
	padding: 10px;
}