/* CSS Document */

/*-----------------Copyright 2009 Northwest Technologies---*/

*{
margin: 0px;
padding: 0px;
}

body{
background-color: #eaeaeb;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #203151;
}

#Container{
width: 950px;
margin: 20px auto 0px auto;
}

#BannerContainer{
height: 148px;
background: url(../images/Banner.jpg) top left no-repeat;
}

#BannerContainer a{
position: absolute;
top: 148px;
margin-left: 795px;
}

#BannerContainer a:link, #BannerContainer a:visited{
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

#BannerContainer a:hover, #BannerContainer a:active{
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}

#MainContent{
width: 100%;
background: #fff url(../images/Content_bkgd.gif) bottom left no-repeat;
min-height: 400px;
}

* #MainContent{
height: 400px;
overflow: visible;
}

#MainContent td{
vertical-align: top;
}

#NavContainer{
width: 477px;
float: left;
}

#NavContainer a:link, #NavContainer a:visited{
color: #203051;
font-weight: bold;
text-decoration: none;
}

#NavContainer a:hover, NavContainer a:active{
color: #475aa0;
font-weight: bold;
text-decoration: underline;
}

/*---------------Bulletin----------*/

#MainContent .BulletinCenter{
min-height: 400px;
background: url(../images/Logo_watermark.gif) bottom center no-repeat; 
}

#BulletinContainer{
width: 419px;
float: right;
}

.BulletinCenter{
background: url(../images/Logo_watermark.gif) bottom center no-repeat;
border-top: 1px solid #eb2a2e;
width: 407px;
margin-left: 9px; 
}

/*-----------------------*/

h1{
display: none;
}

.WelcomeTitle{
height: 67px;
width: 458px;
background: url(../Images/Titles/welcome_h1.gif) top left no-repeat;
}

p{
margin: 10px 10px 10px 20px;
}

/*------------Footer-------*/
#FooterContainer{
clear: both;
height: 45px;
background: url(../images/Footer_bkgd.gif) top left no-repeat;
}

.CopyrightContainer{
color: #cedefc;
font-size: 12px;
padding: 5px 0px 40px 18px;
float: left;
width: 430px;
}

.Insllc{
font-size: 10px;
color: #6981c0;
margin: 7px 0px 0px 3px;
}

.Insllc a:link ,.Insllc a:visited{
font-size: 10px;
color: #6981c0;
text-decoration: none;
}

.Insllc a:hover ,.Insllc a:active{
font-size: 10px;
color: #6981c0;
text-decoration: underline;
}

.SubNav{
color: #2e4779;
font-size: 12px;
float: left;
margin: 5px 0px 0px  150px;
}

.SubNav a:link, .SubNav a:visited{
color: #2e4779;
text-decoration: none;
font-weight: bold;
}

.SubNav a:hover, .SubNav a:active{
color: #2e4779;
text-decoration: underline;
font-weight: bold;
}