body
{
	background-color: #003333;
	color: #eeeeee;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Helvetica, Arial, sans-serif; /*Garamond, "Times New Roman", serif;*/
        font-size: 11pt;
}

a, a:hover, a:active, a:link, a:visited{ color: #eeeeee; }

a:hover{ color: #ffffff; }

h1
{ 
	color: #eeeeee; 
	font-size: 14pt;
	font-weight: bold;
}

#pageDiv
{
	position:relative; 
	margin:auto; 
	width:778px; 
	height:100%
}

#pageTable
{
	background-color: #336666;
	text-align: left;
}

#headerRow
{
	height: 80px;
}

#spacerRow
{
	height: 20px;
}

#navigationRow
{
	background-color: #669999;
	text-align: center;
	height: 20px;
}

#footerRow
{
	text-align: center;
	font-size: 8pt;
	height: 40px;
}

#header
{
	background-image: url('images/style1/header.jpg');
	background-repeat: no-repeat;
	width: 702px;
}

#navigationDiv
{
	position: relative; 
	margin: auto; 
	width: 562px;
}

#topLeftCorner
{
	background-image: url('images/style1/topLeftCorner.jpg');
	background-repeat: no-repeat;
	width: 38px;
}

#topRightCorner
{
	background-image: url('images/style1/topRightCorner.jpg');
	background-repeat: no-repeat;
	background-position: 100% 0%;
	width: 38px;
}

#bottomLeftCorner
{
	background-image: url('images/style1/bottomLeftCorner.jpg');
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

#bottomRightCorner
{
	background-image: url('images/style1/bottomRightCorner.jpg');
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#leftNavigationEdge
{
	background-image: url('images/style1/leftNavigationEdge.jpg');
	background-repeat: repeat-y;
}

#rightNavigationEdge
{
	background-image: url('images/style1/rightNavigationEdge.jpg');
	background-repeat: repeat-y;
}

#spacerImage
{
	height: 500px;
	width: 1px;
}

.navigationLink, .navigationLink a
{
	background-image: none;
	font-size: .95em;
	width: 80px;
	height: 20px;
	float: left;
	text-decoration: none;
	color: #eeeeee;
	font-weight: normal;
}

.navigationLink a:hover, .navigationLink a:active, 
#currentLink a:hover, #currentLink a:link, #currentLink a:visited, #currentLink a:active 
{
	background-image: url('images/style1/navigationLink.jpg');
	font-weight: bold;
}

#currentLink
{
	text-decoration: underline;
}

.horizontalImageLeft
{
	width: 275px;
	border: 0px;
	float: left;
	margin-right: 20px;
	margin-top: 3px;
	margin-left: 110px;
	margin-bottom: 30px;
}

.horizontalImageRight
{
	width: 275px;
	border: 0px;
	float: right;
	margin-left: 20px;
	margin-top: 3px;
	margin-right: 110px;
	margin-bottom: 30px;
}

.verticalImageLeft
{
	height: 275px;
	border: 0px;
	float: left;
	margin-right: 20px;
	margin-top: 3px;
	margin-left: 180px;
	margin-bottom: 30px;
}

.verticalImageRight
{
	height: 275px;
	border: 0px;
	float: right;
	margin-left: 20px;
	margin-top: 3px;
	margin-right: 180px;
	margin-bottom: 30px;
}

.artworkRight
{
	text-align: right; 
	clear: both;
	font-style: italic;
}

.artworkLeft
{
	text-align: left;
	clear: both;
	font-style: italic;
}

.linkRow1
{
	color: #eeeeee;
	background-color: #888888;
}

.linkRow2
{
	color: #eeeeee;
	background-color: #777777;
}

.linkNameColumn
{
	width: 230px;
	font-weight: bold;
}

.linkColumn
{
	width: 250px;
}

.emphasis
{
	font-style: italic;
	font-weight: bold;	
}

label
{
	font-weight: bold;
}

.textbox
{
	width: 200px;
	color: #003333;
	background-color: #eeeeee !important;
}

.button
{
	width: 75px;
	color: #eeeeee;
	background-color: #225555;
	border-color: #669999;
}