/* CSS Document */
/* Created by Jamey White */
/* Alabama BEST */
/* Created on July 11, 2006 */
/* Styles for printing only */

/* BODY DEFAULTS */
body {
	font-family: sans-serif;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	background-repeat: repeat;
	text-align: center;
}

/* SECTIONS */
#container {
	position: relative;
	margin: 0px;
	width: 100%;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: left;
	background-repeat: repeat-y;
}

#header {
	margin: 0px auto 0px 0px;
	width: 100%;
	background-color: #000;
}
#header img {
	border: 0px solid #000000;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

#breadcrumb {
	display: none;
}
#breadcrumb ul {
	display: none;
}
#breadcrumb li {
	display: none;
}

#leftsubmenu {
	display: none;	
}

#navtitle {
	color: #000000;
	margin: 0px 3px 0px 3px;
	padding: 0px 0px 1px 0px;
	font-weight: bold;
	font-size: 14pt;
	background-color: transparent;
	border-bottom: 1px solid #AAAAAA;
}

#content {
	width: 100%;
	float: left;
	font-size: 12pt;
	font-weight: normal;
	text-align: justify;
}
#content p {
	margin: 3px 10px 10px 10px;
}
#content a {
	color: #BB0000;
	text-decoration: none;
}
#content a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#content a:visited {
	color: #770000;
	text-decoration: none;
}

#content .title {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 2px;
	background-color: #000044;
	border-bottom: 2px solid #000000;
	font-weight: bold;
	text-align: left;
	letter-spacing: 5px;
	color: #000000;
	font-size: 16pt;
}
#content .subtitle {
	margin: 1px 10px 10px 10px;
	font-weight: bold;
	font-size: 14pt;
}

#footer {
	clear: both;
	position: relative;
	margin: 0px auto;
	width: 100%;
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	color: #000000;
	font-size: 11pt;
}
#footer p {
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#figure {
  border: 0px silver solid;
}
#figure p {
  text-align: center;
  font-style: normal;
  font-size: 12pt;
  text-indent: 0;
}

.signUpForm {
	width: 90%;
	border: 1px dashed #CCCCCC;
	background-color: #EDEDFF;
	margin: 0px 10px 10px 10px;
	text-align: left;
}

td, input, select {
	font-family: Verdana;
	font-size: 12pt;
}