@charset "iso-8859-1";

	body {
		margin: 0px 0px 0px 0px; /* top, right, bottom, left space around element */
		padding: 0px; /* space between element border and element content */
		background: #2C7E7A;
		}

	#leftcontent {
		float: left;
		width: 175px;
		border: 0px;
		padding-left: 10px;
		padding-top: 30px;
		font-family: arial;
		font-size: 80%;
		background: #2C7E7A;
		}
	
	#maincontent {
		position: absolute;
		left: 177px;
		width: 70%;
		background-color: #ffffff;
		border-left: 2px solid #000;
		border-bottom: 2px solid #000;
		border-right: 2px solid #000;
		border-top: 2px solid #000;
		padding-left: 30px;
		padding-right: 20px;
		padding-top: 40px;
		padding-bottom: 40px;
		margin-bottom: 10px;
		font-family: arial;
		font-size: 80%;
		}

	h1.name {
		font-weight: bold;
		color: #2c7e7a;
		font-style: italic;
	}

	h3.menu {
		color: #000;
		font-weight: bolder;
	}

	h4.expressive {
		font-style: italic;
		font-weight: bold;
		text-align: center;
		color: #004A4A;
	}


	ul.circle {
		list-style-type: circle;
		text-indent: 5px;
	}
	
	h4.header {
		color: #2C7E7A;
		font-weight: 200;
		text-align: center;
		font-size: 120%;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	h4.header2 {
		color: #000000;
		font-weight: 200;
		text-align: left;
	}
	
	.green {
		text-decoration: none;
		font-style: italic;
		font-weight: bold;
		font-size: 110%;
		color: #FFFFCC;
	}

	a:hover	{text-decoration: none; color: #003300}
	
	.black {
		color: #000000;
	}
	.bold {
		font-weight: bold;
	}

	.boldg {
		color: #004A4A;
		font-weight: bold;
	}
	.center {
		text-align: center;
	}
	ul.nomark {
		list-style-type: none;
	}
	.underline {
		text-decoration: underline;
	}