/* Generic Selectors */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	background-image: url(images/background.jpg);
	display: block;
}

li {
	list-style-type: disc;
	line-height: 125%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #2062BC;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #2062BC;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
}

 
/**************** Pseudo classes ****************/

a:link {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: rgb(0, 96, 255);
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #009348;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #C4242B;
	font-weight: bold;

}

li:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

li a:hover {
	display: block;
	color: rgb(0, 96, 255);
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}

li a:visited {
	color: #009348;
	text-decoration: none;
	font-weight: bold;
}

/************************* ID's *************************/

#container1 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: auto;
	text-align: left;
	background-color: #FFFFFF;
	overflow: visible;
}

#container2 {
	position: absolute;
	top: 295px;
	width: 800px;
	background-color: #FFFFFF;
}
   
#navigation {
	height: 295px;
	margin: 0px;
	margin-top: 0px;
	width: 800px;
}

#leftColumn {
	position: absolute;
	width: 276px;
	height: 100%;	
	margin: 0;	
	margin-top: 10px;
	border-right: 0px solid #C6EC8C;
	font-weight: normal;
}

#centerDoc {
	position: absolute; /*top right bottom left*/
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 266px;
	background-color: #FFFFFF;
	width: 540px;
	float: left;
	height: auto;
	overflow: auto;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	left: 11px;
	top: 0px;
}

#footer {
	height: 24px;
	bottom: 0px;
	position: relative;
	width: 800px;
	margin-top: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	background-image: url(images/footer.jpg);
	background-position: bottom;
}
#mainfooterbody{height:24px; color:#fff; padding:0px 0 0 0; position:relative; margin:0 auto; clear:both;}
#footerPan{
	width:800px;
	height:24px;
	position:inherit;
	margin:0 auto;
	padding:0 0 0 0px;
	background-image: url(images/footer.jpg);
}
#footerPan ul{width:371px; display:block; position:absolute; right:418px; top:5px; padding:0; }
#footerPan li{float:left; font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:normal;}
#footerPan ul li a{padding:0 0 0 10px; color:#fff; text-decoration:none;}
#footerPan ul li a:hover{text-decoration:underline;}
#footerPan ul li a.padl{padding:0 0 0 14px;}

#footerPan p{ margin:54px 45px 0 0; display:block; position:absolute; top:0px; right:40px; color:#FFFFFF; font:11px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;}
#footerPanleft{width:285px; height:82px; float:left; margin:0 auto;}
#footerPanleft img{width:260px; height:35px; margin:22px 0 0 0;}
#rightColumn {
	position: absolute;
	width: 225px;
	height: auto;
	margin-top: 5px;
	font-weight: normal;
	background-image: url(images/blend.jpg);
	background-repeat: no-repeat;
	margin-left: 540px;
	padding: 0 5px 5px 5px;
	overflow: auto;
	visibility: visible;
	color: #FFFFFF;
	left: 16px;
	top: 0px;
	float: right;
}
.bodyTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	font-weight: normal;
}
.bodyTXTbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
	font-weight: bold;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #2062BC;
}
.quotation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5B5C5C;
	letter-spacing: normal;
	text-align: center;
	text-indent: 5px;
	word-spacing: normal;
	white-space: normal;
}
.body-sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	font-weight: normal;
}
.news-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5B5C5C;
	letter-spacing: normal;
	text-align: center;
	text-indent: 5px;
	word-spacing: normal;
	white-space: normal;
}
