/* CSS Document */
/* document colors: 
  #007373  -  darker blue
  #99cccc - light blue
  #e6e6cc - light green
  #cccc99 - darker olive green
  #f4f4d5 - light beige
  #f4f3d4 - light yellow
 */
body {
	font-family:helvetica;
	font-size:12px;
	background-color:#669999;
	background-image:url(images/circlbkgrd.png);
	}
a {
	color:#007373;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
#page {
	margin:0px auto;
	border:1px solid gray;
	background-color:white;
}
#header {
	width:770px;
	height:130px;
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	}
#nav {
	width:770px;
	height:20px;
	border:0px;
	padding:0px;
	margin:0px;
	background-color:#007373;
	color:#CCCC99;
	vertical-align:top;
	}
#nav ul {
	font-weight:bold;
	width:770px;
	list-style-type:none;
	margin:0px;
	padding:0px;
	border:0px;
	float:left;
	}
#nav ul li { 
	list-style-type:none;
	width:128px;
	height:18px;
	border:0px;
	margin:0px;
	padding:0px;
	text-align:center;
	float:left;
	}
#nav ul li a {
	display:block;
	width:128px;
	height:18px;
	color:#cccc99;
	text-decoration:none;
	}
#nav ul li a:hover {
	color:#007373;
	background-color:#cccc99;
	}
#sidecol {
	width:137px;
	height:280px;
	border-right:3px solid #cccc99;
	background-color:#eeeede;
	vertical-align:top;
	}
#sidecol p {
	margin-left:10px;
	border-bottom:0px;
	}
#sidecol ul li {
	list-style-type:none;
	margin:0px;
	border:0px;
	padding:0px;
	line-height:10px;
	}
#content {
	width:600px;
	border:0px;
	padding:15px;
	margin:0px;
	vertical-align:top;
	line-height:15px;
	}
#bottomnav {
	width:770px;
	height:20px;
	border:0px;
	border-top:4px solid #007373;
	padding:0px;
	margin:0px;
	vertical-align:middle;
	background-color:#33FFFF;
	text-align:center;
	font-size:12px;
	background-color:#ebebad;
	line-height:18px;
	}
#bottomnav a {
	color:#007373;
	text-decoration:none;
	}
#bottomnav a:hover {
	text-decoration:underline;
	}
#footer {
	width:770px;
	height:25px;
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	text-align:center;
	background-color:#cccc99;
	}
#notetable {
	width: 580px;
	vertical-align:top;
	border-top:2px solid #007373;
	font-size:11px;
	line-height:12px;
	text-align:center;
	}
#notetable form {
	margin: 0px;
	padding: 0px 0px 10px;
}
#notetable td {
}


#notetable p {
	padding:0px;
	margin:0px;
	line-height:12px;
	}
.intableform {
	padding: 0px;
	margin: 0px;
}

#notetable td {
	width:145px;
	vertical-align: top;
	}
#contenttable {
	width: 580px;
	vertical-align:top;
	border-top:2px solid #007373;
	}
.contacttableleft {
	width:40%;
	vertical-align:top;
	text-align:right;
	}
.contacttableright {
	width:60%;
	vertical-align:top;
	padding-left:10px;
	}
#caltable {
	width:580px;
	vertical-align:top;
	border-top:2px solid #007373;
	text-align:center;
	padding-top:50px;
	}
#statable {
	width:580px;
	vertical-align:top;
	border-top:2px solid #007373;
	text-align:right;
	}
#othertable {
	width:580px;
	vertical-align:top;
	border-top:2px solid #007373;
	text-align:center;
	}
#othertable form {
	display: inline;
}

.abouttableleft {
	width:25%;
	vertical-align:top;
	text-align:right;
	}
.abouttableright {
	width:75%;
	vertical-align:top;
	padding-left:10px;
	}

.lpics {
	float:left;
	margin:0px 15px 15px 0px;
	}
.smallpics {
	float:left;
	margin:2px;
	border:0px;
	width:125px;
	height:125px;
	vertical-align:top;
	}
.smallcal {
	float:right;
	width:75px;
	height:100px;
	border:none;
	}	
.medcal {
	float:right;
	width:125px;
	height:200px;
	border:none;
	}	
.notecardpics {
	margin:2px;
	paddingtop:10px;
	border:0px;
	width:100px;
	height:75px;
	font-size:10px;
	}
.calpics {
	margin:2px;
	padding-top:10px;
	border:0px;
	width:100px;
	height:175px;
	}
.addspace {
	padding-top:15px;
	}
.font14 {
	font-size:14px;
	line-height:20px;
	}
.font10 {
	font-size:10px;
	}
.font11 {
	font-size:11px;
	}
.bluebi {
	color: #007373;
	font-style: italic;
	font-weight: bold;
}
.noblue {
	border-width: 0px;
}
.redtext {
	color: #FF0000;
}
.blueborderbottom {
	border-bottom: 3px solid #007373;
}
.imglink {
	text-decoration: none;
}

