@charset "utf-8";
/* CSS Document */
BODY {
	font-family:"Arial";
	font-size:10pt;
	padding:0px;
	margin:0px;
	background-image:"clipart/backgrounds/sidebar/columnsGreenWhite.gif";
}
H1 {
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	text-decoration:underline;
}
H2 {
	font-size:14px;
	line-height:17px;	
	font-weight:bold;
}
FORM {
	padding:0;
}
li {
	list-style-type: none;
	background: url("clipart/bullets/threePlusesGray.gif") no-repeat;
	background-position:0 5px;
	padding-left: 1em;
	font-size:14px;
	line-height:17px;
	}
a:link {color:#0000FF;}
a:visited {color:#800080;}
#page-container {
	width:750px; 
	}
#header {
	width:748px;
	height:148px;
	background-repeat:no-repeat;
	background-image: url(clipart/pageHeaders/bubblesGreenRedHex.jpg);
	background-position:5px 0px;
}
#nav {
	width:140px;
	height:238px;
	margin-left:5px;
	margin-top:5px;
	clear:left;
	float:left;
}
#content {
	width:400px;
	margin-left:165px;
	padding-top:18pt;
}

