@charset "UTF-8";
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}

h1 {
	font-size: 1.25em;
	font-weight: bold;
	font-variant: normal;
}
h2 {
	font-size: 1.25em;
	font-weight: normal;
	color: #666;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	background-color: #FFF;
	text-align: left;
	padding: 2px;
	margin: 0px;
	color: #000;
	text-transform: uppercase;
	/*border: 1px dotted #666;
	border: 1px dotted #666;
	border: 1px dotted #666;*/
	border-bottom: 2px solid #600;
	letter-spacing: 2px;
}
h4 {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #95AA98;
	text-align: center;
	padding: 2px;
	margin: 0px;
	color: #FFF;
	text-transform: uppercase;
}
h5 {
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 5px;
	background-color: #309;
	color: #FFF;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 5px;
	color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #900;

}
.inter {
	font-size: 0.9em;
	color: #333;
	text-transform: uppercase;
}
.green {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #95AA98;
	text-align: center;
	padding: 5px;
	margin: 0px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.note {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #FFC;
	text-align: center;
	padding: 5px;
	margin: 0px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border: solid #666 thin;
}
.concert {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #600;
	text-align: center;
	padding: 7px;
	margin: 0px;
	color: #FFF;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.yellow {
	font-size: 1.25em;
	font-weight: bold;
	font-variant: normal;
	background-color: #FC0;
	text-align: center;
	padding: 7px;
	margin: 0px;
	color: #666;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.title {
	font-size: .85em;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}
.title_underline {
	font-size: 0.90em;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	text-decoration: underline;
}
	
.cal {
	font-size: 0.85em;
}
.body {
	font-size: .90em
}
.body_red {
	font-size: 0.9em;
	color: #900;
}
.note {
	font-size: 0.70em;
	font-style: italic;
}
a:link {
	text-decoration: none;
	font-weight: normal;
	color: #00C;
	font-size: 0.9em;
}
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #00C;
	font-size: .90em;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #666666;
	font-size: 0.9em;
}
a:active {
	text-decoration: none;
	color: #0000FF;
	font-size: .90em;
}
/*#top_nav #bot_nav, a:link {
	font-size: .90em;
	color: #333333;
	text-decoration: none;
	padding: 5px;
}
#top_nav #bot_nav, a:hover {
	font-size: 0.9em;
	text-decoration: none;
	color: #000;
	background-color: #FFCC00;
	padding: 5px;
}
#top_nav #bot_nav, a:active {
	font-size: .90em;
	text-decoration: none;
	color: #333333;
	padding: 5px;
}
#top_nav #bot_nav, a:visited {
	font-size: .90em;
	text-decoration: none;
	color: #333333
	padding: 5px;
	
}*/
#p1 {
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	border: 1px solid #ccc;
}

