/* 15 July 2007 - This CSS style sheet was developed for use
 * with the Toastmasters District 23 website: www.district23.org
 *
 * Author: Chris Shannon
 */

/* Setting attributes for body sets the base font for the stylesheet. */
body {
	font-family: arial,helvetica,veranda;
	background-color: #FFFFFF;
	
}

h1 {
	/* Golden color */
	background-color: #FF9900;
	/* Blue color */
	color: #003399;
	text-align: center;
	font-size: 24pt;
	font-variant: small-caps;
}

h1.top {
	margin: 0;
}


h2 {
	color: #003399;
	text-align: left;
	font-size: 18pt;
	font-variant: small-caps;
}

h2.calendar {
	/* White */
	color: #FFFFFF;
	background-color: #003399;
	text-align: center;
	font-size: 18pt;
	font-variant: small-caps;
}


h3 {
	color: #003399;
}

table.nav {
	/*filter: alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;*/
}

td.nav {
	color: #003399;
	background-color: #FF9900;
	font-size: 10pt;
	font-weight: bold;
}

td.calendardate {
	vertical-align: top;
	font-weight: bold;
	color: #003399;
	width: 125px;
}

td.calendarwhat {
	vertical-align: top;
}

div.body {

	width: 800px;
	margin-top: 10px;
	padding-top: 10px;
	clear: both;
}

div.bodyrightcol {
	width: 600px;
	float: right;
}

div.footer {
	font-size: 10pt;
	color: #FF9900;
	background-color: #003399;
	text-align: center;
	width: 800px;
	margin-top: 10px;
	padding-top: 10px;
	clear: both;
}

a.top_nav
{
	color: #ffffff;
	position: relative;
	top: -25px;
	float: right;
	font-size: 14px;
	left: -20px;
	text-decoration: none;
	}
a.top_nav:hover
{
text-decoration: underline;
   }
a.top_nav:visited
{
  color: #ffffff;
	}
	
table.presenters
{
  font-family: verdana, arial;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
}