body {
	margin: 0;
	padding: 0;
	background-image:url(../images/background1.jpg);
	background-color:#FFFFFF;
	}

	
#top_strip{
	margin-left:auto;
	margin-right:auto;
	width:822px;
	height:150px;
	background-image:url(../images/swf_bac.jpg);
	}

#nav{
	margin-left:auto;
	margin-right:auto;
	width:822px;
	height:20px;
	background-image:url(../images/content_bac.jpg);
	}

#sub_nav{
		border: 1px;
	border-color:#000000;
	border-style:solid;
	margin-left:10px;
	height:21px;
	width:800px;
	}
	
#content{
	margin-left:auto;
	margin-right:auto;
	width:782px;
	height:auto;
	background-image:url(../images/content_bac_white.jpg);
	padding: 10px 20px 20px 20px;
	}

#footer{
	margin-left:auto;
	margin-right:auto;
	width:822px;
	height:86px;
	background-image:url(../images/footer_bac.jpg);
	}
	
#right_column{
	width:220px;
	height:auto;
	float:right;
	text-align:center;
	}
	
	
.body_txt{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	text-align:justify;
	}

.heading_txt{
	font-family:Verdana;
	font-size:18px;
	color:#000000;
	}

.table_heading{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	}
	
.table_top_txt{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	}
	
	
a:link, a:visited
{
	font-family:Arial;
	font-size:12px;
	color:#64979D;
	background-color:transparent;
	text-decoration:none;
}

a:hover 
{
  	color:#2E5F5A;
  	background-color:transparent;
  	text-decoration:underline;
}