/*****************************************************
 * HTML *
 *****************************************************/
html, body {
	min-height: 100%;
	height: 100%;
	width: 100%;
	padding: 0px; 
	margin: 0px; 
}

html>body {
  height: auto;
}

* html, body {
}

html {
  overflow-y: scroll;
  background-image: url('images/bg.gif');
  background-repeat: repeat;
}

body {
  margin: 0px;
  padding: 0px;
  
  font-family: Tahoma;
  font-size: 11px;
  text-align: justify;
  color: #545353;
  
  background-image: url('images/bg2.gif');
  background-repeat: repeat-y;
  background-position: center 50px;
}

img {
	border: 0px;
}

h1 {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 18px;
	color: #191F51;
	margin: 10px 0px 10px 0px;
}

.specialHeading {
	background-image: url('images/heading_bg.jpg');
	background-position: top right;
	background-repeat: repeat-y;
	
	padding-right: 200px;
}

h2 {
	color: #191f51;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0px 5px 0px;
}

/*****************************************************
 * DIVIDERS *
 *****************************************************/
#pageHolder {
  position: relative;
  top: 0px;
  left: 50%;
  width: 839px;
  margin: 0px 0px 0px -419px;
  padding: 0px;
  overflow-x: hidden;
}

#leftBar {
  float: left;
  width: 160px;
}

#contentHolder {
  float: left;
  width: 650px;
  margin-left: 7px;
}

#content {
  margin-left: 25px;
  margin-bottom: 30px;
  width: 590px;
  overflow-x: hidden;
}

#content a:link, #content a:visited, #content a:hover {
	font-size: 1em;
	color: #D80404;
}
#content a:link, #content a:visited{ text-decoration: underline; }
#content a:hover { text-decoration: none; }

#rightBar {
  float: left;
  width: 22px;
}

#topBar {
  background-color: #191F51;
  height: 14px;
  margin-right: 35px;
  text-align: right;
  
  color: #ffffff;
  text-transform: uppercase;
}

#topBar a:link, #topBar a:visited, #topBar a:hover {
	color: #f0f1f3;
	text-decoration: none;
	font-size: 9px;
	margin-right: 25px;
}
#topBar a:hover { color: #D80404; }

#redBar {
  position: absolute;
  bottom: 5px;
  left: 165px;
  height: 23px;
  width: 617px;
}

#breadcrumbs {
	font-size: 9px;
	margin: -5px 0px 10px 0px;
}

.redButton {
	border: 1px solid #D80404;
	background-color: #D80404;
	color: #FFFFFF;
	margin-top: 10px;
}

.redField {
	border: 1px solid #D80404;
	background-color: #FFFFFF;
	margin-top: 10px;
	text-align: right;
}

/*****************************************************
 * Errors *
 *****************************************************/
.errorText {
	border: 1px solid #df0000;
	background-color: transparent;
	color: #cc3333;
}
.errorTitle {
	font-size: 1em;
	font-weight: bold;
}

/*****************************************************
 * Contactform *
 *****************************************************/
.textBox {
	border: 1px solid #191f51;
	font-size: 1em;
}
.contactInput {
	border: 1px solid #191f51;
	background-color: #E0E2EF;
	color: #545353;
	font-size: 1em;
}
.contactButton {
	border: 1px solid #191f51;
	background-color: #E0E2EF;
	color: #545353;
	font-weight: bold;
	font-size: 1em;
}
