body
{
	display: block;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	font-family: Lucida Grande, Trebuchet MS, sans serif;
	font-size: .9em;
	background-image: url(gfx/content_bg.gif);
	background-repeat: repeat-x;
}

#masthead
{
	width: 100%;
	height: 109px;
	display: block;
	padding: 0;
	margin: 0;
	background-color: #8080FF;
	background-image: url(gfx/masthead_bg.gif);
	background-repeat: repeat-x;
	clear: both;
}

#footer
{
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	background-image: url(gfx/footer_bg.gif);
	background-repeat: repeat-x;
}

#footer td
{
	font-size: 10px;
	padding: 10px 0 0 25px;
	margin: 0;
}

.logo
{
	padding: 45px 0 0 0;
	color: #FFF;
	line-height: 1.5em;
}

.header
{
	color: #006;
	line-height: 1.15em;
	padding: 0 0 0 3px;
}

.leftcolumn { padding: 10px 0px 0px 20px; }
.rightcolumn { padding: 10px; }

#home
{
	width: 360px;
	line-height: 2em;
	font-size: .9em;
	padding: 0 0 20px 10px;
}

#sub
{
	font-size: .9em;
	padding: 3px 10px 20px 30px;
}

.nav_bg_05
{
	background-image: url(gfx/nav_bg_05.jpg);
	background-repeat: no-repeat;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; }

/* font sizes */
.bigger { font-size: 1.75em; }
.big { font-size: 1.5em; }
.medium { font-size: 1.2em; }
.small { font-size: .9em; }
.smaller { font-size: .7em; }
.bold { font-weight: bold; }
.drk_grn { color: #537D5C; }

/* links */
a:link, a:active
{
	color: #00F;
	text-decoration: underline;
}

a:visited, a:hover
{
	color: #009;
	text-decoration: none;
}

.homelink:link
{
	font-size: .7em;
	font-weight: bold;
	color: #696;
	text-decoration: none;
}

.homelink:active
{
	font-size: .7em;
	font-weight: bold;
	color: #696;
	text-decoration: none;
}

.homelink:visited
{
	font-size: .7em;
	font-weight: bold;
	color: #696;
	text-decoration: none;
}

.homelink:hover
{
	font-size: .7em;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

.pinkIn:link, .pinkIn:active, .pinkIn:visited, .pinkIn:hover
{
	font-size: .7em;
	color: #994A4A;
	text-decoration: none;
}

.pink:link, .pink:active, .pink:visited
{
	font-size: .7em;
	color: #994A4A;
	text-decoration: underline;
}

.pink:hover
{
	font-size: .7em;
	color: #994A4A;
	text-decoration: none;
}

.event
{
	border-color: #CCC;
	border-width: 0 0 1px 0;
	border-style: solid;
}