body {
	margin:0px 0px 0px 0px;
	background: #FFF;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

#container {
	margin: 0px auto;
	width: 100%;
	text-align: left;
	background: #fff;
}
	
#leftcontent {
	float:left;
	width:80%;
	background:#FFF;
	border-right:1.5px solid #CCC;
	margin-right:15px;
	padding-bottom:20px;
}
		
#rightcontent p {
	font-size:12px;
	margin-left:0px;
}

p,h1,pre {
	margin:0px 35px 10px 30px;
}
		
h1 {
	font-size:17px;
	padding-top:10px;
}

h2 {
	font-size:15px;
	padding-top:10px;
}

.footer {
	font-size:10px;
	width: 100%;
	text-align: center;
	margin-left:0px;
}

.big-title {
	font-size: 20px;
	color: #660066;
	font-weight: bold;
	line-height: 150%;
	font-style: italic;
}

.mid-title {
	font-size: 16px;
	color: #660066;
	font-weight: bold;
	line-height: 150%;
}

.greentext {color: #009900}

.purpletext {color: #660099}

.quotes {
	color: #660099;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
}

.quotesAlt {
	color: #009900;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #CC0000;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
}

.table {
	font-size: 11px;
	line-height: 13px;
}
