@charset "utf-8";
/* Global CSS */


p, li, h2, h3 {
color:#000000;
}

a {
color:#000000;
text-decoration:none;
}


/* LAYOUT --------------------*/

#pagecontainer {
width:695px;
background-image:none;
}	

/* Container for cols 1 & 2, inside the glow */
#maincontainer {
width:695px;
background-image:none;
}

/* TWO MAIN COLUMNS */

#col1 {
display:none;
}

#col2 {
display:block;
}

/* HEADER including image space --------------------*/

/* Top part of header, with home and other links */
#headertop {
display:none;
}
		
/* Navbar container and buttons */
#headernavbar {
display:none;
}
					
/* Main header image and divider between image and page body */
#headerimage {
clear:both;
width:695px;
height:290px;
background:url(../Images/Layout/bodytop.jpg) left bottom no-repeat;
}

#bodycol1 {
/*padding-left:0;*/
}

/* FOOTER */

#footer {
display:none;
}	

/* BOTTOM OF PAGE --------------------*/

#pagebottom {
	display:none;
}
