body
{
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #060;
	background-color: white;
}

#mainbody
{
	width: 900px;
	border-top: 1px solid #96c895;
	border-left: 1px solid #96c895;
	min-height: 550px;
	margin: 0;
	background-color: white;
}

#logo
{
	height: 110px;
	text-align: left;
	background: url("/images/site/logo2.png") white no-repeat;
}

#logline
{
	float: right;
	font-size: 9pt;
	color: #686;
	margin: 92px 5px 0 0;
}

#logline a, #logline a:visited
{
	color: #060;
	text-decoration: none;
}

#logline a:hover
{
	color: red;
	text-decoration: none;
}

#content
{
	color: #464;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	line-height: 1.4em;
	margin-left: 150px;
	background-color: white;
}

#content h1
{
	color: #060;
	font-size: 16pt;
}

#content table a, #content table a:visited
{
	font-weight: normal;
	color: #029025;
	text-decoration: none;
}

#content table a:hover
{
	color: red;
	text-decoration: none;
}

.imgr
{
	float: right;
	margin: 0 10px 10px 20px;
}

.imgl
{
	float: left;
	margin: 0 10px 10px 0;
}

#content a, #content a:visited
{
	color: #084;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover
{
	color: red;
	text-decoration: underline;
}

/* Copyright bar */

#sitecopyright
{
	color: #9b9;
	text-align: right;
	font-size: 7pt;
	width: 901px;
	height: 19px;
	padding: 3px 0 0 0;
	background: url("/images/site/copybg.png") no-repeat white;
	margin: 0;
}

#sitecopyright a, #sitecopyright a:visited
{
	color: #9b9;
	text-decoration: none;
}

#sitecopyright a:hover
{
	color: #444;
	text-decoration: underline;
}


/* Menu Buttons */

#menu
{
	float: left;
	text-align: left;
	margin-top: 10px;
	width: 150px;
}

.menu1, .menu1sel
{
	height: 39px;
	margin-top: 1px;
	padding: 12px 0 0 10px;
	text-align: left;
	color: #060;
	font-size: 9pt;
	font-weight: bold;
	background: url("/images/site/button.jpg") no-repeat white;
}

.menu1
{
	color: #060;
}

.menu1sel
{
	color: #000;
}

.menu1:hover, .menu1sel:hover
{
	background: url("/images/site/buttonh.jpg") no-repeat white;
	cursor: pointer;
}

.menu1 a, .menu1 a:visited
{
	color: #060;
	text-decoration: none;
}

.menu1sel a, .menu1sel a:visited
{
	color: #000;
	text-decoration: none;
}

.menu1 a:hover, .menu1sel a:hover
{
	color: #800;
}

/* Meeting attendance styles */

.meet0
{
	color: #666;
	font-weight: normal;
}

.meety
{
	color: #060;
	font-weight: bold;
}

.meetm
{
	color: #a67a06;
	font-weight: bold;
}

.meetn
{
	color: #900;
	font-weight: bold;
}

#errormessage
{
	border: 2px solid red;
	background-color: #ff8;
	color: red;
	font-size: 9pt;
	padding: 10px;
}

