/* CSS Document */

body {
background-color:white;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content {
background-color:white;
height:380px;
font-size:11px;
color:black;
}

.text {
font-size:11px;
color:black;
}

.left {
background-image:url(images/lborder.gif);
background-repeat:repeat-y;
}

.right {
background-image:url(images/rborder.gif);
background-repeat:repeat-y;
}

.nav {
border-bottom:2px solid #F2F1E6;
}

.nav img {
display: inline;
}

.inline {
display: inline;
}

.mission {
background-color:#7588a4;
color:white;
padding:10px;
font-size:11px;
font-family: Arial, Helvetica, sans-serif;
text-align:justify;
}

.heading {
margin-bottom:7px;
}

.subheading {
font-weight: bold;
font-size:12px;
color: #182862;
border-bottom: 1px solid #2a231c;
text-transform:uppercase;
}

.footer {
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link,a:visited {
font-size:11px;
font-weight:bold;
color:#182862;
text-decoration:underline;
}

a:hover,a:active {
font-size:11px;
font-weight:bold;
color:#182862;
text-decoration:none;
}

A.footer:link, A.footer:visited {
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
color:black;
}

A.footer:hover, A.footer:active {
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:underline;
color:black;
}

.style3 {color: blue;}
.style4 {color: red;}

.home_box {
 background-color: white;
 padding: 15px;
/* margin: 0px 0px 15px 15px;*/
}