body { background-color: #cccccc;
		 color: #00622f;
		 color: #000000;
		 font-family: Times New Roman, Times, serif;
		 font-size: 12pt;
	  }

h1 {
	font-family: Arial, sans-serif;
	}
h2 {
	font-family: Arial, sans-serif;
	}
h3 {
	font-family: Arial, sans-serif;
	}
	  
a:link { color: #993300;
			text-decoration: none;
			border: none;}
a:visited { color: #993300;
				text-decoration: none;
				border: none; }
a:active { color: #cc3300;
			  text-decoration: underline;
			  border: none; }
a:hover { color: #cc3300;
			 text-decoration: underline;
			 border:none; }

img {
	border: none;
	}


ul { list-style-image: none;
	  list-style-position: inside; }

hr {
	margin-top: 30px;
	margin-bottom: 15px;
	}

#banner {
	background-attachment: scroll;
	background-color: #f5f5dc;
	background-image: url("images/backgrounds/exptextb.jpg");
	background-repeat: repeat;
	border:none;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: none;
	}

#left-content {
	float:left;
	width:150px;
	background-attachment: scroll;
	background-color: #f5f5dc;
	background-image: url("images/backgrounds/exptextb.jpg");
	background-repeat: repeat;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-top: 1px solid #000000;
	padding-left: 0px;
	padding-right: 0px;
	margin-right:10px;
	text-align: center;
	}

#center-content {
	background: transparent;
	margin-left: 155px;
	margin-right: 150px;
	height:100%
	}

#right-content {
	float: right;
	width: 120px;
	border-left: 3px double #000;
	border-bottom: 3px double #000;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	margin-top: 0px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

#right-content dt {
	font-weight: bold;
	margin-top: 10px;
	}

#right-content dd {
	margin-left: 10px;
	}

#right-content a {
	color: #36c;
	text-decoration: underline;
	}

#main {
	border:4px groove #000000;
	background-color: #f0f0f0;
	margin: 10px;
	}
