﻿/* Global Defaults */
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body
{
	font: 1em/1.25 Verdana;
	background-color: #009999;
	background-image: url(  '/Images/backgroundfill.gif' );
	background-repeat: repeat;
}

/* Headlines */
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Verdana;
	vertical-align: top;
	text-align: left;
	line-height: 1.5em;
}
h1
{
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #008000;
	font-family: Verdana;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
}
h2
{
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #008000;
	font-family: Verdana;
	text-decoration: none;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #008000;
	font-family: Verdana;
	text-decoration: none;
}
h4, h5, h6
{
	font-size:12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #008000;
	font-family: Verdana;
	text-decoration: none;
}
/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea
{
	margin: 0;
	font: normal normal normal medium/1.5em Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-family: Verdana;
	text-decoration: none;
}

p
{
	padding: 5px;
}

blockquote {
	margin: 1.25em;
	padding: 1.25em
}
q {
	font-style: italic;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed;
}
small {
	font-size:.85em;
}
big {
	font-size:1.2em;
}

/* Links and Images */
a, a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
}


/* Tables */
table
{
	border-style: none;
	border-width: medium;
	border-color: inherit;
	margin: 0px;
	padding: 0;

}

/* Forms */
form {
	margin: 0;
	padding: 0;
	display: inline;
}
label {
	cursor: pointer;
}

li
{
	list-style-image: url( '/Images/roundbullet.gif' );
	list-style-position: inside;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.imageonleft
{
	padding: 2px 5px 2px 2px;
}
.imageonright
{
	padding: 2px 2px 2px 5px;
}
.headercontent
{
	text-align: center;
	font-family: Verdana;
	font-size: 1.5em;
	font-weight: bold;
	vertical-align: top;
	background-color: #FFFFFF;
}
.footercontent
{
	background: #FFFFFF url(   '/Images/footerbackgound.gif' ) repeat-x scroll left top;
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #008000;
	vertical-align: top;
	padding: 0px 5px 0px 5px;
}
.sectionheader
{
	background-position: left top;
	background: #FFFFFF url(   '/Images/sectionbackground.gif' ) repeat-y scroll left top;
	text-indent: 2px;
	height: 32px;
	vertical-align: top;
	text-align: left;
	position: inherit;
	top: 0px;
	right: 0px;
}
.footercontenttext
{
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #008000;
	vertical-align: top;
}
.logincontrolheader
{
	color: #FFFFFF !important;
	font-weight: bold !important;
	background-color: #008000 !important;
}
