html
{
height: 100%;
}
body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 760px;
	margin: auto;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(/images/bg.gif);
	background-color: #25601f;
}
#all {
	background: url(/images/_bg.gif) repeat-y center;
	height: 100%;
}


p, td, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #000099;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #990000;
}
a:visited
{}
h1 {
}
h2 {}
h3 {}
h4 {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}
h5 {
	font-size: 15px;
	margin: 0px;
}
h6 {}


#header {
	width: 758px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#nonFooter
{
	position: relative;
	min-height: 100%;
	background-image: url(/images/_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

* html #nonFooter
{
	height: 100%;
	background-image: url(/images/_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#footer {
	position: relative;
	text-align: center;
	color: #333333;
	padding-top: 3px;
	margin-top: -30px;
	background-color: #CCCCCC;
	background-image: url(/images/_bg.gif);
	background-repeat: repeat-y;
}

#toplinks {
	padding-top: 3px;
	padding-bottom: 6px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #FFFFFF;
	background-image: url(../image/white_box.gif);
}
#left
{
	width: 83px;
	float: left;
	background-color: #FFFFFF;
	margin: 26px 0px 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
}
#left a {
	padding: 2px 5px 2px 20px;
	display: block;
	color: #333333;
	background-image: url(/images/__buttonBG.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 2px 0px;
	border: solid 1px #006600;
	font-weight: bold;
}
#left a:hover {
	background-color: #E9E0CD;
	background-image: url(/images/_dot.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	color: #000066;
	border-color: #000000;
	text-decoration: none;
}

--[if IE]---------------------------------
<style type="text/css" media="screen">
body {
behavior: url(/_csshover.htc); /* call hover behaviour file */
} 
#left a {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#left a {
height: 1%; /* make links honour display: block; properly */
} 

/*#left div {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */

</style>
<![endif]--------------------------------------------



.left_main
{
	font-weight:bold;
	display:block;
	color: #000000;
	padding-left: 25px;
	padding-top: 1px;
	border-top-color: #F7F7F7;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #F7F7F7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-right: 3px;
	text-indent: -15px;
}  
.left_main:hover
{
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
	background-color:#F2F2F9;
	color: #000000;
}  
.left
{
	display: block;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 5px;
	border-top-color: #FAF9DC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #FAF9DC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.left:hover
{
	background-color: #FCF0C7;
	border-top-color: #FF9900;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}

#main
{
	padding-left: 125px;
	background-color: #FFFFFF;
	padding-right: 10px;
	background-image: url(/image/bg.gif);
	background-repeat: repeat-y;
	border-right: solid 1px #333333;
	border-left: solid 1px #333333;
}

#footer {
	font-size: 10px;
}
.leftborder{
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 1px;
}
.topborder{
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
}
.rightborder{
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
}
.bottomborder{
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.allborder{
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #000099;
}
.green {
	color: #006600;
}
.blk {
	width: 110px;
	text-align: center;
	float: left;
	margin: 2;
	padding: 2;
	height: 150px;
}
.pageName {
	font-size: 13px;
	font-weight: bold;
	padding-top: 8px;
}
.breadCrumb {
	font-size: 11px;
	font-style: italic;
}
.wed {
	float: left;
	margin: 8;
	padding: 5;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
}
.submenu {
	background-color: #FAF9DC;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.red {
	color: #990000;
}
.size9 {
	font-size: 9px;
}
.size12 {
	font-size: 12px;
}
.size14 {
	font-size: 14px;
}
.size16 {
	font-size: 16px;
}
.size10 {
	font-size: 10px;
}
.size11 {
	font-size: 11px;
}
.strike {
	text-decoration: line-through;
}
.orange {
	color: #FF6600;
}
.darkgrey {
	color: #333333;
}
