body
{
	margin: 0px;
	padding: 0px;
	background: #fff url(images/glffc-background.gif) repeat-y 0 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333;
}

img { border: none; }

/* ---( text )------------------------------- */
a
{
	text-decoration: none;
	font-style: normal;
}

a:hover { color: #7f9dbd; }

p
{
	margin: 1em 0 1em 0;
	padding: 0;
}

h1
{
	font-size: 150%;
	font-family: verdana, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	color: #01664E;
	margin: -.5em 0 1em 0;
}

.welcome
{
	font-size: 160%;
	font-family: verdana, sans-serif;
}

h2
{
	font-size: 125%;
	font-variant: small-caps;
	font-weight: none;
	color: #333;
	margin: 1em 0 1em 0;
	border-bottom: 1px solid #ddd;
}

h3
{
	font-size: 100%;
	margin: 0 0 -.5em 0;
	color: #01664e;
}

h4
{
	font-size: 96%;
	font-weight: bold;
	margin: 0;
}

abbr, acronymn, .popup
{
	font-style: normal;
	border-bottom: 1px dotted;
}

strong { font-weight: bold; }

.italic
{
	color: #666;
	font-size: 10px;
	font-style: italic;
}

.bitalic
{
	color: black;
	font-size: 96%;
	font-style: italic;
}

.redbold
{
	color: red;
	font-weight: bold;
}

/* ---( top )------------------------------- */
#wrap
{
	position: relative;
	margin-left: 15px;
	width: 760px;
}

#logo
{
	background: #FFF url(images/logo-background.gif) no-repeat;
	height: 165px;
	padding: 0;
	margin: 0;
}

#nav
{
	position: relative;
	margin: 0px;
	padding: 0 0 0 10px;
	height: 45px;
	background: url(images/menu-background.gif) no-repeat;
}

#nav li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a:link, #nav a:visited
{
	float: left;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	margin: 4px 12px 0 12px;
	padding-bottom: 2px;
	text-decoration: none;
	border: none;
	color: #fff;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover
{
	border-bottom: 4px solid #ccc;
	padding-bottom: 2px;
	color: #fc6;
}

/* ---( side column )----------------------------- */
#side
{
	position: absolute;
	top: 210px;
	left: 5px;
	width: 187px;
	color: #ddd;
}

#sidebox
{
	position: relative;
	top: 10px;
	margin: 0 0 15px 0;
	padding: 2px;
	font-size: 88%;
	line-height: 1.5em;
	color: black;
	background: #ddd;
	border: 2px solid white;
}

#sidebox a:link, a:visited
{
	text-decoration: none;
	color: #01664e;
}

#sidebox a:hover { color: black; }

#sidebox h3
{
	font-size: 100%;
	padding: 0 0 4px 4px;
	margin: 0 0 8px 0;
	color: #01664e;
	border-bottom: 1px solid #999;
}

#sidebox h4 { padding: 0 4px 0 4px; }
#sidebox p { padding: 0 4px 0 4px; }
#sidebox .bitalic { padding: 0 4px 0 4px; }
#sidebox .rtlink { text-align: right; }
#sidebox .center { text-align: center; }


/* ---( date box )----------------------------- */
#date
{
	position: absolute;
	top: 182px;
	right: 15px;
	width: 518px;
	font-size: 88%;
}

#date div.row { clear: both; }

#date div.row span.datel
{
	float: left;
	width: 49%;
	text-align: left;
}

#date div.row span.dater
{
	float: right;
	width: 49%;
	text-align: right;
}

/* ---( main column )----------------------------- */
#main
{
	margin: 0px 10px 20px 225px;
	padding-top: 18px;
	text-align: left;
	color: black;
	border: 0px;
}

#main a:link, a:visited
{
	text-decoration: none;
	color: #01664e;
}

#main a:hover { color: black; }
#main .photobox
{
	border: 1px black solid;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	padding: 5px 5px 0 5px;
	font-size: 88%;
	text-align: center;
	background-color: #CC9;
}


#main .left
{
	position: relative;
	float: left;
	margin: 5px 10px 5px 0px;
}

#main .right
{
	position: relative;
	float: right;
	margin: 5px 0px 5px 10px;
}
#main .specialpic
{
	position: relative;
	float: left;
	margin: -10px 10px 0px 0px;
}

#main .center { text-align: center; }
#main ul
{
	margin: 0px;
	padding: 0 0 0 1.5em;
}

/* ---( tables )----------------------------- */
#formbox
{
	width: 450px;
	background-color: #cc9;
	border: 1px solid black;
	padding: 5px;
}

div.row
{
	clear: both;
	padding-top: 10px;
}

div.row span.forml
{
	float: left;
	width: 29%;
	text-align: right;
	padding-top: 4px;
}

div.row span.formr
{
	float: right;
	width: 69%;
	text-align: left;
}

#tablebox
{
	width: 450px;
	background-color: #cc9;
	border: 1px solid black;
	padding: 5px;
}

div.row span.tabl
{
	float: left;
	text-align: left;
}

div.row span.tabend
{
	float: right;
	text-align: right;
}

#tabbox { width: 100%; }
.spacer { clear: both; }
div.row hr
{
	border-bottom: #ddd;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

/* ---( footer )----------------------------- */
#footer
{
	position: relative;
	top: 50px;
	left: 225px;
	width: 515px;
	font-size: 9px;
	color: #666;
	text-align: center;
	border-top: 1px solid #ddd;
}

#footer .tmac
{
	position: relative;
	margin-top: 5px;
	margin-right: 5px;
	float: right;
}
