@charset "utf-8";
/* CSS Document */

body, p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:small;
}
body {
	background: #00F;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#00F;
	font-size: large;
	text-align: center;
	color: #00F;
	font-weight: normal;
	padding-top: 10px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	color:#00F;
	font-size: medium;
	font-weight: normal;
	text-align: center;
	color: #00F;
	font-weight: normal;
}
hr {
	color: #BBCAFF;
}
td {
	vertical-align: top;	
}
input:focus, textarea:focus {
	background: #F5EFE0;	
}
a:link {
	color: #00F;
	
}
a:hover  {
	color: #C60;
}
a:active  {
	color: #C60;
}
a:visited {
	color: #900;
}
a.footer {
	color: #FFF;
}
#navbar a:link, #navbar a:visited {
	font: bold 90% Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #FF0;
	text-decoration: underline;
}
#navbar ul, li {
	margin:0;
}
#navbar ul {
	list-style: none;
	float: left;
	width: 100%;
}
#navbar li {
	float: left;
}
#navbar li a{
	display: block;
	padding: 6px 8px;
}

#header {
	background: #03F;
}
#activities {
	line-height: 1.2em;
	font-weight: normal;
	margin: 0px 5px 5px 20px;
	padding: 5px;
	float: right;
	width: 200px;
	border: 1px solid #00F;
	text-align: center;
	background: #FFF;
}

#questions table {
	width: 100%;
	border-width: 0px;	
}
#questions p {
	margin: 8px 0px 0px;	
}
#questions a:link, #questions a:visited {
	text-decoration: none;
	color:#0714B1;
}
#questions a:hover, #questions a:active, #questions a:focus {
	text-decoration: underline;
	color:#03C;
}
.forms {
	background: #EAF1FF;
	text-align: center;
	width: 275px;
	margin-left: 0px;
	padding: 5px 0;
}
.error {
	color: #900;	
}
.formdivider {
	background: #EADCBF;
}
.sff_notice {
	background: #EAF1FF;
	text-align: center;
	padding: 8 0;
}
.left {
	text-align:left;
}
.center {
	text-align: center;
}
.indent {
	padding-left: 40px;
}
.indent25 {
	padding-left:25px;
}
.table-indent {
	margin-left: 50px;
}
.table-indent25 {
	margin-left: 25px;
}

.right {
	text-align: right;
}
.smallText  {
	font-size: 85%;		
}
.smallEmphasis {
	font-size: x-small;
	color: #F00;
}
.redEmphasis {
	font_size: 125%;
	color: #F00;
}
.clearfloat {
	clear: both;	
}
