/* CSS Document */

body {
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#000000;
}


#header_txt {
background-color:#f2f2f2;
border: 1px solid #e1e1e1;
}

#awards {
background-color:#f6f6f6;
border: 1px solid #e1e1e1;
color:#333333;
font-size:11px;
line-height:16px;
}

#coats {
background-color:#f6f6f6;
border: 1px solid #e1e1e1;
color:#333333;
font-size:11px;
line-height:16px;
padding:15px 15px 15px 15px;
}

.txt {
color:#333333;
font-size:11px;
line-height:16px;
padding:0px 10px 10px 10px;
}
.txt a{
	color:#333333;
	text-decoration:none;
}
.txt a:hover{
	color:#e07910;
	text-decoration:underline;
}
#mission {
padding:10px 5px 10px 5px;
text-align:justify;
line-height:16px;
}
#footer {
background-image:url(../images/footer_bg.jpg);
height:42px;
background-repeat:repeat-x;
color:#e87817;
font-size:11px;
line-height:22px;
text-align:center;
}

#footer a{
color:#e87817;
text-decoration:none;
}
.text{
	padding:2px 10px 5px 10px;
	color:#333333;
	font-size:11px;
	line-height:16px;
	text-align:justify;
}
.text a{
	text-decoration:none;
	color:#333333;
}
.text a:hover{
	text-decoration:none;
	color:#EE7626;
}
h1{
	color:#e07910;
	font-size:13px;
	padding:5px 10px 10px 10px;
	text-align:left;
	font-weight:bold;
	margin:0;
}
h2{
	color:#333333;
/*	padding:0px 10px 0px 2px;
*/	font-size:11px;
	font-weight:bold;
	text-align:left;
	font-style:italic;
	margin:0;
}
p{
	padding:2px 0px 5px 0px;
	color:#333333;
	font-size:11px;
	line-height:16px;
	text-align:justify;
	margin:0;
}