




/* columns */

#leftcolumn {
	background-color: #ffffff;
	width:350px; 
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	border-left: 0px;
	float: left;
}

#rightcolumn {
	background-color: #ffffff;
	width: 400px; 
	float: right;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	border-left: 0px;
	margin-top: 80px;
	margin-bottom: 20px;
}



/* double columns in bottom right of page */

#contentleftcolumn {
	background-color: #ffffff;
	width:150px; 
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	border-left: 0px solid #A6B2BC;
	margin-top:20px;
	float: left;
}

#contentrightcolumn {
	background-color: #ffffff;
	width:249px; 
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	border-left: 0px solid #A6B2BC;
	margin-top:20px;
	float: right;
}

#contentleftcolumn-purplebox {
	width:150px; 
	text-align: left;
	padding: 0px;
	border-left: 0px;
	margin-top:10px;
	margin-bottom:10px;
	float: left;
}


#contentrightcolumn h1 {
	font: 120% arial, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	color: #339966;
}

#contentrightcolumn h1 a:link {
	font-weight: bold;
	margin-top: 5px;
	color: #339966;
	text-decoration: none;
}

#contentrightcolumn h1 a:visited {
	font-weight: bold;
	margin-top: 5px;
	color: #339966;
	text-decoration: none;
}


#contentrightcolumn h1 a:hover {
	font-weight: bold;
	margin-top: 5px;
	color: #339966;
	text-decoration: underline;
}



#contentrightcolumn p {
	font: 100% arial, sans-serif;
	font-weight: normal;
	margin-top: 5px;
	color: #666666;
}

#contentrightcolumn p a, #contentrightcolumn p a:visited {
	text-decoration: none;
	color: #cc3300;
}

#contentrightcolumn p a:hover {
	text-decoration: underline;
	color: #333333;
}


#contentleftcolumn-purplebox h1 {
	font: 120% arial, sans-serif;
	font-weight: bold;
	margin-top: 5px;
	color: #ffffff;
}



