/* CSS Style Sheet for styles and position */

/* BASIC ELEMENTS */

a.nav:link { 
	text-decoration: none; 
	color: #606060;
	}
a.nav:visited { 
	text-decoration: none; 
	color: #606060;
	}
a.nav:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
	}
body { 
	background: #f5f5f5; 
	text-align: center;
	}
h1 {
	font-family: arial, sans-serif;
	}
h2 {
	font-family: arial, sans-serif;
	}
h3 {
	font-family: arial, sans-serif;
	}


/* SPECIFIC divS */

#container { 
	width: 770px; 
	border: 1px solid;
	background: #ffffff; 
	}

#header { 
	width: 770px;
	height: 105px; /* extra bytes create a margin at the bottom of header */
	}

#header-logo { 
	width: 200px;
	height: 100px;
	background: #ffffff url(../images/logo v6.gif) no-repeat bottom center;
	float: left;
	}

#header-nav { 
	width: 570px;
	height: 100px;
	float: right;
	}

#header-nav-section { 
	width: 120px;
	height: 100px;
	float: left;
	}

#header-nav-section-pad { 
	font-family: arial, verdana, sans-serif;
	font-weight: bold; 
	padding: 0px 20px 0px 20px;
	text-align: left;
	}

#header-nav-section-nav { 
	width: 450px;
	height: 100px;
	float: right;
	font-family: arial, verdana, sans-serif;
	font-weight: bold; 
	text-align: left;
	}

#body { 
	width: 770px;
	}

#body-nav { 
	width: 200px;
	float: left;
	}

#body-nav-pad { 
	font-family: arial, verdana, sans-serif;
	font-weight: bold; 
	line-height: 175%;
	padding: 5px 0px 0px 10px;
	text-align: right;
	}

#body-copy { 
	width: 570px;
	float: right;
	}

#body-copy-headline { 
	width: 570px;
	}

#body-copy-headline-pad { /* nested to avoid problems with broken-box model in IE5 */
	padding: 5px 20px 0px 30px;
	text-align: left;
	}

#body-copy-story { 
    width: 570px; 
	}

#body-copy-story-pad { /* nested to avoid problems with broken-box model in IE5 */
	padding: 0px 20px 0px 30px; 
	text-align: left;
	}

#footer { 
	width: 770px;
	}

#footer-pad { /* nested to avoid problems with broken-box model in IE5 */
	padding: 30px 0px 20px 0px; 
	font: 10px verdana, sans-serif; 
	line-height: 18px;
	text-align: center; 
	}
