html,body {
	text-align: left;
	background-image:  url(/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	color: #333333;
	background-color: #cccccc;
	font-family: Arial, Verdana, sans-serif;
	font-size: 90%;
	margin: 0;
	}

p {	
	margin-top: 0px;
	line-height: 20px;
	}

ul {
	margin: -5px 0 15px 50px;
	}	

li {
	font: 10pt/14pt arial;
	color: #333333;
	line-height: 20px;
	margin-left: -23px;
	margin-bottom: 12px;
	padding: 0 0 0 0;
	text-align: left;
	}
	
hr {
	height: 1px;
	color: #999999; 
	margin-top: -5px;
	}

/* HEADINGS */

h1 {
	font-weight: bold;
	font-size: 180%;
	color: #333333;
	margin: 0 0 10px 0;
	}
	
h2 {
	color: #555555; 
	font-size: 120%;
	padding: 0px 0px 0px 0px;
	margin: 0 0 3px 0;
	}

h3 {
	font-size: 100%;
	margin: 0 0 3px 0;
	color: #555555;
	}
	

/* LINKS */
a, a:link, a:visited{
	font-weight: normal;
	text-decoration: none;
	color: #015f82;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #666666;
	}
	
#footer a, #footer a:link, #footer a:visited{
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	}
	
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #666666;
	}

/* LAYOUT */	

#container {
	background-image:  url(/images/bg_container.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width:960px;
	height: auto;
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	}

#nav {
	width: 220px;
	height: 185px;
	float: left;
	}
		
#ie {
	width: 220px; 
	height: 185px; 
	margin-top: 0px;

	padding: 0;
	}
	
#logo {
	width: 960px;
	height: 80px;
	}

#header_home {	
	float: right;
	width:740px;
	height:185px;
	}

#header {
	width:830px;
	height:115px;
	}

#main {
	position: relative;
	top: 0px;
	left: 0px;
	width: 689px;
	height: auto!important;
	height: 350px;
	padding: 20px 25px 10px 25px;
	float: right;
	}


#left_col {
	top: 0px;
	left: 0px;
	width: 175px;
	height: 100%;
	margin: 0 0 0 0;
	padding: 20px 20px 10px 25px;
	float: left;
	}		


/* not being used */
#home_mid_col {
	position: relative;
	top: 0px;
	left: 0px;
	width: 302px;
	min-height: 575px;
	height: 575px;
	padding: 20px;
	float: left;
	}
#home_right_col {
	position: relative;	
	height: auto;
	padding: 0px;
	width: 140px;
	float: right;
	}
/* not being used */
	


/* FOOTER */

#bottom_border {
	background-image:  url(/images/bottom_border.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 960px;
	height: 37px;
	margin: auto;
	padding: 0;
	width: 960px;
	clear: both;
	text-align: center;
}

#footer {
	margin: auto;
	padding: 15px 0 0 0;
	width: 960px;
	clear: both;
	text-align: center;
}

#footer p {
	font-size: 85%;
	text-align: center;
	color: #999999;
}

#footer a {
	font-weight: normal;
}
	