/* CSS Document */

* {margin:0; padding:0;}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666;
font-size: 75%;
line-height: 1.3em;
}

a {
color: #036;
}

p, li , td {
	margin: 10px 0;

}

h1 {
color: #000;
font-size: 160%;
font-weight: normal;
margin: 5px 0 15px 0;

}
h2 {
font-size: 130%;
font-weight: normal;
color: #000;
margin: 5px 0 12px 0;
}
h3 {
color: #000;
font-size: 100%;
font-weight: bold;
margin: 5px 0 10px 0;
}

#container {
width: 850px;
position: relative;
}

#header {

}

#mainNav {
color: #000;
width: 180px;
float: left;
background-image: url(images/navBG.gif);
background-repeat: repeat-y;
font-size: 100%;
font-weight: bold;
text-transform:uppercase;
}

#mainNav ul{
list-style: none;
margin: 0;
padding: 0;
border-bottom: 1px solid #ccc;
}

#mainNav ul ul {
border: 0;

}

#mainNav li {
line-height: 1em;
display:inline;
}

.level_0 a {
text-decoration: none;
color: #000;
display: block;
padding: 5px 0 5px 40px;
border-top: 1px solid #ccc;
}

.level_0 a:hover {
color: #036;
}

.level_1 a {
text-decoration: none;
color: #000;
padding: 5px 0 5px 15px;
margin-left: 55px;
border: 0;
font-size: 90%;
background-image: url(images/dot.gif);
background-repeat: no-repeat;
background-position: left center;
}

.level_1 a:hover {
color: #036;
background-image: url(images/dotBlue.gif);
background-repeat: no-repeat;
background-position: left center;
}
#content {
float: left;
width: 590px;
margin: 20px 35px;


}

#footer {
clear: both;
background-color: #999;
height: 60px;
padding: 10px 20px;
}

#footerNav {

}

#footerNav ul {

}

#footerNav li  {
display: inline;
border-right: 1px solid #fff;
}

#footerNav li ul {
display: inline;
border-left: 1px solid #fff;
}


#footerNav a {
color: #fff;
text-decoration: none;
font-size: 90%;
padding: 5px;
}

#footerNav a:hover {
text-decoration: underline;
}

#credit, #credit a {
color: #fff;
font-size: 10px;
padding: 5px 0;
}

#bsaLogo {
position: absolute;
bottom: 0;
left: 755px;

}.p_blue {
	line-height: 1.2em;
	margin: 5px 0;
	color: #000033;
}
.img_border {
	border: 1px solid #CCCCCC;
}
