body {
	background-image: url(images/contentBack.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #B0D0DB;
	background-position: center;
	font-size: 12px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
}
td {
	vertical-align: top;
}
h1 {
	color: #326AB4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 25px;
}
p {
	margin-top: 0px;
	margin-bottom: 7px;
	line-height: 160%;
}

.content {
	margin: 15px;
	padding: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-left-color: #666666;
}
.content h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 14px;
}
.content h3 {
	margin-bottom: 4px;
	font-size: 12px;
}
.content h4 {
	font-size: 14px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 15px;
}
.content a {
	font-weight: bold;
	color: #E57900;
	text-decoration: underline;
}
.content a:visited {
	font-weight: bold;
	color: #E57900;
	text-decoration: underline;
}
.content a:hover {
	font-weight: bold;
	color: #E57900;
	text-decoration: none;
}

.left {
	padding-right: 15px;
	padding-top: 10px;
}
.left h2 {
	color: #FFFFFF;
	background-color: #326AB4;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	display: inline;
	margin-bottom: 10px;
	padding-right: 20px;
}

.right {
	padding-top: 10px;
	padding-left: 3px;
	color: #999999;
	font-size: 10px;
}
.footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding: 15px;
	font-size: 10px;
	color: #999999;
}

.right   a  {
	color: #E57900;
	font-weight: bold;
	text-decoration: none;
}
.right p {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.right h2 {
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	display: inline;
	padding-right: 20px;
	background-color: #E57900;
}

.right h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	margin-left: 10px;
	font-size: 9px;
}
.right h3 {
	margin-top: 15px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	margin-left: 10px;
}

.right h5 {
	color: #FFFFFF;
	background-color: #1D90A5;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	display: inline;
	padding-right: 20px;
}
.right  h6  a {
	color: #666666;
	text-decoration: none;
}



.right h6 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	color: #666666;
}



/*** Nav bar styles ***/

#button {
	width: 175px;
	padding: 0 0 0em;
	margin-bottom: 1em;
	background-image: url(images/navback.jpg);
	background-repeat: repeat-y;
}


#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}
		
#button li {
	border-bottom: 1px solid #ffffff;
	margin: 0;
		}
	
#button li a {
	display: block;
	padding: 10px 5px 10px 0.5em;
	color: #333333;
	text-decoration: none;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	font-size: 10px;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
	color: #666666;
}
#button ul li ul {
	background-color: #FFFFFF;
	width: 165px;
}


#button li ul li a {
	color: #326AB4;
	margin-left: 10px;
	text-decoration: none;
}
#button li ul li a:hover {
	color: #326AB4;
	margin-left: 10px;
	text-decoration: underline;
}
.outlinelogos {
	border: 1px solid #CCCCCC;
	text-align: center;
}
