#main { width: 90%;
		margin: 0px auto;
		margin-bottom: 3em; }

#logo {
	text-align: center;
	background-color: #0099FF;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	padding: 0ex;
}

#nav1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #c1c1c1;
	border-bottom: 1px solid #000000;
	padding: 1px;
	margin-bottom: 3ex;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-left: 1px none #d0d0d0;
	color: #000000;
	top: auto;
}

#nav2 {
	text-align: center;
	background-color: #f5f5d4;
	border: 1px solid #d0d0d0;
	font-size: 13px;
	padding: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftcol
{
  float: left;
  width: 40%;
}

#rightcol
{
  margin-left: 45%;
}

body {
	font-family: georgia, palatino, times, serif;
	font-size: 15px;
	background-color: #fff;
}


/*
 * Set the link colors and suggest no underlining
 */
a:link    { text-decoration: none; }
a:active  { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: underline; color: #ff0000; }
a:link	  { color: #000080; background-color: transparent; }
a:active  { color: #800000; background-color: transparent; }
a:visited { color: #000080; background-color: transparent; }

#nav1 a:link    { text-decoration: none;  color: #0000CC;}
#nav1 a:active  { text-decoration: none;  color: #0000CC; }
#nav1 a:visited { text-decoration: none;  color: #0000CC; }
#nav1 a:hover   { text-decoration: underline; color: #000CC0; }

div.footer {
	font-family:		verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #c1c1c1;
	border: 1px solid #d0d0d0;
	font-size: 12px;
	padding: 3px;
	margin-top: 2em;
	clear: both;
	vertical-align: top;
}

h1 {
	color: #404040;
}

hr {
	color: #c8c8E8;
	/*border: 1px solid #808080;*/
	margin: 0.5ex;
}

hr.news {
	color: #8888E8;
	background-color: #8888E8;
	border: 0;
	width: 50%;
	height: 1px;
	margin-top: 1.5ex;
}

.smaller
{
font-size: 0.9em;
}

span.underline
{
	text-decoration: underline;
	width: auto
}

td.spacer
{
	padding-bottom: 4ex;
}

td.groupname
{
	font-weight: bold;
}

#register { float: right; }
#path { text-align: left; }
