body, html{
	height: 100%;
	margin: 0; padding: 0;
	}
/* HOME PAGE CSS START */	
#container {
	min-height: 100%;
	}
* html #container {
	height: 100%;
	}
	
/*HEADER------------------------------------*/
#header {
	width:100%;
 	background-image: url(../images/top_bg.png);
	background-repeat: repeat-x;
	height: 110px;
}
#top_design {
	background-image: url(../images/top_design.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 110px;
}
#headertext2{
	font-size:50px;
	font-weight:bold;
	padding-top:30px;
	text-align: center;
	font-family:QTAbbie;
	color: #ebeff2;
}
/*FOOTER------------------------------------*/
#bottom{
	position:relative;
	width:100%;
	float: left;		
	height: 106px;
	margin: -106px auto 0 auto;
	text-align: left;
	background-image: url(../images/bottom_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	color: #e4edf3;
	font-size: 13px;
}
.bottom_design{
	background-image: url(../images/bottom_design.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	height: 106px;
}
#bottomtext{
	font-size:21px;
	font-weight:bold;
	padding-top:20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #e4edf3;
}
#bottomtext1{
	font-size:13px;
	font-weight:bold;
	text-align: center;
}
.bottom-text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
}
a.bottom-text:link, a.bottom-text:active, a.bottom-text:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
}

a.bottom-text:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align: center;
	color: #DBE2E8;
	text-decoration: none;
	text-transform: none;
}
#bottom_logo{
	float: left;
	width: 10%;
	position: absolute;
	padding-top: 8px;
	margin-left: 50px;
	padding-bottom: 3px;
}
/*CONTENT------------------------------------*/
#content {
	width: 100%;
	padding-top:10px;
	padding-bottom:100px;
}
/* HOME PAGE CSS END */	
	
/* SUB PAGE CSS START*/	
#wrapper {
	min-height: 100%;
	}
* html #wrapper {
	height: 100%;
	}
/*HEADER------------------------------------*/
#header_subpage {
 	background-image: url(../images/top_design.jpg);
	background-repeat: repeat-x;
	height: 75px;
	width:100%;
}
#headertext_subpage{
	font-size:25px;
	font-weight:bold;
	font-family: QTAbbie;
	color: #ebeff2;
	padding:20px 30px 10px 10px;
	
}
#header-right-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFC;
	float: right;
	width: 25%;
	text-align: right;
	padding-right:10px;
}
/*FOOTER------------------------------------*/
#bottom_subpage {
	background: #666;
	position:relative;
	width:100%;
	height: 30px;
	text-align: left;
	/*margin: -10px auto 0 auto;*/
	background-image: url(../images/bottom_bg_subpage.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#bottomtext_subpage{
	font-size:13px;
	font-weight:bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #e4edf3;
	padding:7px 0 0 0;
}
#bottom_subpage_left{
	width:40%;
	text-align: left;
	float:left;
}
#bottom_subpage_right{
	width:60%;
	text-align: right;
	float:right;
}
/*CONTENT------------------------------------*/
#content_subpage {
	width: 100%;
	padding-bottom: 10px;
	background-color:#FFFFFF;
	min-height:520px;
	
}
/* SUB PAGE CSS END*/
#main-contenthome{
	width:100%;
	margin: 0 auto;
}
#main-content{
	width:100%;
	margin:auto;
	/*height:308px;*/
	/*min-height:470px;*/
	min-height:497px;
	background-image: url(../images/bgimage.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	overflow: hidden;
}
#report-content{width:100%;padding:20px 0 0 0;height:auto;}
#report-content p { padding:0 0 5px 0; text-align:justify;text-indent:25px;}
.ver12{
	font-family:Verdana,arial,helvetica,sans-serif;
	font-size:12px;
}


/************ NEW ****************/
.new-tab {
    background-image: url(../images/new_tab.gif) !important;
}
