@charset "utf-8";
/* CSS Document */


@import url("forms.css"); /* forms styling */
@import url("styles.css"); /* text styling */

body.bodynormal {
	background-image:url(../images/bgnew.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFFFFF;
	padding: 0px;
	margin-top:0px;
	
}

body.bodylong {
	background-image:url(../images/bglong.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFFFFF;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
	
}

body.bodyxtralong {
	background-image:url(../images/bgxtralong.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFFFFF;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
}


div.wrap {
	text-align:left;
	margin:auto;
	width:790px;
	padding:200px 30px 40px 30px;
}

div.wrap2 {
	text-align:left;
	margin:auto;
	width:790px;
	padding:200px 30px 10px 30px;
}

div.main {
	height:640px;
	}
	
div.main2 {
	height:780px;
	}

div.main3 {
	height:530px;
	}
	


div.main4 {
	height:1180px;
	}

div.main5 {
	height:360px;
	}

div.greenbox1 {
	background-image:url(../images/green-box1.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:440px;
	height:55px;
	float:right;
	padding:25px 10px 20px 10px;
	text-align:center;
	}
	
div.greenbox2 {
	background-image:url(../images/green-box2.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:270px;
	height:485px;
	padding:10px 30px 25px 30px;
	}
	
div.navbar {
	background-image:url(../images/navbar.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:770px;
	height:37px;
	padding:12px 10px 0px 10px;	
	margin-top:10px;
	margin-bottom:20px;
	}	
	
div.flashbox {
	width:424px;
	height:344px;
	padding-left:36px;
	}	

div.newsbox {
	background-image:url(../images/newsbox.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:370px;
	height:210px;
	padding:50px 20px 40px 70px;
	}	
	

div.footer {
	text-align:right;
	height:40px;
	width:790px;
	margin-top:70px;
	padding-top:10px;
	}
	
	
	
.img1:hover, .paybutton:hover, .viewbutton:hover{
	-moz-opacity:.70;
	-ms-filter:”alpha(opacity=70)”; 
	filter:alpha(opacity=70); 
	opacity:.70; 
	cursor:pointer;	
	}

.table1 {
	font-family:Arial, Helvetica, sans-serif;
	}

.table1 th {
	color:#FFFFFF; 
	font-weight:bold;
	font-size:15px;
	}

.paybutton {
	float:right;
	}

.viewbutton {
	width:100px;
	float:right;
	padding-top:20px;
	}

	