/* Bladetec css layout -------------------------------------*/
body {
	background-color: #EDEDED;
	background-image: url(../images/Back_gradient.jpg);
	background-repeat: repeat-x;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-x : hidden;
	overflow-y : hidden;
	height: 100%;
	line-height: 16px;
}

/* Text styline ********************************************/
.txtHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
    line-height: 22px;
}
.txtHeaderSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.txtBodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.txtNewsHeaderSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.txtNewsMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000ff;
}
.txtMandatory {
	color: #ff0000;
}
/* Links **************************************************/
a:link {
	color: #333333;
	text-decoration: underline;
	font-size: 12px;
}
a:hover { 
color: #333333;
text-decoration: underline;
font-size: 12px;
}

a:active { 
color: #333333;
text-decoration: underline;
font-size: 12px;
}

a:visited {
	color: #333333;
	text-decoration: underline;
	font-size: 12px;
}

a:visited:hover {
	color: #333333;
	text-decoration: underline;
	font-size: 12px;
}

/* Blue Links ******************************/
#blueLink {
}

#blueLink a:link, a:visited, a:visited:hover, a:active, a:hover  {
	color: #2B88D7;
	text-decoration: underline;
	font-size: 11px;
}

/* Nav Links ******************************************/
#headerSub a:link {
	color: #333333;
	text-decoration: underline;
	font-size: 11px;
}
#headerSub a:hover { 
color: #333333;
text-decoration: underline;
font-size: 11px;
}

#headerSub a:active { 
color: #333333;
text-decoration: underline;
font-size: 11px;
}

#headerSub a:visited {
	color: #333333;
	text-decoration: underline;
	font-size: 11px;
}

#headerSub a:visited:hover {
	color: #333333;
	text-decoration: underline;
	font-size: 11px;
}

/* Layout *********************************************/
div#clearer {
clear:both;
}
div#outer {
	width: 757px;
	padding: 0px;
	margin: 0px auto;
	height: 100%;
}
div#header {
	padding: 0px;
	margin: 0px;
	height: 210px;
	width: 757px;
	top: 0px;
	position: fixed;
}
div#footer {
	height: 115px;
	width: 757px;
	bottom : 0px;
	position:absolute;
}
div#footerSub {
	height: 36px;
	width: 757px;
	bottom : 115px;
	position:absolute;
}
div#main {	
	position:fixed;   
	top : 210px;
    bottom : 151px;
	background-color:#FFFFFF;
	margin: 0px;
	width: 733px !important; /* IE ignores !important ****/
    width /**/:757px; /* IE box model hack ****/
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 12px;
	overflow-y:auto;
	overflow-x:hidden; 
	overflow:auto;
}

/* Nav footer Links ******************************************/
#footerSub a:link {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
#footerSub a:hover { 
color: #666666;
	text-decoration: underline;
font-size: 11px;
}

#footerSub a:active { 
color: #666666;
	text-decoration: underline;
font-size: 11px;
}

#footerSub a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}

#footerSub a:visited:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 11px;
}
.txtHeaderGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00B600;
}
div#Image {
	margin: 0px;
	width: 359px!important; /* IE ignores !important ****/
	width /**/:362px;
	overflow-y:auto;
	overflow-x:hidden;
	padding: 0px;
	height: 100%;
	float: left;
}
div#LeftCol {
	width: 359px!important; /* IE ignores !important ****/
	width /**/:362px;
	overflow-y:auto;
	overflow-x:hidden;
	height: 100%;
	float: left;
	margin:0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.txtHeaderBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0A0049;
}
div#RightCol {
	width: 359px!important; /* IE ignores !important ****/
	width /**/:362px;
	overflow-y:auto;
	overflow-x:hidden;
	height: 100%;
	float: right;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#ImageRight {
	margin: 0px;
	width :362px;
	overflow-y:auto;
	overflow-x:hidden;
	padding: 0px;
	height: 100%;
	float: right;
}
.txtSource {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.txtHeaderRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FF1A00;
	line-height: 22px;
}
.txtHeaderRedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF1A00;
	line-height: 22px;
}
.txtHeaderLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
		line-height: 22px;
}

/* Box ******************************************/
.ctl {
	width:6px;
	height:6px;
	background-image:url(../images/pages/ctl.jpg);
}
.cbl {
	width:6px;
	height:6px;
	background-image:url(../images/pages/cbl.jpg);
}
.ctr {
	width:6px;
	height:6px;
	background-image:url(../images/pages/ctr.jpg);
}
.cbr {
	width:6px;
	height:6px;
	background-image:url(../images/pages/cbr.jpg);
}
.cback {
	background:#E6E6E6;
}
.txtBodyBoldUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
