@charset "utf-8";
/* ==========================================================
	GLOBALS
========================================================== */

/* =============== scrollable box =================== */
.subbox {
	display:block;
	border-width: 0px;
	padding:2px;
	margin-top:0px;
	margin-bottom:5px;
	width:485px;
	height:290px;
	overflow:auto;
	}
/* =============== scrollable box end =================== */


body
{
	font-family: San-Serif;
}

a{  color: #006600 }

#white
{
	color: inherit;
	background-color: #FFF;
}
/* [ text sizing ]---------------------------------------- */

html
{
	font-size: 100%; /* for IE */
}
body
{
	font-size: 85%; /* for IE/Win */
}
p, blockquote
{
	font-size: 1em;
}
input, select, table
{
	font-size: 100%; /* for IE */
}

/* [ links ]---------------------------------------------- */


a.two:visited
{
	text-decoration: none;
}

a.two:hover
{
	text-decoration: none;
}

a.frlink:link, a.frlink:visited
{
    float: left;
	margin: 0.6em 0.1em 0 0;
	padding: 0.1em 0.1em 0.2em 0.1em;
	color: #FFF;
	background-color: #6DA4DB;
	font-family: Verdana, Sans-Serif;
	font-size: 86%;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px double #FFF;
	text-decoration: none;
}

a.frlink:hover, a.frlink:active
{
	float: left;
	margin: 0.6em 0.1em 0 0;
	padding: 0.1em 0.1em 0.2em 0.1em;
	color: #FFF;
	background-color: transparent;
	font-family: Verdana, Sans-Serif;
	font-size: 86%;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px double #FFF;
	text-decoration: none;
}

a.butlink:link, a.butlink:visited
{
    float: left;
	margin: 1em 0 0 0;
	padding: 0 2em;
	color: #FFF;
	background-color: #6DA4DB;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	border: 3px double #6DA4DB;
	text-decoration: none;
}

a.butlink:hover, a.butlink:active
{
	float: left;
	margin: 1em 0 0 0;
	padding: 0 2em;
	color: #FFF;
	background-color: #4B8DBF;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	border: 3px double #4B8DBF;
	text-decoration: none;
}
/* [ headers ]-------------------------------------------- */
h1{}
h2{}
h3
{
	margin: 1em 0 0 0;
	padding: 0 0 0.3em 1em;
	color: #3b85b4;
	background-color: transparent;
	font-size: 1.1em;
	border-bottom: 1px solid #ebebeb;
}
h4
{
	color: #aa273d;
	background-color: transparent;
	font-size: 1.1em;
	padding: 1em 0 0.4em 0;
	/*border: 1 solid #a3aead;*/
}
h5
{
	font-size: 1em;
}
h6
{}
/* [ other ]---------------------------------------------- */

img {
	border: 0;
}


.clear
{
	clear: both;
}
label
{
	cursor: pointer;
}
form
{
	margin: 0;
	padding: 0;
}

input, select, textarea
{
	font-size: 1em;
	font-family: Verdana, Arial, Sans-Serif;
	border: 1px solid #999;
	color: #666;
}


radio input.radio
{
	height: 1em;
        margin: 0 0 0.5em 0.5em;
        border: 0;
}

label.radio input
{
	height: 1.5em;
        margin: 0.5em 0 0 0em;
        border: 0;
}


.textMessage { color: #990033 }



/* ==========================================================
	FANCY BUTTONS
========================================================== */
span.button
{
	/* 
	each  span.button must be either floated or 
	displayed absolute because cross browser issues 
	*/
	border: 1px solid #6DA4DB;
}

span.setbutton
{
	border: 1px solid #6DA4DB;
	align: left;
}

span.setbutton input
{
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: #6DA4DB;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #FFF;
}

span.setbuttonrh
{
	margin: 1em 0 0 0;
	border: 1px solid #6DA4DB;
	float: left;
}

span.setbuttonrh input
{
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: #6DA4DB;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #FFF;
}

span.setbutton2
{
	border: 1px solid #6DA4DB;
}

span.setbutton2 input
{
	margin: 5px 5px 0 0;
	padding: 0;
	color: #FFF;
	background-color: #6DA4DB;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #FFF;
}

span.greybutton
{
	border: 1px solid #7d7d7d;
	margin: -15px 5px 0 0;
	float: right;
}
span.button input
{
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: #6DA4DB;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #FFF;
}

span.greybutton input
{
	padding: 0;
	color: #FFF;
	background-color: #7b7b7b;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #ffffff;
}


#companylogo
{
	position: relative;
	width: 95em;
	margin: auto;
	padding: 1px 0 0 0;
	text-align: left;
	color: inherit;
	background-color: #FFF;
}


#logo
{
	margin: 1em 0 0 1em;
	padding: 0;
	font-size: 1em; /* margins are relative to the elements font-size */
}

/* ==========================================================
	NAVIGATION-1 (top, right, bottom, left
========================================================== */
#navigation-1
{

	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
#navigation-1 li
{
	float: left;
	display: block;
	color: #ffffff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#navigation-1 li a
{
	display: block;
	padding: 8px 8px 8px 8px;
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	border-left: 1px solid #0b2345;
}
#navigation-1 li a:link
{
	background-color: transparent;
	color: inherit;
}
#navigation-1 li a:visited
{
	background-color: transparent;
	color: inherit;
}
#navigation-1 li a:hover
{
	background-color: #006699;
	color: inherit;
}
/* [ selected ] ------------------------------------------ */
#navigation-1 li a.selected, #navigation-1 li a.selected:link, #navigation-1 li a.selected:visited, #navigation-1 li a.selected:hover
{
	color: #FFF;
	background-color: #4B8DBF;
	font-weight: bold;
}
.head_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #003399;
}
.head_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #003399;
}
.head_greenbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #006633;
	text-decoration: none;
}
a.head_greenbig {
	color: #006633;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}

a.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #0000cc;
}

.bodytexthdr12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #009900;
}

.bodytexthdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #009900;
}

.pagehead {
	color: #002366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
.mainhead {
	color: #663311;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
}
.body14px{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}
	.body14px input{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}
.body14px li ul{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	list-style-position: inside;
	list-style-type: square;
	}
	.body14pxdouble{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}
	.sidePOP{
	color: #bd6d38;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	}

	.body16px{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	}
		.body16px a{
	color: #775533;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	}
.bodywhite{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}
	.bodywhite{
	color: #ffffff;

	}
	.bodywhite a{
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}
p{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}
.bodysubhdyel {
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
}
.bodysubhd {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
}
.head {
	color: #663311;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}
.headwhite {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration:none;
}
.data {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.databtm {
	color: #dedede;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.whitebody {
	color: #ededed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.body14pxwhite {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.body14pxorange {
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.style2 {color: #ee0000; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, sans-serif;}

.bodytable{
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	}
.bodytable a{
	color: #78abde;
	}
	.bodytabledata{
	color: #eaeaea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	}
		.bodytabledata a{
	color: #ffffff;
	}
	.bodytablehead {
	color: #003300;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 16px;
	text-decoration:none;
}
	.bodytabletoplink {
	color: #003300;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight:bold;
text-decoration: none;
}

.bodytabletoplink a:hover{
	color: #009900;
text-decoration: none;
}

.bodytabletoplink a{
text-decoration: none;
}

.bodytabletoplink a:visited{
text-decoration: none;
}




.bodyhdr {
	color: #003300;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
}



	.bodyheadblue {
	color: #3377cd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}
	.linkMore {
	color: #3377cd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	text-decoration:none
}


.hide {
color: #666666;
}
.hide input {
	color: #666666;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
}
.bodyheadblueBIG {

	color: #3377cd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
}

.menuwording {
	color: #007700;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 14px;
	line-height: 18px;
}
.menuwordinghdr {
	color: #009900;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 14px;
	line-height: 18px;
}
