body
{
	font-family :  Tahoma, Verdana, Arial, sans-serif;
	font-size: 12pt;
	background-color : White;
	color: Black;
	margin : 0px 0px 0px 0px;
	text-align: center;
}

a img
{
	border: none;
}

/* ------------------------------------------------------------------------------------------------- */
/* The main areas of the page */

.content-box {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.top-logo {
	background: url("/images/top_logo.jpg") no-repeat left;
	width: 775px;
	height: 90px;
}

.top-menu {
	width: 775px;
	height: 40px;
	text-align: center;
	background: url("/images/top_menubar.gif") no-repeat top center;
}

.top-menu-holder {
	margin-top: 3px;
}

.top-menu-item {
	background: url("/images/menu_button.gif") no-repeat top center;
}

.top-menu-link {
	color: white;
	text-decoration: none;
	text-align: center;
	font-family : Verdana, Arial, sans-serif;
	font-size: 12px;	
}

A.top-menu-link:active, A.top-menu-link:hover {
	font-weight: bold;
}

.border-left {
	width: 15px;
	background: url("/images/border_left.gif") repeat-y top center;	
}

.border-right {
	width: 15px;
	background: url("/images/border_right.gif") repeat-y top center;	
}

.border-bottom {
	width: 775px;
	height: 20px;
	background: url("/images/border_bottom.gif") no-repeat top center;	
}


/* Main content area */

.content {
	font-family :  Tahoma, Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	width: 700px;
	margin-left: 25px;
	margin-top: 15px;	
}

H2 {
	width: 715px;
	font-family : Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: White;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 0px;
	background: url("/images/h2_background.gif") no-repeat center center;
}

.buttons {
	text-align: center;
}

.illustration {
	text-align: center;
	margin: 4px 4px 4px 4px;
}

.award {
	text-align: right;
	margin-top: 10px;
	vertical-align: bottom;
}

.newsletter-subscription
{
	width: 400px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #8B8F95;
	padding: 4px 4px 0px 8px;
}



.page-footer
{
	width: 775px;
	text-align: center;
	color : Navy;
	font-size : 7pt;
	margin-top: 4px;
	margin-bottom: 10px;
}

/* ------------------------------------------------------------------------------------------------- */
/* Special items */

.tour
{
	margin-left: 8px;
}

.tour-link
{
	text-align : right;
}

.screenshot
{
	text-align: center;
	margin: 4px 4px 4px 4px;	
}


/* other */

.signature
{
	text-align: left;
	font-style: italic;
	border-bottom: 1 dashed Gray;
}

