﻿@import url('../images/layout.css');
body {
	margin: 0px;
	font-family: Arial;
	padding: 0px;
	font-size: x-small;
	color: #000080;
	background-image: url('../images/bg.gif');
	text-align: right;
	text-decoration: none;
	background-repeat: repeat;
	background-color: #CCCCCC;
	height: inherit;
}
/* Styles for DIV tags */
#container {
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	background-color: #6B82C7;
	background-image: url('../images/leftphoto3.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: scroll;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #000000;
}
#masthead {
	background-position: left;
	background-color: #628ACA;
	padding: 15px;
	font-family: Arial;
	font-size: x-large;
	font-weight: 700;
	color: #FFFFFF;
	background-image: url('../images/sonologo3.jpg');
	background-repeat: no-repeat;
	height: 75px;
	visibility: visible;
}
#navigation {
	padding: 0px;
	border-width: 0px;
	border-color: #000080;
	background-color: #FFB56A;
	margin-left: 160px;
	text-align: center;
}
html>body #navigation {
	overflow: hidden;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}
#content_container {
	background-color: #E9E9E9;
}
#column_left {
	float: left;
	font-family: Arial;
	font-size: 10pt;
	color: black;
	text-decoration: none;
	text-align: left;
}
#column_right {
	background-color: #628ACA;
	padding-bottom: 30px;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 15pt;
	text-align: center;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}
#footer {
	background-color: #FFB56A;
	color: black;
}
/* Styles for Masthead */
#masthead h1 {
	color: #FFFFFF;
	font-style: normal;
	font-weight: 700;
	font-size: 12pt;
	margin: 0px 0px 10px 0px;
	text-align: left;
	padding: 0px;
	width: 524px;
	font-family: "Arial Narrow";
}
#masthead h3 {
	margin-top: 0.4em;
	color: #f5f5f5;
	margin-bottom: 0px;
	text-align: right;
	font-size:  12pt;
	padding-top: .3em;
	font-style: normal;
	font-weight: normal;
}
#masthead a {
	color: #000000;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	height: auto;
}
#navigation li {
	float: left;
}
#navigation a {
	border-left: 0px none #000080;
	border-right: 1px solid black;
	color: #000000;
		text-decoration: none;
		margin: 0 0px;
		padding: 5px;
		display: block;
		font-family: Arial;
		font-size: 12px;
}
#navigation a:hover {
	border: 0px solid #000080;
	background-color: #628ACA;
}
/* Styles for Right Column */
#column_right h4 {
	color: #112233;
	margin-top: 0px;
}
#column_right p {
	color: #FFFFFF;
	margin-top: 6px;
	font-size: small;
	height: 52px;
	text-align: center;
	width: 180px;
	line-height: 115%;
	margin-bottom: 6px;
	margin-left: 10px;
}
#column_right a {
	color: #FFFFFF;
	font-size: small;
	text-align: center;
}
#column_right a:hover {
	background-color: #776644;
	color: #FFFFFF;
}
/* Styles for Left Column */
h1 {
	font-size: 12pt;
	color: #333333;
	margin-top: 0px;
}
h2 {
	font-size: medium;
	color: #333333;
	margin-top: 0px;
	font-family: Arial;
	text-align: left;
}
h3 {
	font-size:  12pt;
	color: #333333;
	margin-top: 0px;
}
h4 {
	font-size: 12pt;
	margin-top: 0px;
	font-family: Arial;
	text-align: left;
	margin-bottom: 10px;
	color: #000066;
	text-decoration: none;
}
h5 { 
	font-size: x-small;
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
	text-decoration: none;
}

}
a:hover {
	color: #000080;
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC33;
}
#footer a {
	color:  #000000;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	font-weight: normal;
	text-decoration: underline;
}
