body {
	background-image: url(images/BG_top.jpg);
	background-repeat: repeat-x;
	background-position:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0px;
	background-color: #ffffff;
	height:100%;
	}
	
a, a:visited {
	color:#0000FF;
	}
	
#Wrapper {
	min-height: 100%;
	height: auto !important;
	height:100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	}

#Header {
	position: relative;
    	top: 80px;
		height: 196px;
		width: 790px;
	background-image: url(images/Header.jpg);
	background-repeat: no-repeat;
	}

#Nav ul{
	list-style: none;
	MARGIN: 0px 0px 0px 0px;
	padding-left: 25px;
	padding-top: 4px;
	OVERFLOW: hidden; 
	WIDTH: 100px; 
	HEIGHT: 196px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	}
	
#Nav a{
	DISPLAY: block; 
	HEIGHT: 16px;
	padding-left: 0px;
	padding-top: 15px;
	text-decoration: none;
	color: #ffffff;
	}

#Nav a:hover {
	color: #6cc5ff;
	}
	
#Main_Content {
	position: relative;
	left: 220px;
	top: 100px;
	width: 530px;
	height:100%;
	overflow:visible;
	z-index: 3;
	}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#0033cc;
	}
	
#HomepageH1 {
	position:absolute;
	top:1590px;
	left:180px;
	}
	
#push {
	height: 240px; /* .push must be the same height as .footer */
	}
	
#BG_bottom {
	position:relative;
	height: 140px;
	padding: 0px;
	background-image: url(images/BG_bottom.jpg);
	background-repeat: repeat-x;
	}

#FooterA {
	position:relative;
	top: 30px;
	left: 10px;
	width: 180px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
	
#FooterA a {
	DISPLAY: block; 
	HEIGHT: 16px;
	padding-left: 0px;
	padding-top: 2px;
	text-decoration: underline;
	color: #B9DEF4;
	text-align:left;
	}
	
#FooterB {
	position:relative;
	top: 28px;
	left: 115px;
	width: 380px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	}

#FooterB a {
	color:#FFFFFF;
	text-decoration: none;
	}
	
#FooterB a:visited {
}

#leftcolumn {
    position: absolute;
	top: 340px;
	vertical-align:top;
	width: 180px;
	height: 300px;
	z-index: 0;
	}
