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

/* Define the main layout characteristics to build the columns */
#left, #middle, #right {
	background-color: transparent;
	float: left;
}

#left {
	width: 13%;
	min-width: 8em;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 0px solid #333; 
	border-right: 0px solid #333; 
	border-bottom: 0px solid #333;
	background: #ff6;
}


#right {
	width: 13%;
	padding-left: 4px;
	padding-right: 2px;
}

#middle {
	width: 70%;
	padding-left: 10px;
	padding-right: 5px;
	background:#fff;
}

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


#footer {
	clear: both;
}

#mainnav {
  list-style: none;
	margin-left: 3px;
	font-size:small;
}

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: #ff6;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: small;
}


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


#header {
	margin-bottom: 0.0em;
	margin-top: 0.0em;
	letter-spacing: .2em;
	border-bottom:1px dotted #999999;
	border-top:3px dotted #999999;

}

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


#footer {
	border-top:1px dotted #999999;
	border-bottom:3px dotted #999999;
	margin-bottom: 0em;
	margin-top: 0.5em; 
}

#quote {
 font-size: small;
 font-family: verdana, arial, sans-serif;
}

