﻿/* HTML Elements */
.noprint {}

@media print {.noprint { display: none; }}

body {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	margin: 0px 0px 0px 0px;
/*	background: #d4d4d4 url(images/body_bg2.jpg) repeat-x top; */
	background: #ffffff url(images/body_bg4.jpg) repeat-x top;
}
.dropdown
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #333333;
    font-size: 12px;
    background-color: #F1FBF0;
}
.dropdown_noborder
{
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	background-color: #FFFFFF;
	font-weight: bold;
}

.button
{
    font-family: Arial; 
    color: #333333;
    font-size: 11px;
    font-weight:bold;
}
.button_green
{
	font-family: Arial;
	color: #DDECFB;
	background-color: #009933;
	font-size: 10px;
	font-weight: bold;
}

a, a:hover, a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-style: none;
}
.input {
	 color: #666666;
	 font-size: 12px;
	 font-family: Arial, Helvetica, sans-serif;
}
.MainContent {
	position: relative;
	top: 0px;
	left: 0px;
	width: 999px;
	overflow: hidden;
	margin: 0px auto 0px;
}
.MainContent .Content {
	/*position: relative;*/
	top: 0px;
	left: 0px;
	padding-left: 1px;
	background-color: #FFFFFF;
	overflow: hidden;

	width: 985px;
	border: 2px #339900 solid; 
}
.TopLogoArea {
	position: relative;
	top: 1px;
	left: 0px;
	width: 999px;
	height: 43px;
	padding-top: 0px;
}
.TopNav.menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 999px;
	overflow: hidden;
}
.TopNav.menu .icons {
	position: relative;
	top: 0px;
	left: 0px;
	width: 990px;
	height: 28px;
	overflow: hidden;
	text-align: right;
	color: #FFFFFF;
}


.addContainingDiv
{
	border-style:solid;
	border-width:1px;
	border-color:#AAB0B0;
	height:275px;	
	width:325px;
	margin-left:15px;
	margin-top:28px;
}

.headerTextLabel
{
	position:relative;
	top:6px;
	color:White;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
}

/* footer */
.footer {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 5px;
	font-size: 9px;
	color: #333333;
}
.footer a, .footer a:visited, .footer a:hover, .footer a:active {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footertext {
	text-align: center;
}
