﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #33CCFF;
	color: #000000;
}
#container {
	border-bottom: 2px solid #4C6754;
	border-top: 4px solid #4C6754;
	border-right: 2px solid #4C6754;
	border-left: 2px solid #4C6754;
	background-color: #E0E9D1;
}
#masthead {
	border-style: hidden;
	text-align: right;
	background-color: #FFFFFF;
	background-image: url('../images/OSNA_LOGO_transparent.gif');
	background-position: 15px 30px;
	background-repeat: no-repeat;
	height: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #647E41;
}
html>body #navigation {
	overflow: hidden;
}
#column {
	width: 815px;
	padding: 15px;
	background-color: transparent;
}
#column_l {
	width: 477px;
	padding: 30px 10px 15px 10px;
	background-color: transparent;
	margin-top: 20px;
	margin-bottom: 10px;
}
html>body #column_l {
	width: 480px;
	padding: 0 15px;
	background-color: transparent;
}
#column_r1 {
	width: 257px;
	padding: 15px 10px;
	background-color: #D8E4C5;
}
html>body #column_r1 {
	width: 260px;
	padding: 15px 10px;
	background-color: #D8E4C5;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000000;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-top: 20px;
}
#masthead h3 {
	color: #000000;
	margin-top: 0;
	margin-right: 1em;
}
.style1 {
	text-align: center;
	font-size: medium;
}
.style2 {
	text-align: left;
	font-size: medium;
}
.style3 {
	font-size: small;
}
.style4 {
	font-size: medium;
}
.style5 {
	color: #000000;
}
.bold_blk {
	color: #000000;
}
.font_blk {
	color: #000000;
	font-weight: bold;
}
.style7 {
	color: #3333FF;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #E0E9D1;
	display: block;
	padding: 5px;
	border: 1px solid #9AB95B;
	background-color: #86A94D;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #5B705D;
	border: 1px solid #5B6F71;
	background-color: #E0E9D1;
}
/* Right Column */
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000000;
}
h2 {
	font-size: x-large;
	color: #000000;
}
h3 {
	font-size: large;
	color: #000000;
}
h4 {
	font-size: medium;
	color: #000000;
}
h5 {
	font-size: x-small;
	color: #53861C;
}
h6 {
	font-size: xx-small;
	color: #000000;
}

.title_r_column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #3333FF;
}
.body_r_column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #3333FF;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000000;
}
/* Links */
a {
	color: #1E861C;
	text-decoration: underline;
}
a:hover {
	color: Black;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_center {
	text-align: center;
}
.style_bullets1 {
	list-style:disc
}
/* START of MENU */
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
/* Adjust width of menu blocks */
width: 120px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url('../images/menubg.gif') center center repeat-x;
color: black;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
color: black;
font: 11px Tahoma;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 100px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #e3f1bd;
border-width: 1px 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url('../images/menubgover.gif') center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #cde686;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url('../images/menuarrow.gif') no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
.medium_font {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
