* {
	margin: 0px;
	padding: 0px;
}

body {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	font-family: Arial;
	background-color: #000000;
}

a {
	color: #ff1811;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	font-family: Arial;
	margin-bottom: 20px;
}

h2 {
	font-size: 14px;
	font-family: Arial;
	margin: 15px 0 2px 0;
}

h3 {
	font-size: 12px;
	font-family: Arial;
	margin: 15px 0 2px 0;
}

ul {
	margin: 0 0 0 20px;
}

li {
	margin: 5px 0 0 0;
}

/* ID's */
#container {
	width: 900px;
	text-align: left;
	margin: 34px auto;
}

* html #container {
}

#content {
	padding-right: 28px;
	background-position: left bottom;
	padding-left: 28px;
	background-image: url(../Images/contentbg.jpg);
	padding-bottom: 28px;
	width: 844px;
	padding-top: 0px;
	background-repeat: no-repeat;
	position: relative;
	min-height: 586px;
}

* html #content {
	height: 586px;
}


#mainContent {
	position: relative;
	background-image: url(../Images/contentbg.gif);
	background-repeat: repeat-y;
	min-height: 528px;
	line-height: 16px;
}
* html #mainContent {  
	height: 528px;
}

#mainContentBlack {
	color: #FFFFFF;
	position: relative;
	min-height: 528px;
	line-height: 16px;
}
* html #mainContentBlack {  
	height: 528px;
}

#contentLeftCornor {
	position: absolute;
	bottom: 28px; left: 28px;
	z-index: 9;
}

* html #contentLeftCornor {
	bottom: 27px;
}

#contentRightCornor {
	position: absolute;
	bottom: 28px; left: 532px;
	z-index: 9;
}

* html #contentRightCornor {
	bottom: 27px;
}

#mainContent .left {
	float: left;
	width: 470px;
	padding: 17px;
}

#mainContentBlack .leftStart {
	float: left;
	width: 383px;
	padding-right: 28px;
}

#mainContent .left p {
	margin-bottom: 20px;
}

#mainContent .right {
	float: right;
	width: 340px;
}

#mainContentBlack .rightStart {
	float: right;
	width: 433px;
}

#leftCornor {
	position: absolute;
	bottom: 0; left: 0;
}

#top .left {
	width: 682px;
	height: 51px;
	float: left;
	padding: 11px 17px 1px 16px;	
}

#top .right {
	width: 128px;
	float: left;
	text-align: right;
}

#top a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#top a:hover {
	text-decoration: underline;
}

#top .divider {
	float: left;
	margin: 0px 5px 0px 5px;
}

#top .mitem {
	float: left;
	padding: 3px 0px 0px 0px;
}

#top .mitemActive {
	float: left;
	color: red;
	padding: 3px 0px 0px 0px;
}

#top .mitemActive a {
	color: #FF1811;
}

#footer {
	padding: 8px 37px 8px 44px;
}

#footer .left {
	width: 50%;
	float: left;
}

#footer .right {
	width: 50%;
	float: left;
	text-align: right;
}

.newsHead {
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 5px;
}

.newsIngress {
}

.header {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0px 0px 16px 16px;
}

.blackModule {
	border: solid 1px #393939;
}

.newsItem, .oddNewsItem, .blackModule .content {
	background-color: #090909;
	background-image: url(../Images/newsitembg.gif);
	background-repeat: repeat-x;
	border: solid 1px #000;
	padding: 10px 14px 10px 14px;
}

.newsItem a, .oddNewsItem a {
	color: White;
}

.newsItem br, .oddNewsItem br {
	display: none;
}

.newsListSubject {
	font-weight: bold;
	font-size: 1em;
}

.newsListIngress {
}

.newsListIngress br {
	display: inline;
}

.newsListSpace {
	display: none;
}

.contactForm {
}

.contactForm .lbl {
	float: left;
	width: 80px;
}

.contactForm .ctrl {
	float: left;
}

.formField {
	font-family: Verdana;
	font-size: 12px;
	border: solid 1px #000;
}

.normal {
	width: 200px;
}

.postal {
	width: 50px!important;
	margin-right: 8px;
}

.city {
	width: 140px!important;
}



.selfClear:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.selfClear 
{
	display: inline-block;
}

.right_n {
	float: right;
	width: 430px !important;
	width: 340px;
}

.left_n {
	float: left;
	width: 350px;
	padding: 17px;
}

/* Hide from IE-mac \*/
* html .selfClear 
{
	height: 1%;
}

.selfClear 
{
	display: block;
}
/* */