/* CSS Document */

html, body {
  height: 100.1%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #474747;
	background-image: url(../images/build/drop_shadow.gif);
	background-repeat:repeat-y;
	background-position:center;
	text-align: center;
}

/* Page Links Red text */

a {
  color: #C01825;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

/* Page Links Red text */

.outer {
  text-align: left;
  margin: 0 auto;
}

/* Navigation Styling*/

.nav_text {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff; 
	font-size: 12px;
	line-height: 2em;
	padding-left: 375px;	
}

.nav_text a:hover {
	color: #FFF;

}

.nav_text a {
	color: #FFF;
	text-decoration:none; 
}

/* Footer Styling*/


.footer_text {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.footer_text a:hover {
	color: #fff;
}

.footer_text a {
	color: #fff;
  	text-decoration:underline;
}


/* Footer Styling*/


.main_txt {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
}

.keyword_txt {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1em;
	text-align:center;
	margin-top:10px;
	color: #999;
}


.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF; 
}

.main_txt_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	color:#000;
}

.style14 {
	color: #5c060e;
	font-weight: bold;
}

.errors {  border: 1px solid red;
  background-color: pink;
  padding: 0 1em;
  margin: 1em 0;
}
.style16 {color: #000000}

