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

#content {
	width: 31em;
	font-size: 1em;
	text-align: left;
	float: left;
	padding: 2em 2em 2em 0em;
	margin: 0em;
	}
	
#content h1 {
	padding: 1em 0em 1.5em 0em;
	margin: 0em;
	font-size: 1.2em;
	font-weight: bold;
	}
	
#content p.header {
	padding: 0em 0em 1em 0em;
	margin: 0em;
	line-height: 1.2em;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #A99AE4;
	}
	
#content p {
	padding: 0em 0em 1em 0em;
	margin: 0em;
	line-height: 1.2em;
	font-size: 0.9em;
	font-style: italic;
	}
	
#content a {
	color: #6FC9EE;
	font-weight: bold;
	text-decoration: none;
	}

#content a:hover {
	color: #6FC9EE;
	font-weight: bold;
	text-decoration: underline;
	}

#content dl {
	padding: 0em 0em 0em 1.5em;
	margin: 0em;
	float: left;
	}
	
#content li {
	padding: 0em 0em 0.5em 0.5em;
	margin: 0em;
	font-weight: bold;
	line-height: 1.4em;
	}
	
.comm {
	width: 29em;
	padding: 1em 0em 2em 0em;
	margin: 0em;
	float: left;
	}
		
.commleft {
	width: 5em;
	height: 4em;
	padding: 0em 0em 0em 0em;
	margin: 0em;
	float: left;
	background-image: url(images/quotesleft.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}
		
.commmid {
	width: 17em;
	padding: 0.5em 5.5em 0em 1em;
	margin: 0em;
	float: left;
	background-image: url(images/quotesright.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
		
.commmid img {
	width: 15em;
	padding: 0em 0em 0em 0em;
	margin: 0em;
	}
		

