/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: normal;
	color: #000033;
	background-repeat: repeat;
	margin-top: 10px;
}

#container {
	position:relative;
	left: 50%;
	margin-left: -360px;
	width: 720px;
	text-align: left;
}

table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px 0px;
	border-style: none none none none;
	border-collapse: separate;
}

table td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.form {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px 0px;
	border-style: none none none none;
	border-collapse: separate;
}

table.form td {
	border-width: 0px 0px 0px 0px;
	padding: 4px;
	border-style: none none none none;
	-moz-border-radius: 0px 0px 0px 0px;
}


h1 {
	font-size: 1em;
	font-weight: bold;
	color: #660000;
	margin-top: 1px;
	margin-bottom: .85em;
}

h2 {
	color: #336600;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: .5em;
}

p {
	margin-top: 1px;
	margin-bottom: 1em;
}


a:link {
	color: #003366;
	text-decoration: underline;
}

a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: none;
	background-color: #CCCCCC;
}
a:active {
	color: #336699;
	text-decoration: none;
	background-color: #CCCCCC;
}

.leftSpacer {
	height: 5px;
	width: 200px;
	background-image: url(images/blue_bg.gif);
	background-repeat: repeat;
}


td.sectionNav {
	background-image: url(images/section_bg.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 195px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
}

td.sectionNav a:link {
	font-size: 0.95em;
	color: #000033;
}

td.sectionNav a:visited {
	font-size: 0.95em;
	color: #000033;
}

td.sectionNav a:hover {
	color: #000033;
	text-decoration: none;
	background-color: #CCCCCC;
}

td.sectionNav a:active {
	color: #000033;
	text-decoration: none;
	background-color: #CCCCCC;
}

td.mainContent {
	font-size: 1em;
	background-color: #FFFFFF;
	text-align: left;
	margin: 2px 0px 0px;
	padding: 2px 6px 6px;
	vertical-align: top;
}


td.leftExtras {
	background-image: url(images/green_bg.gif);
	width: 195px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
}

.footerLinks {
	font-size: .85em;
	color: #336600;
	text-align: center;
	vertical-align: bottom;
}

.footerLinks a:link{
	color: #336600;
	text-decoration: none;
}

.footerLinks a:visited {
	color: #336600;
	text-decoration: none;
}
.footerLinks a:hover {
	color: #cccccc;
	text-decoration: none;
	background-color: #336600;
}
.footerLinks a:active {
	color: #cccccc;
	text-decoration: none;
	background-color: #336600;
}
.bold {
	font-weight: bold;
}

.attributeinput {
	padding: 4px;
}
.required {
	color: #660000;
}

.mailbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	height: 1em;
	width: 150px;
	color: #336600;
	background-color: #FFFFFF;
	}
	

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336600;
	background-color: #FFFFFF;
}
	
.center {
	text-align: center;
}

.smallPrint {
	font-size: .85em;
	color: #336600;
}
.redbold {
	font-weight: bold;
	color: #660000;
	font-size: 1.15em;
}
.medPrint {
	font-size: .90em;
}
