﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
#container {
	width: 670px;
	margin: 0 auto;
	/*background-image:url('../images/WheatGradient.jpg');*/
}
#masthead {
	text-align: right;
	width: 670px;
	padding: 0;
	margin: 0;
}
#navigation p {
	text-align:center;		
}
/* remove the bullets, padding and margins from the lists */
#navigation ul {
	list-style-type: none; /*width: 100%;*/;
	padding: 0;
	margin: 0;
	height: 42px;
	width: 670px;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
#navigation li {
	float: left;
	position:relative;
	z-index:100;	
	height:42px;
}
#navigation table {
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;	
}
#column_l {
	width: 420px;
	margin: 0 0 0 0px;
	padding: 0 1px 1px 1px;
}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

#footer {
	clear: both;
	width: 670px;
	text-align: center;
	background-color: white;
	border: 1px none black;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
}
/* Styles for Navigation */
#navigation a, #navigation :visited {
	display: block;
	color: #000;
	font-weight:bold;
	text-decoration: none;
	padding: 7px 15px;
	text-align: center;
	background: #efb400;	
	width:103px;
	height:30px;
	font-size:small;
}
#navigation a:hover {
	/*background-color:#FFDD74;*/
	background-color:#f3c65b;
	font-weight:bold;
	/*border: 1px solid #f2f2f2;*/
}
/* hide the sub level links */
#navigation ul ul {
	visibility:hidden;
	position:relative;
}
/* make the sub level visible on hover list or link */
#navigation ul li:hover ul,
#navigation ul a:hover ul{
	visibility:visible;
}
/* Styles for Content */
h1 {
	color: black;
	font-size: 2.0em;
}
h2 {
	color: black;
	font-size: 1.75em;
	font-family: DotumChe, "Lucida Sans", "Copperplate Gothic Bold";
	font-variant:normal;
}
h3 {
	color: black;
	font-size: 1.5em;
	font-family: DotumChe, "Lucida Sans", "Copperplate Gothic Bold";
	font-variant:normal;
}
h4 {
	color: black;
	font-size: 1.25em;
}
h5 {
	color: black;
	font-size: 0.75em;
}
h6 {
	color: black;
	font-size: 0.5em;
}
big {
	color: black;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 0px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 0px;
	padding-top: 0;
	padding-left: 0px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */

#footer p {
	color: black;
	font-size: x-small;
	/*padding: 25,25,25,25;*/
}
#footer a {
	color: black;
	text-decoration: underline;
}
#footer a:hover {
	color: black;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
    background:transparent;
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.tbl, .tbl TD
{
	margin:0 20 0 20;
}
