BODY
{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0;
}

#title_area
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 121px;
	background : url(header.png) no-repeat;
}

#navigation
{
	position: absolute;
	top: 121px;
	left: 0;
	min-width: 200px;
	max-width: 200px;
	height: 333px;
	padding-top: 40px;
	z-index: 2;
	background : url(sidebar.png) no-repeat;
}

#navigation ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navigation li
{
	margin: 0;
}

#navigation  li A, #navigation li A:LINK, #navigation  li A:VISITED, #navigation li span
{
	border: 2px solid black;
	width: 174px;
	margin: 2px 10px;
	font-size: 14px;
	font-weight: bold;
	color: Black;
	display: block;
	padding: 3px;
	background: #e6e6e6;
	text-decoration: none;
}

#navigation  li A:HOVER
{
	color: Navy;
	background: #e0e0ff;
}

.menu_current
{
	background: #d0d0ff !important;
}

#content_outer
{
	position: absolute;
	top: 118px;
	left: 122px;
	width: 750px;
	min-height: 370px;
	display: block;
	padding: 15px 35px 15px 109px;
	border: 10px solid #d6d5d9;
	z-index: 1;
	background: #f0f0ff;
}

#content
{
	font-size: 12px;
	width: 100%;
	height: 100%;
}

.firstline
{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
}

.lastline
{
	text-align: center;
	padding: 2px;
	border-bottom : 1px dashed;
	border-top-style : dashed;
	border-top-width : 1px;	
}

span.ghostfish
{
	font-family: goudy Stout;
	text-transform: uppercase;
	font-size: 10pt;
}

span.alpha
{
	padding: 3px;
}

table
{
	border-collapse : collapse;
	border: 2px solid navy;
	max-width: 90%;
	min-width: 50%;
}

th
{
	border-bottom :3px double navy;
	background: #E0E0E0;
	font-size: 12px;
	padding: 2px 4px 2px 4px;
}

tr
{
	background: #F0F0F0;
	vertical-align: top;
}

tr.alt
{
	background: #F8F8F8;
}

td
{
	font-size: 12px;
	text-align: center;
	padding: 2px 4px 2px 4px;
}

tr.portfolio td
{
	text-align: left;
	border-bottom: 2px solid navy;
	width: auto;
	padding: 5px;
}

tr.login td
{
	text-align: left;
}

td.title
{
	text-align: left;
	font-weight: bold;
	width: 40%;
}

caption
{
	caption-side: bottom;
	font-size: 12px;
	color: #3C4A68;
}

dd
{
	padding-bottom: 4px;
}

A, A:LINK, A:VISITED, A:ACTIVE
{
	color: Navy;
	text-decoration: none;
	border: none;
}

A:HOVER
{
	color: blue;
	text-decoration: underline;
	background: #e0e0e0;
}

blockquote
{
	padding: 2px;
}

#content li
{
	margin: 5px 0 0 -20px;
}

div.firstpage
{
	font-size: 14px;
}

table.accreditations
{
	margin-left: 10px;
	margin-bottom: 50px;
}