body {
	margin: 0;
	padding: 0 0 20px 0;
	background: #2D568C url(/images/grad.jpg) left top repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	background: url(/images/bnr.jpg) left top no-repeat;
	height: 98px;
}
#menu {
	background: #2D568C url(/images/mt.gif) left top repeat-x;
	border-top: solid 2px #084081;
	border-bottom: solid 1px #084081;
}
#menu2 {
	background: url(/images/mb.gif) right bottom repeat-x;
	padding-left: 180px;
}
#menu a {
	display: block;
	float: left;
	padding: 3px 10px 3px 10px;
	font-size: 0.8em;
	font-weight: bold;
	border-left: solid 1px #7896BC;
	border-right: solid 1px #144986;
}
#menu b {
	display: none;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	background: #4A77A8 url(/images/mbh.gif) left bottom repeat-x;
	color: #FFFFFF;
}
#menuclear {
	clear: both;
}
#menu2>#menuclear {
	height: 1px;
}
/* MIDDLE 3 COLUMNS */
#main {
	position: relative;
	width: 100%;  /* required for IE to get correct abs placement */
}
#content {
	background: #FFFFFF url(//images/contentBL.gif) left bottom no-repeat;
	margin-left: 180px;
	xmargin-right: 190px;
	width: 100%;  /* IE fix to get the background corners to work */
	font-size: 0.8em;
	color: #666666;
}
#main>#content {
	width: auto;  /* Override the IE fix for real browsers */
}
#content #content-inner {
	position: relative;
	padding: 10px 188px 10px 20px;
}
#content h1 {
	font-size: 130%;
	color: #084081;
	margin-top: 0;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 120%;
	color: #638DBB;
	font-style: italic;
	margin: 10px 20px 10px 20px;
}
#content h3 {
	font-size: 120%;
	color: #2D568C;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 120%;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h5 {
	font-size: 110%;
	color: #638DBB;
	margin-top: 10px;
	margin-bottom: 0;
}
#content h6 {
	font-size: 110%;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 0;
}
#content p {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ul {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #084081;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	color: #666666;
}
#content a:visited {
	color: #666666;
}
#content a:hover {
	color: #638DBB;
}
#features {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 190px;
}
.feature {
	margin: 10px;
	padding: 10px;
	background: #9DB3D0;
	color: #084081;
	border: solid 2px #2D568C;
}
#content .feature h2 {
	font-size: 0.9em;
	font-style: normal;
	margin: 0;
}
#content .feature h2 a:link {
	color: #2D568C;
	text-decoration: none;
}
#content .feature h2 a:visited {
	xcolor: #2D568C;
	text-decoration: none;
}
#content .feature h2 a:hover {
	color: #084081;
	text-decoration: none;
}
#content .feature p {
	font-size: 0.9em;
	margin: 0;
}
#content .feature p a:link {
	color: #2D568C;
}
#content .feature p a:visited {
	color: #2D568C;
}
#content .feature p a:hover {
	color: #084081;
}
#footer {
	clear: both;
	text-align: center;
	margin-top: 20px;
}
#ozewebhost {
	text-align: center;
	font-size: 80%;
	margin-top: 5px;
}
#ozewebhost a:hover {
	color: #666666;
}
#leftbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
}
#contact {
	padding: 5px 3px 0 3px;
	font-size: 0.8em;
	color: #FFFFFF;
}
#contact a:link, #contact a:visited {
	color: #FFFFFF;
}
#contact a:hover {
	color: #999999;
}
#submenu {
	margin-top: 25px;
}
#submenu a {
	display: block;
	border-top: solid 1px #7896BC;
	border-bottom: solid 1px #134785;
	padding: 3px 3px 3px 7px;
	font-size: 0.8em;
	font-weight: bold;
	width: 100%;
}
#submenu>a {
	width: auto;
}
#submenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#submenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#submenu a:hover {
	color: #FFFFFF;
	background: #2D568C;
}
.button {
	background: url(/images/button.gif) left top no-repeat;
	width: 126px;
	height: 25px;
	margin: 20px 0 0 25px;
	padding-top: 4px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
}
#submenu .button a {
	border: none;
}
#submenu .button a:hover {
	background: none;
	text-decoration: underline;
}
.popmenu {
	display: none;
	position:   absolute;
	background: url(/images/grad.jpg) left top repeat-y;
	z-index:1;
}
.popmenu a {
	display: block;
	padding: 3px;
	font-size: 0.8em;
	font-weight: bold;
	width: 150px;
}
.popmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.popmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.popmenu a:hover {
	color: #FFFFFF;
	background: #2D568C;
}

