@charset "utf-8";
/* CSS Document */
*
{
	padding:0; margin:0;
}
html,
body {
   margin:0;
   padding:0;
   height:100%; background-color:#fad3b6; background-repeat:repeat; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; 
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   background:#fff; width:980px; margin:auto;   
}
#body {
width:980px; margin:auto; height:auto;/*background:#1d3c5b; */background:url(../images/cnt_bg.jpg) repeat-y; color:#000000; line-height:21px;
}

#footer {
  margin:auto;
   width:980px;
   height:50px;   /* Height of the footer */
   background:url(../images/footer-line-stripe.gif) repeat-x; width:980px;
}
.wrapper
{
width:980px; margin:auto;
}
.top
{
background:url(../images/top-line-stripe.gif) repeat-x; width:980px; height:7px;
}
.head
{
height:212px; width:980px; margin:auto;
}
.clear
{
clear:both;
}
.image
{
border:0; margin:0; padding:0;
}
a:link, visited
{
color:#0066CC;
}
a:hover
{
 color:#003366;
 }
.images
{
height:133px;
}
.navibg
{
	background:url(../images/menu-stripe.gif);  height:30px;position: relative; line-height:30px; width:720px; float:right;	
}
.navibg ul
{
	margin:0; 
}
.navibg li
{
	 font-family:Tahoma; font-size:12px; list-style:none; display:inline;line-height:30px;height:30px; float:left;
}
.navibg li a
{
	text-decoration:none; color:#fff;padding:8px 25px;height:30px; 
}
.navibg li a:hover
{
	text-decoration:none; color:#fff; background:url(../images/menu-stripe_hover.gif);height:30px; padding:8px 25px;
}
.selected
{
	text-decoration:none; color:#fff; background:url(../images/menu-stripe_hover.gif);height:30px; 
}
.menulink
{
float:right; position:relative;
}
.menulink ul
{
margin:0; margin-top:15px; margin-right:10px;
}
.menulink li
{
 font-family:Verdana; font-size:11px; font-weight:bold; list-style:none; display:inline;line-height:30px;height:30px; float:left;
}
.menulink li a
{
	text-decoration:none; color:#F5895A;padding:8px 15px;height:30px;  text-transform:uppercase; text-decoration:underline;
}
.cnt_left
{
width:758px; float:left; background:#fff; padding:10px 15px;
}
.cnt_right
{
width:184px; float:left; background:#1d3c5b; margin-right:8px;
}
.pagetitle
{
color: #4984CB; padding:10px;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.missiontitle
{
color: #333333;
    font-family: "Arial Black",Gadget,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
	}
	.missionLargeText{
	 color: #000000;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
	}
.Links a
{
	color: #333333;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    /*text-transform: uppercase;*/
}
.Links a:hover
{
color: #ED6024;
}
.box
{
width:184px; border:4px solid #1e3d5c; height:auto; background:#1d3c5b; float:right;
}
.design
{
text-align:center; padding-top:10px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000;
}
.design a
{
text-decoration:underline; color:#06C;
}
.design a:hover
{
text-decoration:underline; color:#003366;
}
.footertxt
{
font-family:Tahoma; font-size:12px; text-align:center;color:#FFFFFF;line-height:20px; padding-top:15px;
}