html 
{
	background-color: #91AA9D;
	margin: 2px;
} 

body 
{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
} 

div#header 
{
	text-align: left; 
	background-color:#97C991;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
/*	padding-left: 110px;
	background-image: url('images/public-speaking-speech.gif'); */
	background-repeat: no-repeat;
} 

div#menubar 
{
}

div#header h1
{
	font-size: 48px;
	font-weight: bold;
	border-bottom: 0px;
	padding-left: 5px;
}

div#header h2
{
	font-size: 20px;
	font-weight: bold;
	padding-left: 5px;
}

div#container
{
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	border: solid 1px #000000;
}


div#maincontent 
{
	text-align: left;
	width: 630px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	padding: 5px;
} 

.navigate
{
	font-size: 12px;
}

.navleft 
{
	float: left;
}

.navright 
{
	float: right;
}

.navbuffer
{
	clear: both;
}

div#mainbody 
{
	float: left;
	background-color: #FFF;
}

div#rightcolumn 
{
	float: left;
	width: 220px; 
	text-align: left;
	padding-left: 0px;
	padding-right: 20px;
}

div#rightcolumn p
{
	margin-bottom: 20px;
	background-color: #D1DBBD;
	padding-left: 5px;
	padding-right: 5px;
}

.rightcolumnbox
{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #D1DBBD;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px; 
}


div#rightcolumn ul
{
	margin-bottom: 20px;
	background-color: #D1DBBD;
	margin-left: 0;
	padding-left: 5px;
	padding-right: 5px;
}

div#rightcolumn li
{
	margin-left: 0;
	padding-left: 0px;
	border: none;
	list-style: none;
}


div.threecolrow 
{
	margin: 0; 
	padding: 0; 
	width: 900px;
	background-color: #ffffff;
}

div.threecol 
{
	background-color: #ffffff;
	float: left; 
	width: 290px; 
	margin: 0; 
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	border-top: dotted 1px #999;
}

div.threecol h1
{
	border-bottom: none;
	line-height: 28px;
}

div.threecolmid
{
	width: 288px; 
	border-left: dotted 1px #999;
	border-right: dotted 1px #999;
}

div#prefooter 
{
	text-align: center;
	clear: both; 
	background-color: #ff0000;
} 


div#footer 
{
	text-align: center;
	clear: both; 
	background-color: #97C991;
	color:#666;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
} 


h1
{
	font-size: 24px;
	font-weight: bold; 
	line-height: 28px;
}

h2
{
	padding-top: 5px;
	font-size: 20px;
	font-weight: bold; 
	line-height: 24px;
}

h3
{
	font-size: 16px;
	font-weight: bold; 
}

h3
{
	font-size: 14px;
	font-weight: bold; 
}

h4
{
	font-size: 14px;
	font-weight: normal; 
}

p
{
	font-family: 12px;
	font-weight: normal;
}

ul li
{
	list-style-type: none;
}

ul
{
	list-style-type: none;
	padding-bottom: 5px;
}

ol
{
	padding-bottom: 5px;
}

A:link 
{
	text-decoration:none;
}
A:visited {color: #660066;}
A:hover 
{
	text-decoration: underline;
}
A:active 
{
	color: red;
	text-decoration: underline;
}


p.pbox
{
	border: solid 1px #333;
	background-color: #9F9;
	margin-left:30px;
	margin-right: 30px;
	padding: 5px;
}

p.pbox ul li
{
	list-style-type:disc;
}

p.pbox ul li ul li
{
	list-style-type:circle;
}

div.yellowbox
{
	display: block;
	background: #FFF380;
	margin: 0px 40px 0px 30px;
	padding: 0px 40px 0px 40px;
	border: solid 1px #333;
}

blockquote 
{
	display: block;
	background: #FFF380;
	margin: 0px 40px 0px 30px;
	padding: 0px 40px 0px 40px;
	border: solid 1px #333;
}

blockquote:before, blockquote:after 
{
	color: #999;
	display: block;
	font-size: 400%;
}

blockquote:before 
{
	content: open-quote;
	margin-top: 30px;
	margin-left: -35px;
	height: 0px;
}

blockquote:after 
{
	content: close-quote;
	margin-left: 480px;
}

.current
{
	color: #ff0000;
	font-weight: strong;
}

ul.circle li
{
	list-style-type:circle;
	line-height:22px;
}

.signature
{
	color:#999;
}

.circle
{
	list-style-type:circle;
}

form 
{
background: #97C991;
border: thin solid #000000;
padding: 10px;
}

form.plain
{
background: #FFFFFF;
border: 0px;
padding: 0px;
}
