body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}

.sidebar
{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/bg_sidebar.gif);
}

.pagecontent
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 512px;
	background-image: url(../images/bg_pagebody.gif);
	background-repeat: no-repeat;
}

.transparent
{
	filter:alpha(opacity=75);
	moz-opacity:.75;
	opacity:.75;
}

td
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.bold
{
	font-weight: bold;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #2a3493;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #129046;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.small
{
	font-size: 8pt;
}

.tiny
{
	font-size: 7pt;
}

.footer
{
	color: #ffffff;
	font-size: 8pt;
	background-color: #129046;
}

.footer_bg
{
	color: #a2d3b6;
	text-align: center;	
	background-image: url(../images/bg_footer.gif);	
	height: 70px;
	width: 769px;
	background-repeat: no-repeat;
}

a
{
	color: #2a3493;
	text-decoration: underline;
}

a.green
{
	color: #129046;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

a.plain
{
	color: #2a3493;
	font-weight: normal;
	text-decoration: none;
}

a.small
{
	font-size: 8pt;
	font-weight: normal;
}

a.smallplain
{
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

a.tiny
{
	font-size: 7pt;
	font-weight: normal;
}

a.header
{
	color: #666666;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

a.header:hover
{
	color: #888888;
	text-decoration: underline;
}

.header
{
	color: #CCCCCC;
	font-size: 8pt;
}

a.nav
{
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover
{
	color: #2a3493;		
	text-decoration: underline;
}

.nav_bg
{
	background-image: url(../images/bg_nav.gif);	
	height: 30px;
	width: 769px;
	background-repeat: no-repeat;
}

a.footer
{
	color: #ffffff;
	text-decoration: underline;
}

a.footer:hover
{
	color: #a2d3b6;
	text-decoration: underline;
}

ul
{
	padding: 0px;
	margin: 10px;
}

ul.nomargin
{
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

li
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	list-style-position: outside;
	list-style-type: square;
}

.bgwhite
{
	background-color: #ffffff;
}

.bgblack
{
	background-color: #000000;
}

.bgdkblue
{
	background-color: #2a3493;
}

.bgltblue
{
	background-color: #9599c9;
}

.bgdkgreen
{
	background-color: #129046;
}

.bgltgreen
{
	background-color: #a0d3b5;
}

.bggrey
{
	background-color: #cccccc;
}

hr
{
	color: #000000;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

hr.dotted
{
	color: #000000;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-style: dotted;
}

hr.sidebar
{
	color: #AAAAAA;
	height: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-style: dotted;
}

hr.home_page_list
{
	color: #cccccc;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.indent5px
{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.indent10px
{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.indent20px
{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

.form_header
{
	background-color: #a0d3b5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}

.form_question
{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 8pt;
}

.input
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 130px;
	height: 20px;	
}

.inputshort
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 20px;	
	width: 90px;
}

.textarea
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 200px;
	height: 100px;	
	word-wrap: normal;
}

.tel3
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 24px;
	height: 20px;	
}

.tel4
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 32px;
	height: 20px;	
}

.required
{
	color: #cc0000;
	font-size: 10pt;
}

.not_required
{
	color: #000000;
}

#container 
{
	position: inherit;
}

#translucentbkg {
   	width: 771px; height: 310;     /* to match DIVs size          */
	filter:alpha(opacity=75);
	moz-opacity:.75;
	opacity:.75;
	background-color: #532380;
}

#translucentbkg_tall {
   	width: 771px; height: 430;     /* to match DIVs size          */
	filter:alpha(opacity=75);
	moz-opacity:.75;
	opacity:.75;
	background-color: #532380;
}

#opaquetext {
	background-color: transparent;
	/* transparent background */
	position: absolute;
	/* absolute positioning */
	z-index: 2;
	/* place it over the other DIV */
}
