/* CSS Document */
/* Homewood Studios */


HTML, BODY, FORM {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #000000;
	background-color: #ffffff;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}

BODY {
	margin-top: 10px;
}

P {
	margin-left: 20px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 130%;
}

FORM {
	margin: 10px 20px;
}	


H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #006666;
	margin-left: 20px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-top: 30px;
	text-transform: uppercase;
}


H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #006666;
	margin-left: 20px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-top: 30px;
	text-transform: capitalize;
	border-top: thin solid #996600;
}

H3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	margin-left: 20px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-top: 30px;
	text-transform: capitalize;
}


H4 {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 15px;

}

.rightColText {
	font-size: 7pt;
	margin-right: 20px;
	line-height: 130%;
}


.footer {
	font-size: 7pt;
	text-align: center;
	
}

HR {
	color: #996600;
	margin-right: 60px;
	margin-left: 20px;
}

A:link, A:visited, A:active {
	color: #006666;
	font-weight: normal;
	background-color: inherit;
	outline:none;
}

#mainTable {
	background-color: #F6E6C0;
}

#calendar p {
	margin-left: 20px;
	margin-right: 60px;
}	

.calendarDate {
	border-top: medium solid #996600;
	font-weight: bold;
	color : #000000;
	margin-left: 20px;
	margin-right: 60px;
	margin-top : 30px;
	padding-top: 4px;
}

.calendarEvent {
	margin-left: 20px;
	margin-right: 60px;
}

LI {
	margin-bottom: 6px;

}

.bodyBullet {
		margin-right: 60px;
}

.leftIndent {
	margin-left: 20px;
}

.paddingRight {
	padding-right: 20px;
}

.paddingLeft {
	padding-left: 20px;
}


.clear {
	clear:both;
}	

.captioned_photo {
	position: relative;
	float: right; 
	display: block;
	margin: .5em 60px .5em 1.25em;
	padding: 1em 1em 3em 1em;
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background: #fff url(images/bg.gif) bottom left repeat-x;
	line-height: 1em;	
	}

.captioned_photo p {
	position: absolute;
	bottom: 9px;
	left: 12px;
	display: block;
	width: 200px; /* This needs to match the width of the image */
	margin: 0;
	padding: 0;
	font: .75em/1.25em Verdana, sans-serif;
	letter-spacing:.05em;
	color: #000;
	text-align:center;
	
}

.captioned_photo p span {
	display: block;
	padding: 1em;
	}
.captioned_photo img {
	margin: 0 0 -.0625em 0;
	padding: 0;
}	
				
.calImage {
	float: left;
	display: block;
	padding-right: 20px;
	padding-bottom: 20px;						
}
