body
{
	background: none #fff;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

h1
{
	font: normal 14px georgia, times, "times new roman", serif;
	color: #000;
	padding: 0;
	margin: 0;
	line-height: 130%;
}

.uc
{
	text-transform: uppercase;
}

.bold
{
	font-weight: bold;
	line-height: 160%;
}

.txt_c
{
	text-align: center;
}

.grey
{
	color: #837c70;
}

/* CONTAINER styles */
#container
{
	background: transparent;
	width: 800px;
	margin: 0;
	font: normal 11px georgia, times, "times new roman", serif;
	color: #161105;
	line-height: 140%;
}

#header, #content, #footer
{
	float: left;
	width: 800px;
	padding: 0;
}

/* HEADER styles */
#header
{
	background: #fff;
	height: 60px;
}

	#close p
	{
		display: none;
	}
	
	#logo
	{
		display: none;	
	}
	
	#print_logo
	{
		width: 800px;
		text-align: center;
	}

/* CONTENT styles */
#content
{
	background: #fff;
	height: 560px;
}

#cont_nav
{
	margin: 5px 0 0 0;
}

#picnav, #cont_body
{
	margin: 3px 0 0 0;
	float: left;
	width: 800px;
	text-align: center;
}

/* PICNAV styles */
#picnav
{
	display: none;
}
	
	#picnav
	{
		margin: 0;
		padding: 0;
	}
	
		#picnav p
		{
			margin: 0;
			padding: 0;
		}

#caption
{
	text-align: center;
	width: 800px;
	padding: 0;
	color: #000;
}

/* FOOTER styles */
#footer
{
	background: #fff;
	height: 20px;
}

/* NAV LINK styles */
a.menu:link, a.menu:visited, a.menu:hover, a.menu:active, a.here:link, a.here:visited, a.here:hover, a.here:active
{
	font: normal 12px georgia, times, "times new roman", serif;
	text-decoration: none;
	background-color: transparent;
}

a.menu:link, a.menu:visited
{
	color: #80796c;
	
}

a.menu:hover, a.menu:active, a.here:link, a.here:visited, a.here:hover, a.here:active
{
	color: #1a3364;
}

/* TEXT LINK styles */

a:link, a:visited, a:hover, a:active
{
	background-color: transparent;
	text-decoration: none;
}

a:link, a:visited
{
	color: #1a3364;
}

a:hover, a:active
{
	color: #113160;
}

a.wh:link, a.wh:visited, a.wh:hover, a.wh:active
{
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
