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

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #660000;
	margin-bottom: 5px;
	margin-top: 0px;
}
h1 {
	font-family: Georgia, "Georgia", "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #330000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #663300;
}

.news_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 10px;
}


body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}

body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(main_i/map-background02.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.white {
	color: #FFFFFF;
}

.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

/*Box that houses the pages title*/
#titleBox {
	background-color: #660000;
	height: 30px;
	font-size: 12px;
}

/*text for page title*/
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}

#mainContent {
	position: absolute;
	top: 184px;
	background-color: #000000;
	width: 800px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.textBlok {
	padding-right: 30px;
	padding-left: 30px;
}

.designBG {
	background-image: url(main_i/pix-tan.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.textField01 {
	width: 500px;
}
.textArea01 {
	height: 200px;
	width: 500px;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
}
.textArea02 {
	height: 50px;
	width: 500px;
}
.textArea03 {
	height: 100px;
	width: 740px;
}
.textArea04 {
	height: 80px;
	width: 340px;
}

