   

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

#left {
	width: 15%;
	valign: left;
	min-width: 10em;
	padding-left: 5px;
	
	background: #cccc93; 
}


#right {
	width: 5%;
	background: #cccc93; 
	valign: center;
	padding-left: 5px;
}

#middle {
	width: 70%;
	background: #cccc93; 
}

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




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: #cccc99;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-color: #333333;
}


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


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

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


#footer {
	border-top: 1px dotted #999;
	border-bottom: 3px dotted #999;
	
}







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

.10{font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#333333; margin-top:4px; text-align:left}
.12 {font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#333333; margin-top:4px; text-align:left}
.14{font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#000000; margin-top:4px; text-align:left}
.16{font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#333333; margin-top:4px; text-align:center}
.24 {font-family: Arial, Helvetica, sans-serif; font-size:24px; color:#333333; margin-top:4px; text-align:center}
.18 {font-family: Arial, Helvetica, sans-serif; font-size:18px; color:#333333; margin-top:4px; text-align:center}
.14white{font-family: Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; background-color: #999966; margin-top:4px; text-align:center}
.16white{font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#ffffff; background-color: #999966; margin-top:4px; text-align:center}
.18white{font-family: Arial, Helvetica, sans-serif; font-size:18px; color:#ffffff; background-color: #999966; margin-top:4px; text-align:left}		
.40white{font-family: Arial, Helvetica, sans-serif; font-size:48px; color:#ffffff; background-color: #999966; margin-top:4px; text-align:left}
.24white{font-family: Arial, Helvetica, sans-serif; font-size:24px; color:#ffffff; background-color: #999966; margin-top:4px; text-align:left}	
