html, body { height: 100%; }
html, body, #nav, h1, h2
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;	
	background: #9cb65a url(images/nav_bg.gif) repeat-y;
}

/*---LAYOUT---*/
#container
{
	position: relative;
	top: 0;
	left: 0;
	width: 770px;
	height: 100%;
}

#left
{
	position: relative;
	top: -3px;
	left: 0;
	width: 197px;
}

#navbar
{
	position: absolute;
	top: 0;
	left: 28px;
	width: 169px;
	font-size: .7em;
	padding-bottom: 15px;
}

#navComments
{
	font-size: 8pt;
}
#navComments strong
{
	font-style: italic;
	font-weight: bold;
}

#ezine, #search, .box
{
	width: 155px;
	margin: 10px auto;
	border: 1px solid #363;
	background-color: #819B3F;
	padding-bottom: 5px;
}
#ezine form, #ezine form p, #search form, #search form p
{
	margin: 0;
}
#search
{
	text-align: center;
}

#navContent
{
	margin: 0 5px;
}

#right
{
	position: absolute;
	top: 117px;
	left: 198px;
	width: 572px;
}

#date
{
	width: 572px;
	height: 15px;
	font-size: .8em;
	text-align: right;
}

#header
{
	width: 562px;
	padding: 5px;
	background-color: #363;
}

#content
{
	background-color: #fff;
	width: 552px;
	padding: 10px;
	border-bottom: 1px solid #363;
}

#chrisNote
{
	float: right;
	padding: 3px;
	margin: 5px 0 5px 5px;
	width: 250px;
	font-size: .9em;
	font-style: italic;
	border: 1px solid #363;	
	background-color: #ebf6cd;
}

#quote
{
	text-align: right;
}

.quotation, .surveyBlock
{
	display: block;
	margin: 5px 35px 0 35px;
	padding: 3px;
	font-size: .9em;
	font-style: italic;
	border: 1px solid #363;	
	background-color: #ebf6cd;
}
.surveyBlock {
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
}

ul#nav
{
	border-bottom: 1px solid #363;
}

ul#nav li
{
	list-style: none;
	text-align: center;
	height: 20px;
}

ul#nav li a:link,ul#nav li a:visited
{
	font-size: 12px;
	color: #5D7322;
	text-decoration: none;
	padding: 0 4px;
	font-family: "comic sans ms";
}
ul#nav li a:hover, ul#nav li a:active
{
	color: #363;
	border: 1px solid #363;
	border-width: 0 1px 1px 0;
}

/* FONTS */
.stEm
{
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 9pt;
}

h1
{
	font-size: 24pt;
	color: #fff;
	font-family: "times new roman", serif;
}

h2
{
	font-size: 12pt;
	color: #ffff99;
}

h3
{
	font-size: 12pt;
}

.nameHighlight
{
	color: #363;
	font-weight: bold;
	font-style: italic;
}

.phraseEm
{
	color: #363;
	font-weight: bold;
	font-style: italic;
	font-size: 12pt;
}

.box {
	font-size: larger;
}

/*----- FORMS -----*/
#teleseminarFieldset {
	background-color: #CEDBAD;
	border: 1px solid #9CB65A;
}

/* RANDOM */
#navComments p
{
	margin: 4px 0;
}
#navComments hr
{
	height: 1px;
	background-color: #666;
	border: 0;
}

img.bdr {
	padding: 1px;
	margin: 0 7px;
	background-color: #819B3F;
	border: 1px solid #336633;
}

/* !!! */

#list
{
	font-size: 9pt;
	font-family: Verdana;
	background-color: #ebf6cd;
	border: 1px solid #363;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin: 0px;
}

#list li
{
	list-style: disc;
	margin-bottom: 3px;
}