/* General */

body
{
	position: relative;
	background: #666 url(bg1.gif) left top repeat-y;
	margin: 0;
	padding: 0;
	font: 62.5%/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

body * 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

a:link,
a:visited
{
	color: #576D3B;
	background-color: #F6FF97;
	padding: 1px 2px;
	text-decoration: none;
	border-bottom: 1px solid #96B566;
	border-right: 1px solid #96B566;
	white-space: nowrap;
}

a:hover
{
	position: relative;
	top: -1px;
	left: -1px;
	border-bottom-color: #738B4E;
	border-right-color: #738B4E;
	color: #485731;
}

a img 
{
	border: none;
}

#navigation h1 a,
#meeting h1 a,
/* Menu */

#navigation
{
	position: relative;
	width: 282px;
	font-size: 1.1em;
}

#navigation h1
{
	padding: 32px 0;
	height: 100px;
}

#navigation h1 a 
{
	width: 250px;
	height: 64px;
	padding: 0;
	background-color: transparent;
	border: none;
}

#navigation h1 a:hover 
{
	top: auto;
	left: auto;
}

#navigation ul
{
	font-size: 1.0em;
	margin: 0 0 0 18px;
	background: url(bg-nav.gif) left top repeat;
}

#navigation li
{
	padding: 1px 12px;
}

#navigation a
{
	color: #FFF;
	text-shadow: 2px 2px 1px #485731;
	
	padding: 0;
	background-color: transparent;
	border: none;
}

#navigation a:hover
{
	color: #F6FF97;
	font-weight: bold;
}

#navigation ul li img
{
	position: relative;
	top: 1px;
	vertical-align: baseline;
}

#navigation ul li.first-child
{
	background: url(bg-nav-cap-top-left.gif) left top no-repeat;
	padding-top: 8px;	
}

#navigation ul li.last-child
{
	background: url(bg-nav-cap-bottom-left.gif) left bottom no-repeat;
	padding-bottom: 8px;	
}

#meeting_nav
{
	position: relative;
	left: 122px;
	width: 160px;
	font-size: 1.1em;
	margin: 49px 0 11px;
	
}

#meeting_nav h1
{
	padding: 32px 0;
	height: 100px;
}

#meeting_nav h1 a 
{
	width: 250px;
	height: 64px;
	padding: 0;
	background-color: transparent;
	border: none;
}

#meeting_nav h1 a:hover 
{
	top: auto;
	left: auto;
}

#meeting_nav ul
{
	font-size: 1.0em;
	margin: 0 0 0 18px;
	background: url(bg-nav.gif) left top repeat;
}

#meeting_nav li
{
	padding: 1px 12px;
}

#meeting_nav a
{
	color: #FFF;
	text-shadow: 2px 2px 1px #485731;
	
	padding: 0;
	background-color: transparent;
	border: none;
}

#meeting_nav a:hover
{
	color: #F6FF97;
	font-weight: bold;
}

#meeting_nav ul li img
{
	position: relative;
	top: 1px;
	vertical-align: baseline;
}

#meeting_nav ul li.first-child
{
	background: url(bg-nav-cap-top-left.gif) left top no-repeat;
	padding-top: 8px;	
}

#meeting_nav ul li.last-child
{
	background: url(bg-nav-cap-bottom-left.gif) left bottom no-repeat;
	padding-bottom: 8px;	
}


/* Main Content */

#content 
{
	position: absolute;
	top: 0;
	left: 318px;
	width: 394px;
}

p, ul
{
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1.0em;
}

ul p 
{
	font-size: 1.0em;
}

p strong
{
	color: #262D19;
}

#content h1
{
	margin: 49px 0 11px;
	/*height: 36px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
}

#content h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
}

#content table {
	border:1px solid #000000;
	padding:20px;
}

#content td, th{
	background:white;
	color:black;
	border-bottom:1pt solid #000000;
	padding:3px;
}

#meetings_list #content
{
	border: none;
	width: 600px;
}

#newsletter #content
{
	clear: both;
	float: none;
	position: relative;
	top: 3px;
	left: 20px;
	width: 700px;
	color: #000000;
	background-color: #FFFFFF;
}

#short_p
{
	width: 420px;
}

#pcaalogo
{
	position: absolute;
	clear: both;
	top: 3px;
	left: 33px;
	width: 200px;
	height: 91px;
	background: url(pcaa.gif) left top no-repeat;
}

#where
{
	position: absolute;
	top: 380px;
	left: 122px;
	width: 160px;
	height: 242px;
	background: url(where2.jpg) left top no-repeat;
}


/* Footer */

#footer  
	{
	position: relative;
	margin: 49px 0 11px;
	/*left: 295px;*/
	width: 420px;
	/*height: 40px; */
	float: left;
	/*top: 100px;*/
	right: auto;
	bottom: auto;
	}

#footertext  
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	}

#book_quote
{
font-size: 8px;
}

