#container			{
	margin: 1%;
	background-color: #FFF;
	background-repeat: repeat-y;
	border: none
	background-position: right;
		}	

.Subheading {
	font-family: "Helvetica", "Arial", "sans serif";
	color: #014461;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 0px;
	margin-left: 0px;
}
.ABcell {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
}
		
#banner {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #00435E;
	height: 112px;
	display: flex;
	flex-flow: row wrap;
    justify-content: space-between;
 }

#banner h1 {
	color: #B7CC6D;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin-right:1em
}

		
#header {
	background-color: #FFFFFF;
	display: flex;
	flex-flow: row wrap;
    justify-content: space-between;
	margin-top: 0em;
	margin-bottom: 0em;
	height: 15px;
	background-image: url(images/a3.gif);
	background-repeat: repeat-x;
	background-position: left;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 19px;
}

#header h1 {
	font-size: 1.4em;
	font-family:  "Helvetica", "Arial", sans-serif;
	height: 30px;
	color: #00435E;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 220px;
	margin-left: 0em;
	margin-bottom: 0em;
}
				
	#content {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 15px;
	line-height: 20px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 15em;
	padding-left: 100px;
	margin-top: -10px;
	justify-content: left
}

	
	
#content h2 {
	color: rgb(112,147,184);
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

#content h3 {
	color: rgb(112,147,184);
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3B3B3B;
	font-size: 1.25em;
	line-height: 1em;
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 1.5em;
}

#content h5 {
	color: rgb(112,147,184);
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#content h6 {
	color: #014461;
	font-family: "trebuchet ms", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0
}

#content br {
	font-size:10px
}

#content img {
	float: right;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
	border: none
	padding: 5px;
}

#content a:link {
	color: #014461;
	text-decoration: underline;
}
#content a:visited {
	color: #014461;
	text-decoration: underline;
}

#content a:hover {
	color: #fff;
	text-decoration:none;
	background-color: #014461;
	}
			
	#footer	{
	clear: both;
	background-color: #00435E;
	padding: 1em;
	text-align: left;
	border-top: 1px solid #333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
}

 a:link {
	color: #00435E;
	text-decoration:none;
	font-weight: normal;
	}
a:visited {
	color: #005b80;
	text-decoration:none;
	font-weight: normal;
}


 a:hover {
	color: #fff;
	text-decoration:none;
	background-color: #00435E;
	}
.sub {
	text-transform: none;
	color: #330066;
}
ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 22em;
	text-transform:uppercase
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 2px;
}

ul#menu li a {
	color: #fff;
	padding: 0.8em;
	background-color: #135A7A;
}

ul#menu li a:hover {
	background-color: #135A7A;
}

ul#menu li ul li a {
	background: #B7CC6D;
	color: #135A7A;
	padding-left: 20px;
	line-height: 1.25em;
}

ul#menu li ul li a:hover {
	padding-left: 15px;
	background-color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #014462;
}
.subsub {
	text-transform: uppercase;
	color: #000000;
	list-style-type: none;
}
#nav {
	width: 16em;
	font-family: "Helvetica", "Arial", "sans serif";
	font-size: 0.85em;
	font-weight: normal
	text-transform: uppercase;
	float: left;
}
