body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background-color: #E5E5E5;
}

* {
	margin: 0;
	padding: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -           frame
*/
div#frame {
	width: 766px;
	margin: 0 auto;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	background-color: #FFFFFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -           tables
*/
table {                          /* collapse all borders, no padding/spacing */
	border: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -           section headers
*/
td.sectionHeader {
	background-color: #E5E5E5;
	background-image: url(graphics/background-headers.gif);
	background-repeat: repeat-x;
	padding: 8px 0 8px 40px;
	height: 20px;
}

td.sectionHeader h1, table#leftTable h6 {
	font-size: 14px;
	color: #817E80;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	line-height: 20px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -           leftTable content
*/

table#leftTable h1 {
	color: #438CCA;
	font-weigth: bold;
	font-size: 14px;
	margin: 25px 25px 20px 25px;
	text-transform: uppercase;
}

table#leftTable h2 {
	color: #438CCA;
	font-weight: bold;
	margin: 20px 25px 0 25px;
	font-size: 12px;
	text-transform: uppercase;
}

table#leftTable h2 a {
	color: #438CCA;
}

table#leftTable h3 {
	color: #4F9628;
	font-weight: bold;
	font-size: 12px;
	margin: 0 25px;
}

table#leftTable p {
	margin: 0 25px 20px 25px;
	line-height: 1.4;
}

table#leftTable ul {
	margin: 0 25px 20px 50px;
	list-style-type: disc;
	line-height: 1.4;
}

table#leftTable table {
	margin: 0 auto 20px auto;
}

table#leftTable form {
	margin: 0 25px 20px 25px;
}

table#leftTable form label {
	display: block;
	width: 100px;
	float: left;
}

table#leftTable form div {
	clear: both;
	margin-bottom: 0.5em;
}

table#leftTable form input, table#leftTable form textarea {
	background-color: #E5E5E5;
	font-family: Courier, monospace;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -           rightTable content
*/

table#rightTable h2 {
	color: #438CCA;
	font-weight: bold;
	margin: 20px 25px 0 25px;
	font-size: 11px;
	text-transform: uppercase;
}

table#rightTable h2 a {
	color: #438CCA;
}

table#rightTable h3 {
	font-weight: bold;
	margin: 20px 25px 0 25px;
	font-size: 11px;
}

table#rightTable p {
  font-size: 11px;
	margin: 0 25px 20px 25px;
}

table#rightTable table {
	margin: 0 25px 20px 25px;
}

table#rightTable th {
	font-weight: normal;
	color: #438CCA;
	font-size: 11px;
	text-align: left;
}

table#rightTable td {
	font-size: 11px;
	padding-bottom: 5px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -           footer
*/
p.footer {
	margin: 5px 20px;
	text-align: center;
	font-size: 9px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -           misc
*/
.fine {
	font-size: 9px;
}

a { color: #4F9628; }
a:visited { color: #71C148; }
a:hover { color: #000000; }

.green {
	color: #4F9628;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -           events
*/
fieldset.event {
	margin-bottom: 1.5em;
	border: 1px solid #438CCA;
	padding: 10px;
	clear: both;
	background-color: #FFFFFF;
}

fieldset.event legend {
	padding: 3px 5px;
	background-color: #438CCA;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-transform: capitalize;
}

fieldset.event label {
	width: 60px;
	text-align: right;
	float: left;
	display: block;
	padding-right: 10px;
	clear: both;
}

fieldset.event hr {
	color: #438CCA;
	background-color: #438CCA;
	height: 1px;
	border: 0;
	margin: 0.5em 0;
	clear: both;
}

fieldset.event p {
	float: left;
	margin-bottom: 0.5em;
	width: 580px;
}

fieldset.event p.pushed {
	width: 500px;
}

div.popWin {
	margin: 0 auto;
	width: 600px;
}

div.popWin h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 1em 0 0.5em 0;
}

h2.eventcal {
	background-image: url(graphics/calendar-icon.gif);
	background-repeat: none;
	background-position: top left;
	padding-top: 5px;
	height: 28px;
	margin-bottom: 0.3em;
	padding-left: 60px;
}

