@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333; /* was #006666 */
	/*background-image: url(images/cnvbkgnd.jpg);*/
}

a {color: #06c;}

hr {color: #066;}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
	margin: 5px 0 5px 0;
	font-size: 1.75em;
}

h2 {
	margin: 0px;
	font-size: 1.5em;
}

h3 {
	color: #660033;
	font-size: 1.1em;
}

a.toplink {font-size: 0.8em;}

.pinktext {
	color: #996699;
	font-weight: bold;
	font-style: italic; 
}

	.pinktextbig {font-size: 1.6em;}

.biggreen {
	font-size: 1.4em;
	color: #006666;
	font-weight: bold;
	font-style: italic; 
}

.bold {font-weight: bold;}
.boldunder {
	font-weight: bold;
	text-decoration: underline;
}
.imgpad {padding-left: 10px;}

.imgright {
	float: right;
	padding-right: 95px;
}

.underline {text-decoration: underline;}

#twoColumn {
	width: 100%;
	column-count: 2;
	column-gap: 1em;
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
}