﻿body{
        overflow:auto;
        background:#c0d362;
}

body, div, td, th, input, textarea
{
	color: #707173;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height:130%;
}

/* NO SCRIPT */

.noScript
{
	width:100%;
	border-bottom:solid 1px #FFCC00;
    background-color:#FFFF99;
    color:#000;
    height:28px;
}
.noScript img
{
	float:left;
	margin-top:2px;
	margin-left:2px;
}
.noScript span
{
	display:block;
	padding-top:6px;
}

/* ELEMENTS */

h1, h2, h3, h4, h5, h6
{
	padding:0 0 14px 0;
	font-family:Calibri, Arial, Helvetica, Sans-Serif;
}

h1
{
	font-size:22px;
	font-weight:normal;
	color:#006f3b;
}

h2
{
	font-size:22px;
	font-weight:normal;
	color:#006ab3;
}

h3
{
	font-size:16px;
	font-weight:bold;
	color:#006f3b;
}

h4
{
	font-size:16px;
	font-weight:bold;
	color:#006ab3;
}

#col2 ul, #col2 ol, #col2 dl, #col3 ul, #col3 ol, #col3 dl
{
	padding:14px;
}

#col2 ul li
{
	list-style:disc;
}

#col2 ol li
{
	list-style:decimal;
	margin-left:6px;
}

strong
{
	font-weight:bold;
}

em
{
font-style:italic;
}

table.table1
{
	border-top:solid 1px #000;
	border-left:solid 1px #000;
}

table.table1 td
{
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
}


#main a
{
	color:#006ab3;
}

#main a:hover
{
	text-decoration:none;
	color:#000;
}

/* HANDY STUFF */

.clearFix
{
    line-height:0px;
    clear:both;
    height:0px;
    font-size:0px;
}

.padAbove
{
	padding-top:14px;
}

.padRight
{
	padding-right:14px;
}


.padBelow
{
	padding-bottom:14px;
}


.padLeft
{
	padding-left:14px;
}



/* MASTER LAYOUT */

.canvasWrapper 
{
	text-align:center;
	background:#c0d362 url(/web/design/img/body-bg.png) repeat-x;
}

.canvas
{
	width:820px;
	margin:0 auto;
	text-align:left;
}

.toprow_cont
{
	border:solid 1px #fff;
	height:132px;
}

#main_cont
{	
	background:transparent url(/web/design/img/general-col1-top-bg.png) no-repeat;
	width:800px;
	margin:20px 0 0 0;
}

#main
{
	float:left; /* IE 6 NEEDS THIS */
	background:transparent url(/web/design/img/general-col1-bottom-bg.png) no-repeat bottom;
}


#col1_cont, #col2_cont, #col3_cont
{
	float:left;
	overflow:hidden;
}

#col1_cont
{
	width:170px;

}

#col2_cont
{
	width:420px;
}

#col3_cont
{
	width:160px;
}

.footer_cont
{
	margin:0 0 0 16px;
}

/* TOP CONT */

.logoLink
{
	width:170px;
	height:123px;
	display:block;
	margin:10px 0 11px 20px;
	
}

.logoLink img
{
}

#headerRight
{
	float:right;
	width:540px;
	margin:0 50px 0 0;
}

#krd
{
	height:90px;
	margin:6px 10px 0 0;
	font-size:10px;
	text-align:right;
}

/* LEFT COL */

#col1
{
	padding:0;
}

/* CENTER COL */

#col2
{
	padding:0;
}

/* RIGHT COL */

#col3
{
	padding:0;
}

/* FOOTER */

a.footerLink
{
	color:#666;
	text-decoration:none;
}

a.footerLink:hover
{
	text-decoration:underline;
}