
/* CSS Document */

body {
	margin:0px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;

	background-position:bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	

	}
	

p.heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #666666;
	}
	
#container {
	}
	

#header {
	background-image:url(images/collage.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:100%;
	height:175px;
	
	}
	
#navigation {
	position:absolute;
	left: 0px;
	font-family: Arial, trebuchet ms, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	width:125px;
	height:none;
	text-align:left;
	}
	
#navigation a {
	color: #999999;
	text-decoration: none;
	display: block;
	width:100%;
	padding: 13px 13px 13px 30px;
	border-bottom:1px dashed #CCCCCC;
	/*background-color:none;
	background-image:url('images/button.gif');   !!! Temporary Incompatibility with IE.6, un-hide when resolved!!!
	background-repeat:no-repeat;
	background-position: left;
	margin-left:10px;*/ 

	}
	
div.nav_style {  /* Temporary Solution, fixed Navigation without Rollovers*/
	background-color:none;
	background-image:url('images/button.gif');
	background-repeat:no-repeat;
	background-position: left;
	margin-left:10px;
	}
	
	
#navigation a:link, #navigation a:visited {
	color: #999999;
	text-decoration: none;
	/*background-image:url('images/button.gif');  !!! Temporary Incompatibility with IE.6, unhide when resolved !!!!
	background-repeat:no-repeat;
	background-position: left;*/
	padding-left:50px;
	}

	
#navigation a:hover, #navigation a:active {
	color: #666666;
	text-decoration: none;
	/*background-image:url('images/buttonOV.gif');  !!! Temporary Incompatibility with IE.6, unhide when resolved !!!!
	background-repeat:no-repeat;
	background-position: left;*/
	padding-left:50px;
	}
	
	
#content {
	margin-left:220px;	
	min-height: 250px;
		}
	
span.indent {
	margin-left:40px;
	}
		
	
#footer {
	margin-left: 220px;
	text-align: center;
	}
	
	

