/* CSS Document */

body {
	font-family: Verdana;
	font-size: 1em;
	color: #3f3f41;
	margin: 0;
	padding: 0;
}

#content {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.7em;
}

#content .table{
	font-size: 10px;
}

#content .form{
	font-size: 1em;
	border: 1px solid #ccc;
}

#content .innerform {
	font-size: 1em;
}

#content li {
	margin-bottom: 5px;
}

.bottomborder {
	border-bottom: 1px solid #ccc;
}

p.heading {
	font-size: 1em; 
	font-weight: bold; 
	color:#2c2b7e; 
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	color:#2c2b7e;	
}

a:hover {
	text-decoration: underline;
	color:#ff6600;
}
.heading {
	font-size: 0.75em;
	color: #505f44;
	font-weight: bold;
	font-family: Verdana;
}
.menu {
	margin-left: 5px; 
	margin-right: 5px;
}
.menu ul {
	margin-left: 0px; 
	margin-top: 0px; 
	padding: 0px 2px 0px 20px; 
	font-size: 0.7em; 
	font-weight: bold; 
	color:#2c2b7e; 
	list-style-image: url(imgs/bullet_arrow.gif);
}
.menu li {
	padding-bottom: 7px;
}
#footer {
	color: #ffffff; 
	font-size: 11px; 
	font-family: Verdana;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	text-decoration: underline;
	color:#ffffff;	
}

#footer a:hover {
	text-decoration: none;
	color:#ff6600;
}
.smalltext {
	font-size: 0.7em;
}

.reqfield {
	color: #FF0000;
}