/*******************************************************************/
/* This is the CSS file used to layout the                   */
/*                                                                 */
/*      */
/*******************************************************************/
   

/* Define the main layout characteristics to build the columns */
#left, #middle, #right {
	background-color: inherit;
	color: inherit;
	float: left;
	padding-left: 10px;
	padding-right: 5px;
}

#left {
	width: 4%;
	min-width: 10em;
	padding-left: 1px;
	border-left: 1px solid #333; 
	border-right: 1px solid #333; 
	border-bottom: 1px solid #333; 
	background: #fff; 
}


#right {
	width: 4%;
}

#middle {
	width: 75%;
	background: #fff;
}

#header, #footer {
	width: 100%;
	background: #ccc;
	
}

#footer {
	width: 100%;
	background: #fff;
	
}
#footer {
	clear: both;
}


html, body, div, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border-width: 0;
}



/* Define the main style characteristics to apply to content 
   in the columns */
   
html, body {
	background-color: #fff;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: small;
}


#header, #footer {
	color: #fff;
	text-align: center;
}


#header {
	letter-spacing: .3em;
	
}

#header.h1 {
	font-size: medium;
	font-weight: normal;
	text-transform: uppercase;
}

/* formatting for navigation list items */
.navlist {
	padding: 0em 0 1em 0;
	list-style-type: none;
	list-style-position: inherit;
}






