@charset "UTF-8";
/* CSS Document */
/*logo red:#762123
dark purple:#291D3B
light blue:#96A4C4
black:#000000*/
body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	background-image:none;
	background-color: #2A3F55;
}

body a{
	color:#113581;
	text-decoration:none;
}
body a:hover{
	color:#291D3B;
	border-bottom:thin solid #291D3B;
}
body a:active{
	color:red;
	text-decoration:none;
}
/*a:active MUST come after hover*/


a img{
    border:none;
}
h1,h2,h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
h1{
	font-size: 2em;
	color:#762123;
	background-color:#C9EAF8;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 24px;
}
h2{
	font-size: 1em;
	color:#993300;
    text-align: center;
}
h3{
	font-size:14px;
	color:#FFFFFF;
	text-decoration: underline;
	}
h4{
	font-size.5em;
	color:#fff;
	}
#container{
	width:840px;
	background-image:none;
	
	background-position:top;
	background-position:left;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	background-color: #2AABE2;
}
#header{
	height:220px;  /*Height of top section*/
	padding:10px;

	text-align:center;
	background-color: gray;
	background-image: url(images/headerbckgrd.png);
	background-repeat: repeat;
}
#header a,img{
	border:0px;
}
#header table{
	width:820px;
	text-align:center;
}
.logo{
	width:190px;
}

#navigation{
	float:left;
	width:150px;    /*Width of left column*/	/*margin-left:0px;**remove- not needed*/
	margin-top: 50px;
}
#map {
	float: left;
	width: 150px;
}


#navigation ul.MenuBarVertical{/*new rule*/
margin:25px auto;
clear:left;
}
#navigation a, #navigation a:visited{
	font-size:1.5em;
	color:white;
	padding:10px;
}
/*make sure the order is: a:visited is after a:link and before a:hover*/

#navigation a:hover{
	background:#762123;
	color:#fff;
	border-bottom-width: 0px;
	margin: 0px;
	padding: 10px;
}
#maincontent {
	padding:15px;
	margin-left:150px;   /*Set left margin to   Left Column Width plus a little for padding*/
	margin-top:0px;
	background-color: #FFFFFF;	
}
#outer{
	border:thick solid #762123;
	padding:15px 15px 50px;
}
#inner{
	margin:0px;
	width:744px;
	background:white;
	text-align:justify;
	height: 155px;
	padding: 0px;
	float:right;
}
#inner img{
	float:left;
	padding:10px 10px 10px 0px;
}
/****** remove below- not needed 
#navigation li,ul{
 	list-style-type:none;
	padding:15px;
}
#navigation a, #navigation a:visited{
	font-size:1.5em;
	color:white;
	padding:inherit;
}
/*make sure the order is: a:visited is after a:link and before a:hover*/

/*#navigation a:hover{
	background:#fff;
	color:#291D3B;
	border-left:10px solid #291D3B;
	border-bottom:0px;
} remove all of the above*/

#footer {
	text-align:right;
	background-color: #2AABE2;
	background-image: url(images/BlbrryVw07.jpg);
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-repeat: no-repeat;
	height: 100px;
	width: 790px;
	background-position: 150px top;
	float: right;
}
#footer a, #footer a:visited{
	font-size:1.5em;
	color:white;
	
	padding:10px;
	
}
#footer a:hover{
	 background:#762123;
	 color:#fff;
	 
}
