/*------PAGE STYLES------*/

html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/*------BODY STYLES------*/

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	min-width:980px;
}
#container {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.mainbody {
	width: auto;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.maintext {
	width: auto;
	height:auto;
	margin: 0px;
	padding: 10px 10px 20px 10px;
	text-align:left;
	vertical-align: top;
	min-height: 600px;
}
.subtext {
	width: auto;
	height:auto;
	margin: 0px;
	padding: 0px 10px 20px 0px;
	text-align:left;
	vertical-align: top;
}
.blocktext{
	width:100%;
	display:block;
	margin: 10px 30px;
}

.clear {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: block;
	float: none;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.ma_clear {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: block;
	float: none;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
/*---HEADER---*/

#header {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
}
/*---PAGE COLUMN SETTINGS---*/

.colwrapper {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	min-width:980px;
}
.colright, .colmid, .colleft {
	float: left;
	width: 100%;
	position: relative;
}
.col1, .col2, .col3 {
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
}
/*--- 1 COLUMN / FULL WIDTH ---*/

.fullcol {
/*background-color:#FFF;*/	/* right column background color */
}
.fullcol .colmid {
	right: 100%;			/* mid column width */
/*background-color:#FFF;*/	/* left column background color */
}
.fullcol .col1 {
	width: 98%;			/* mid column content width */
	left: 101%;			/* 100% plus left column left padding */
}

/*--- 2 COLUMN / WITH LEFT MENU ---*/

.leftcol {
	position:relative;
	/*background-color:#FFF;*/	/* right column background color */
}
.leftcol .colleft {
	right: 85%;			/* right column width */
	/*background-color:#FFF;*/	/* left column background color */
}
.leftcol .col1 {
	width: 80%;			/* right column content width */
	left: 104%;			/* 100% plus left column left padding */
}
.leftcol .col2 {
	width: 175px;			/* left column content width (column width minus left and right padding) */
	max-width: 175px;
	min-width: 150px;
	margin: 0px;
	padding: 0px;
	left: 6%;			/* (right column left and right padding) plus (left column left padding) */
}
 
 
 /*---BOX SETTINGS---*/
 
.fullcol .col1 .box_01 .indent-box{
	padding:20px 2% 40px 2%;
}

.leftcol .col1 .box_01 .indent-box{
	padding:10px 2% 20px 2%;
}
.leftcol .col2 .box_01 .indent-box{
	padding:20px 5% 40px 5%;
}
.box_01 .box_02 .indent-box{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.box_01{
	width:100%;
	margin: 10px auto 20px auto;
}
.box_02{
	width:365px;
	margin: 0px;
	padding: 0px 5% 10px 5% ;
}
.box_03{
	width:90%;
	margin: 0px;
	padding: 0px 5%;
}
.box_01 .border-bottom, .box_02 .border-bottom{
	background-repeat: repeat-x;
	background-position: bottom;
}
.box_01 .border-left, .box_02 .border-left{
	background-repeat: repeat-y;
	background-position: left top;
}
.box_01 .border-right, .box_02 .border-right{
	background-repeat: repeat-y;
	background-position: right top;
}
.box_01 .corner-top-left, .box_02 .corner-top-left{
	background-repeat: no-repeat;
	background-position: left top;
}
.box_01 .corner-top-right, .box_02 .corner-top-right{
	background-repeat: no-repeat;
	background-position: right top;
}
.box_01 .corner-bottom-left, .box_02 .corner-bottom-left{
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box_01 .corner-bottom-right, .box_02 .corner-bottom-right{
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*---BOX 01 COLOR---*/

/*---BOTTOM---*/

#blue .box_01 .border-bottom{
	background-image: url(/common/images/general/frm_wht01_btm.gif);
}
#green .box_01 .border-bottom{
	background-image:url(/common/images/general/frm_wht01_btm.gif);
}
#red .box_01 .border-bottom{
	background-image:url(/common/images/general/frm_wht01_btm.gif);
}

/*---LEFT---*/

#blue .box_01 .border-left{
	background-image:url(/common/images/general/frm_wht01_lft.gif);
}
#green .box_01 .border-left{
	background-image:url(/common/images/general/frm_wht01_lft.gif);
}
#red .box_01 .border-left{
	background-image:url(/common/images/general/frm_wht01_lft.gif);
}

/*---RIGHT---*/

#blue .box_01 .border-right{
	background-image:url(/common/images/general/frm_wht01_rt.gif);
}
#green .box_01 .border-right{
	background-image:url(/common/images/general/frm_wht01_rt.gif);
}
#red .box_01 .border-right{
	background-image:url(/common/images/general/frm_wht01_rt.gif);
}

/*---TOP LEFT---*/

#blue .box_01 .corner-top-left{
	background-image:url(/common/images/general/frm_wht01_top.gif);
}
#green .box_01 .corner-top-left{
	background-image:url(/common/images/general/frm_wht01_top.gif);
}
#red .box_01 .corner-top-left{
	background-image:url(/common/images/general/frm_wht01_top.gif);
}

/*---TOP RIGHT---*/


#blue .box_01 .corner-top-right{
	background-image: url(/common/images/general/frm_wht01_toprt.gif);
}
#green .box_01 .corner-top-right{
	background-image: url(/common/images/general/frm_wht01_toprt.gif);
}
#red .box_01 .corner-top-right{
	background-image: url(/common/images/general/frm_wht01_toprt.gif);
}

/*---BOTTOM LEFT---*/

#blue .box_01 .corner-bottom-left{
	background-image:url(/common/images/general/frm_wht01_btm.gif);
}
#green .box_01 .corner-bottom-left{
	background-image:url(/common/images/general/frm_wht01_btm.gif);
}
#red .box_01 .corner-bottom-left{
	background-image:url(/common/images/general/frm_wht01_btm.gif);
}

/*---BOTTOM RIGHT---*/


#blue .box_01 .corner-bottom-right{
	background-image:url(/common/images/general/frm_wht01_btmrt.gif);
}
#green .box_01 .corner-bottom-right{
	background-image:url(/common/images/general/frm_wht01_btmrt.gif);
}
#red .box_01 .corner-bottom-right{
	background-image:url(/common/images/general/frm_wht01_btmrt.gif);
}

/*---BOX 02 COLOR---*/

/*---BOTTOM---*/

#blue .box_02 .border-bottom{
	background-image:url(/common/images/general/frm_blue01_btm.gif);
}
#green .box_02 .border-bottom{
	background-image:url(/common/images/general/frm_grn01_btm.gif);
}
#red .box_02 .border-bottom{
	background-image:url(/common/images/general/frm_wht01_btm.gif);
}

/*---LEFT---*/

#blue .box_02 .border-left{
	background-image:url(/common/images/general/frm_blue01_lft.gif);
}
#green .box_02 .border-left{
	background-image:url(/common/images/general/frm_grn01_lft.gif);
}
#red .box_02 .border-left{
	background-image:url(/common/images/general/frm_wht01_lft.gif);
}

/*---RIGHT---*/

#blue .box_02 .border-right{
	background-image:url(/common/images/general/frm_blue01_rt.gif);
}
#green .box_02 .border-right{
	background-image:url(/common/images/general/frm_grn01_rt.gif);
}
#red .box_02 .border-right{
	background-image:url(/common/images/general/frm_wht01_rt.gif);
}

/*---TOP LEFT---*/

#blue .box_02 .corner-top-left{
	background-image:url(/common/images/general/frm_blue01_top.gif);

}
#green .box_02 .corner-top-left{
	background-image:url(/common/images/general/frm_grn01_top.gif);

}
#red .box_02 .corner-top-left{
	background-image:url(/common/images/general/frm_wht01_top.gif);

}

/*---TOP RIGHT---*/


#blue .box_02 .corner-top-right{
	background-image: url(/common/images/general/frm_blue01_toprt.gif);
}
#green .box_02 .corner-top-right{
	background-image: url(/common/images/general/frm_grn01_toprt.gif);
}
#red .box_02 .corner-top-right{
	background-image: url(/common/images/general/frm_wht01_toprt.gif);
}

/*---BOTTOM LEFT---*/

#blue .box_02 .corner-bottom-left{
	background-image:url(/common/images/general/frm_blue01_btm.gif);
}
#green .box_02 .corner-bottom-left{
	background-image:url(/common/images/general/frm_grn01_btm.gif);
}
#red .box_02 .corner-bottom-left{
	background-image:url(/common/images/general/frm_wht01_btm.gif);
}

/*---BOTTOM RIGHT---*/


#blue .box_02 .corner-bottom-right{
	background-image:url(/common/images/general/frm_blue01_btmrt.gif);
}
#green .box_02 .corner-bottom-right{
	background-image:url(/common/images/general/frm_grn01_btmrt.gif);
}
#red .box_02 .corner-bottom-right{
	background-image:url(/common/images/general/frm_wht01_btmrt.gif);
}

/*---BOX 03 COLOR---*/

/*---BOTTOM---*/

#blue .box_03 .border-bottom{
	background-image:url(/common/images/general/frm_blue01_btm.gif);
}
#green .box_03 .border-bottom{
	background-image:url(/common/images/general/frm_grn01_btm.gif);
}
#red .box_03 .border-bottom{
	background-image:url(/common/images/general/frm_wht01_btm.gif);
}

/*---LEFT---*/

#blue .box_03 .border-left{
	background-image:url(/common/images/general/frm_blue01_lft.gif);
}
#green .box_03 .border-left{
	background-image:url(/common/images/general/frm_grn01_lft.gif);
}
#red .box_03 .border-left{
	background-image:url(/common/images/general/frm_wht01_lft.gif);
}

/*---RIGHT---*/

#blue .box_03 .border-right{
	background-image:url(/common/images/general/frm_blue01_rt.gif);
}
#green .box_03 .border-right{
	background-image:url(/common/images/general/frm_grn01_rt.gif);
}
#red .box_03 .border-right{
	background-image:url(/common/images/general/frm_wht01_rt.gif);
}

/*---TOP LEFT---*/

#blue .box_03 .corner-top-left{
	background-image:url(/common/images/general/frm_blue01_top.gif);

}
#green .box_03 .corner-top-left{
	background-image:url(/common/images/general/frm_grn01_top.gif);

}
#red .box_03 .corner-top-left{
	background-image:url(/common/images/general/frm_wht01_top.gif);

}

/*---TOP RIGHT---*/


#blue .box_03 .corner-top-right{
	background-image: url(/common/images/general/frm_blue01_toprt.gif);
}
#green .box_03 .corner-top-right{
	background-image: url(/common/images/general/frm_grn01_toprt.gif);
}
#red .box_03 .corner-top-right{
	background-image: url(/common/images/general/frm_wht01_toprt.gif);
}

/*---BOTTOM LEFT---*/

#blue .box_03 .corner-bottom-left{
	background-image:url(/common/images/general/frm_blue01_btm.gif);
}
#green .box_03 .corner-bottom-left{
	background-image:url(/common/images/general/frm_grn01_btm.gif);
}
#red .box_03 .corner-bottom-left{
	background-image:url(/common/images/general/frm_wht01_btm.gif);
}

/*---BOTTOM RIGHT---*/


#blue .box_03 .corner-bottom-right{
	background-image:url(/common/images/general/frm_blue01_btmrt.gif);
}
#green .box_03 .corner-bottom-right{
	background-image:url(/common/images/general/frm_grn01_btmrt.gif);
}
#red .box_03 .corner-bottom-right{
	background-image:url(/common/images/general/frm_wht01_btmrt.gif);
}

/*---TABLE SETTINGS---*/

.main_text table {
	width: 100%;
	text-align:center;
	border: 0px;
	font-size: .85em;
}
.main_text table td {
	margin: 0px;
	padding: 5px;
}

.table60_center{
	width: 60%;
	height:auto;
	margin: 0px auto;
	padding: 0px 10px 20px 10px;
	text-align:left;
	vertical-align: top;
}
/*---TABLE SETTINGS---*/

.main_text table {
	width: 100%;
	text-align:center;
	border: 0px;
	font-size: .85em;
}
.main_text table td {
	margin: 0px;
	padding: 5px;
}

.table60_center{
	width: 60%;
	height:auto;
	margin: 0px auto;
	padding: 0px 10px 20px 10px;
	text-align:left;
	vertical-align: top;
}
/*---TABLE COLUMN SETTINGS---*/

.tableCollogo {
	height: 56px;
	width: 120px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #DCF7FF;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-left: 1px solid #DCF7FF;
	background-color: #FFF;
}
.tableColsymbol {
	height: 25px;
	width: 25px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #DCF7FF;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-left: 1px solid #DCF7FF;
	background-color: #FFF;
}


/*---tableCol(%) {text-align:(c)center (l)left (r)right ; vertical-align: (m)middle (t)top (b) bottom ;} ---*/

.tableCol3_cm {
	width: 3%;
	text-align: center;
	vertical-align: middle;
}
.tableCol6_lm {
	width: 6%;
	text-align: left;
	vertical-align: middle;
}
.tableCol6_cm {
	width: 6%;
	text-align: center;
	vertical-align: middle;
}
.tableCol10_lm {
	width: 10%;
	text-align: left;
	vertical-align: middle;
}
.tableCol10_cm {
	width: 10%;
	text-align: center;
	vertical-align: middle;
}
.tableCol20_lm {
	width: 20%;
	text-align: left;
	vertical-align: middle;
}

.tableCol25_lm {
	width: 25%;
	text-align: left;
	vertical-align: middle;
}

.tableCol25_lt {
	width: 25%;
	text-align: left;
	vertical-align: top;
}
.tableCol25_rm {
	width: 25%;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}
.tableCol25_c {
	width: 25%;
	text-align: center;
	vertical-align: top;
}
.tableCol33_lt {
	width: 33%;
	text-align: left;
	vertical-align: top;
}
.tableCol33_lm {
	width: 33%;
	text-align: left;
	vertical-align: middle;
}
.tableCol33_rt {
	width: 33%;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	font-size: .9em;
}
.tableCol33_rm {
	width: 33%;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}
.tableCol33_ct {
	width: 33%;
	text-align: center;
	vertical-align: top;
}
.tableCol50_lm {
	width: 50%;
	text-align: left;
	vertical-align: middle;
}
.tableCol50_lm {
	width: 50%;
	text-align: left;
	vertical-align: middle;
}
.tableCol50_rt {
	width: 50%;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
.tableCol50_rm {
	width: 50%;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}
.tableCol66_rm {
	width: 66%;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}
.tableCol66_lm {
	width: 66%;
	text-align: left;
	vertical-align: middle;
}
.tableCell_lm {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.tableCell_rm {
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}

.tableColspacer {
	width: 1%;
}

#sidecontent img {
	text-align: center;
}


.table_center {
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}



/*---FOOTER---*/

#footer {
	width: 99%;
	clear: both;
	height: 100px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.clearfooter {
	clear: both;
	height: 60px;
	position: relative;
	bottom: auto;
}
.footertag {
	width: auto;
	height: auto;
	clear: both;
	text-align: center;
	margin-top: 0px;
	padding: 1px;
}


/*---TEXT STYLES---*/


.center{
	text-align: center;
}
.indent{
	display:block;
	margin-left: 25px;
}

	
/*---IMAGE STYLES---*/

img
{
	border:none;
	margin: 0px;
	padding: 0px;
}
.img-left {
	float: left;
	margin: 0px 25px 5px 0px;
}
.img-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 0px;
}
.help {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
	background-image: url(/common/images/general/icon-help.png);
	cursor:pointer;
}
.help:hover {
	background-image: url(/common/images/general/icon-help-hvr.png);
	background-repeat: no-repeat;
	background-position: left top;
}
