@charset "UTF-8";
/* CSS Document */


/* Essentials first */

body { margin: 0 0 0 0;
	background: #FFF url(images/speechbubble.jpg) 5px 5px no-repeat;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}

a { color: #000000;
		text-decoration: none;
		}
		
a:hover { color: #666666;
		text-decoration: none;
		}
	
a img { color: 000;
	border: 0px;
	}
	
a img { color: 000;
	border: 0px;
	}
	
/* Unordered Main Menu */	

#left { width: 125px;
	float: left;
	left: 0;
	}

#speechbubble { width: 150px;
	height: 70px;
	left: 0;
	padding: 12px 2px 5px 12px;
	}

ul.mainmenu { /* background: url(images/stripes.png) repeat-y right 50px; */
	width: 125px;
	padding: 0;
	margin: 90px 0 0 0;
	list-style: none;
	line-height: 18px;
	text-align: right;
	}
		
/* Unordered Sub Menu with extra Honey Mustard */

#middle { width: 130px;
	margin: 177px 0 0 1px;
	float: left;
	}

ul.submenu { /* background style in html */ 
	width: 130px;
	padding-left: 5px;
	margin: 0;
	list-style: none;
	line-height: 18px;
	text-align: left;
	}	
	
/* Copy Center */

#right { width: 500px;
	min-height: 500px;
	padding-left: 5px;
	padding-bottom: 25px;
	margin: 177px 0 0px 5px;
	float: left;
	line-height: 18px;
	}	
	
.h3 { margin: 0 0 18px 0;
	}	
	
.copy { margin: 0;
	}	
	

.copy a { color: #0000FF;
	text-decoration: none;
	}
	
.copy a:hover { color: #33CCFF;
	text-decoration: none;
	}	
		
/* Non-essentials last */

#footer { background-color: #FFF; 
	padding-top: 2px;
	margin-bottom: 0;
	width: 100%;
	height: 18px;
	position: fixed; 
	bottom: 0;
	border-top: 1px solid #CCC;
	z-index: 2; 
	}	
