	/* The CSS that's required to position the footer */

	* {
	margin: 0;
}

html, body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
color:#007187;
}

.wrapper {
	width: 830px;
	background-image:url(images/abtportal_body.jpg);
	background-repeat:repeat-y;
	text-align:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}


.footer, .push {
	width: 830px;
	height: 60px; /* .push must be the same height as .footer */
	margin: 0 auto;
	
}

.home_left_div{
text-align:left;
font:normal 12px arial;
line-height:18px;
width: 100%;
}


.home_left_div a{
display: block;
padding: 5px 10px;
text-decoration: none;
color: #003C4B;
border-bottom: 1px dotted #dadbe0;
font-weight:bold;
}

.home_left_div a:visited{ /*THEME CHANGE HERE*/
text-decoration: none;
color: #003C4B;
}

.home_left_div a:hover{ /*THEME CHANGE HERE*/
width: auto;
text-decoration: none;
color: #FFFFFF;
background-color: #003c4a;
}

.breadcrumbs {
font-size:9px; 
color:#C4C4C4; 
margin-bottom: 5px;
}

.breadcrumbs a{
font-size:9px; 
color:#999999; 
text-decoration:underline;
margin-bottom: 5px;
}

.header1{
font-size:25px;
color: #007187;
margin-bottom:15px;
}