@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: repeat-x;
}

.oneColFixCtr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #CDCDCD;

	#nav .one {background:#FF0000;}
}
#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#breadcrumbs a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #CCCCCC;
}
.oneColFixCtr #container #mainContent #page {
}
.oneColFixCtr #container #mainContent #page h1 {
	font-family: Arial;
	margin: 0px;
	font-weight: normal;
	color: #0066FF;
}
.oneColFixCtr #container #mainContent #page p {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
.oneColFixCtr #container #mainContent #page h2 {
	font-family: Arial;
	color: #669900;
	font-weight: normal;
}
.oneColFixCtr  #container  #below-main  {
	background-color: #F0F4F9;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtr #container #mainContent #page #left #form {
	background-color: E7EFF6;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.form_field_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066FF;
}
.oneColFixCtr #container #mainContent #page #main-right #home_content {
	width: 665px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtr #container #mainContent #page #main-right #home_content #right_box {
	width: 200px;
	height: 195px;
	background-repeat: no-repeat;
	padding: 5px;
	margin: 0px;
}
.form_field_box_comp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid D3D4D6;
	width: 140px;
}
.header_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066FF;
	font-weight: bold;
	display: block;
	clear: right;
}
.oneColFixCtr #container #mainContent #page #left #left_teaser #teaser_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 15px;
	padding-top: 5px;
}
.oneColFixCtr #container #mainContent #page #left #left_teaser {
	border: 1px solid #CCCCCC;
	padding: 0px;
	background-image: url(../img/teaser_bg.jpg);
	background-repeat: repeat-x;
	height: 74px;
}
.oneColFixCtr #container #mainContent #page #left #left_teaser img {
	border: 1px solid D3D4D6;
	padding: 0px;
	margin-right: 5px;
	float: left;
}
.oneColFixCtr  #container  #mainContent  #page  #right_box  h2   {
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
.oneColFixCtr  #container  #mainContent  #page  #right_box  p   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}
.oneColFixCtr #container #mainContent #page #main-right #home_content h1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
}
.oneColFixCtr #container #mainContent #page #main-right #home_content p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.oneColFixCtr #container #mainContent #page #main-right #home_content h2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
#footer {
	padding: 0 10px;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.oneColFixCtr #container #below-main p {
	background-color: #F0F4F9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.oneColFixCtr #container #below-main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#footer a:link {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.oneColFixCtr #container #nav {
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	background-color: #CCCCCC;
	padding-left: 12px;
}
.oneColFixCtr #container #mainContent #teasers {
	background-image: url(../img/new/background.jpg);
	height: 269px;
}
.oneColFixCtr #container #mainContent #teasers #teaser {
	background-image: url(../img/new/teaser_bg.jpg);
	height: 208px;
	width: 232px;
	background-repeat: no-repeat;
	float: left;
	margin-left: 27px;
}
.oneColFixCtr #container #mainContent #teasers #teaser h1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
	color: #0066FF;
}
.oneColFixCtr #container #mainContent #teasers #teaser p {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
}
.oneColFixCtr #container #nav a {
	color: #0066FF;
	text-decoration: none;
}
.oneColFixCtr #container #nav a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	padding-bottom: 2px;
}

#footer a:visited {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.error {
  font-family: Tahoma;
font-size: 8pt;
  color: red;
  margin-left: 5px;
  display:none;
  }
.oneColFixCtr #current {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	padding-bottom: 2px;
}
