@charset "utf-8";
/* CSS Document */

* { 
	margin: 0;
	padding: 0;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body, td, input, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

body, td {
	line-height: 14px;
}

a {
	text-decoration: underline;
  color: #13007A;
}

a:hover {
	text-decoration: underline;
  color: #13007A;
}

h1 {
  font-size: 17px;
  color: #160182;
	margin-bottom: 10px;
}

h2 {
  font-size: 15px;
  color: #160182;
	margin-bottom: 10px;
}

h3 {
  font-size: 12px;
  color: #160182;
	margin-bottom: 10px;
}

div.centercontent {
  position: absolute;
	width: 822px;
	left: 50%;
	margin-left: -411px;
}

div.mainkader {
	background-image: url(/images/website/background.gif);
	background-repeat: repeat-y;	
	padding: 0 11px 0 11px;
}

div.nav {
	border-top: 1px solid #837F80;
	border-bottom: 1px solid #837F80;
}

div.nav_content {
	margin: 1px;
	background-image: url(/images/website/nav_background.gif);
	background-repeat: repeat-x;
	line-height: 31px;
	text-align: center;
}

div.nav_content img {
	margin: 0 10px 0 10px
}

div.nav_content a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

div.nav_content a:hover {
	text-decoration: none;	
	color: #333333;
}

div.content {
	margin: 1px 1px 0 1px;
}

td.content_main {
	background-image: url(/images/website/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div.content_main_padding {
	padding: 30px;
}

td.content_divider {
	width: 1px;
}

td.content_right {
	width: 168px;
	background-image: url(/images/website/background_right.gif);
	background-repeat: repeat-x;
	background-color: #028A38;
}

div.content_right_padding {
	padding: 10px 5px 10px 5px;
}

div.logo_bfl {
	padding: 0 0 30px 0;
	text-align: center;
}

