﻿/* type */
* {
	margin: 0;
	padding: 0;
}

body
{
	margin: 0 auto;
	padding: 0;
	width: 860px;
	font: 12px Verdana, Sans-Serif;
}
a
{
	color: #89A537;
}
a:hover
{
	color: #89A537;
}
p.standard
{
	margin-bottom: 10px;
}
p.copyright
{
	text-align:left;
}
p.topic
{
	margin-bottom: 35px;
}
p.indent
{
	margin-left: 20px;
}
img.left
{
	float: left;
	margin: 0px 8px 8px 8px;
	border:solid 1px #888888;
}
img.right
{
	float: right;
	margin: 0px 8px 8px 8px;
	border:solid 1px #888888;
}
.center-align
{
	text-align: center;
}
/* header */
#header
{
	clear: both;
	float: left;
	width: 100%;
	height: 85px;
	margin: 10px 0px 20px 0px;
}
#header .links
{
	float: right;
	margin-bottom: 3px;
	color: #89A537;
}
.header-links-home
{
	float: right;
	margin-bottom: 3px;
}
#logo
{
	float: left;
}
#logo img
{
	border: 0;
}
/* content container */
#home-graphic-mask
{
	clear: both;
	padding: 0px;
}
#home-graphic
{
	width: 100%;
	clear: both;
	/* just for example text
	min-height: 175px;
	border: solid 1px #aaaaaa;
	text-align: center;
	font-size: 25px; */
}
#content-mask
{
	position: relative;
	overflow: hidden;
	clear: both;
	float: left;
	padding: 0px 0px 15px 0px;
	width: 100%;
}
#content-mask .sidebar-img
{
	float: right;
	border:solid 1px #888888;
}
#content
{
	float: left;
	min-height: 100px;
	position: relative;
	width: 100%;
	text-align: justify;
}
#content.width-500
{
	width: 500px;
}
#content.blue
{
	background: url('../images/blue_lg.gif') repeat-x;
}
#content.yellow
{
	background: url('../images/yellow_lg.gif') repeat-x;
}
#content.magenta
{
	background: url('../images/magenta_lg.gif') repeat-x;
}
#content.green
{
	background: url('../images/green_lg.gif') repeat-x;
}
#main, #side-bar
{
	position: relative;
	overflow: hidden;
}
#content-mask #main
{
	float: left;
	width: 475px;
	padding: 5px;
	text-align: justify;
}
#content-mask ul, ol
{
	margin: 0px 0px 10px 30px;
}
#content-mask li
{
	padding-bottom: 10px;
}
#content-mask #side-bar
{
	width: 260px;
	float: right;
	text-align: justify;
}
#side-bar .side-bar-box
{
	width: 230px;
	margin: 0 auto;
}
#side-bar .side-bar-box img
{
	border: solid 1px #888888;
	margin-left: 15px;
}
#side-bar .side-bar-box .title
{
	padding: 0px 3px 10px 3px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
#side-bar .side-bar-box .text
{
	padding: 15px 15px 25px 15px;
	font-size: 12px;
	clear: both;
}
.table-header-field
{
	width: 90px;
	padding-left: 10px;
}
.table-header-field1
{
	width: 150px;
}

/* sub-header */
#sub-header-mask
{
	float: left;
	width: 100%;
	position: relative;
}
#col1, #col2, #col3
{
	float: left;
	position: relative;
	overflow: hidden;
	width: 207px;
	min-height: 275px;
	text-align: left;
}
#col1
{
	width: 440px;
}
#col2, #col3
{
	width: 200px;
}

#sub-header-mask #col1
{
	background: url('../images/green_sm.gif') repeat-x;
	margin-right: 10px;
}
#sub-header-mask #col2
{
	background: url('../images/blue_sm.gif') repeat-x;
	margin-right: 10px;
}
#sub-header-mask #col3
{
	background: url('../images/yellow_sm.gif') repeat-x;
}

#sub-header-mask .title
{
	padding: 10px 15px 0px 15px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
#sub-header-mask .text
{
	padding: 10px;
	font-size: 12px;
	clear: both;
}

/* footer */
#footer
{
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0px 0px 0px;
}
#footer #left-logo
{
	float: left;
	margin-left: 115px;
	margin-right: 5px;
}
#footer #right-logo
{
	float: left;
	margin-left: 5px;
}
#footer .text
{
	float: left;
	margin-top: 10px;
}
/* navigation */
#navigation
{
	width: 100%;
}
#menu
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	float: left;
	width: 102%;
	list-style: none;
	/*background-color: #89A537;*/
}
#menu li
{
	float: left;
	text-align: center;
	width: 121px;
	height: 40px;
	background-image: url('../images/button_bg.gif');
	border-left: solid 2px #999999;
	padding: 0px;
	margin: 0px;
}
#menu li.last
{
	width: 120px;
	border-right: solid 2px #999999;
}
#menu a
{
	text-decoration: none;
	color : #ffffff;
	font: bold 12px Verdana, sans-serif;
	padding-top: 15px;
	display: block;
}

#menu a:hover
{
	color: #666666;
}
#menu li a.current
{
	color: #000;
}
redColor
{
    color: #ff0000;
}