body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/* outer div with repeating background */
.wrapper_home {
	background-image: url(../images/intr_bg_main.jpg);
	width: 100%;
	background-repeat: repeat-x;
	float: left;
}
/* outer div with repeating background ends here */


.main {
	height: auto;
	width: 1002px;
	margin: 0px auto 0px auto;
}

/* Styles for logo bar contains logo and the top links*/
.logobar {
	width: 1002px;
	position: relative;
	height: 87px;
}
.left_column {
	float: left;
	height: auto;
	width: 480px;
	margin-left: 10px;
}

.logobar img {
	border: 0;
}

.intra_bg {
	float: left;
	width: 480px;
	margin-bottom: 10px;
}
h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #246FB3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #246FB3;
}

.intra_bg p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

#logo {
	width: 339px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 60px;
}
.float_left {
	float: left;
	width: 100%;
}
.left_column p {
	font-size: 12px;
}
.intra_bg p a {
	display: block;
	width: 460px;
	height: 127px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	background-image: url(../images/intra_bg.png);
	background-repeat: no-repeat;
	padding: 20px 0px 5px 20px;
}

.left_column ul li {
	font-size: 12px;
	margin-bottom: 10px;
}




.intra_bg p img{
	float: left;
	margin-right: 10px;
}
.contents {
	float: left;
	width: 100%;
	margin-top: 25px;
}
.right_column {
	float: right;
	height: auto;
	width: 480px;
	margin-right: 10px;
}
.left_column ul {
	font-size: 12px;
}
.intra_bg p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.footer {
	background-image: url(../images/intra_footer.jpg);
	width: 100%;
	padding-top: 20px;
	background-repeat: repeat-x;
	margin-top: 20px;
	height: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.leftlink_email:hover {
	background-image: url(../images/email_h.png);
}
.leftlink_email {
	background-image: url(../images/email_n.png);
	height: 88px;
	width: 293px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	text-decoration: none;
	margin-bottom: 10px;
}

