﻿body
{
	margin: 0px;
	background-color: #333333;
	scrollbar-base-color: #6B6B6B;
}

img
{
	border: none;
}

a
{
	color: #C0C0C0;
}

hr
{
	height: 1px;
	color: #C0C0C0;
}

body, div, td
{
	font-family: Segoe UI, Arial;
	color: #C0C0C0;
	font-size: 12px;
}

input, select
{
	font-family: Segoe UI, Arial;
	color: #333333;
	font-size: 12px;
}

table.Menu
{
	width:100%;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}

a.MenuCell
{
	float: left;
	color: #FFFFFF;
	background-color: #6B6B6B;
	font-size: 12px;
	padding: 5px;
	letter-spacing: 1px;
	margin-left: 10px;
	text-decoration: none;
}

a.MenuCell:hover
{
	background-color: #C0C0C0;
	color: #333333;
}

a.Home
{
	text-decoration: none;
}

a.Home:hover
{
	text-decoration: underline;
}

div.HeadingHome
{
	letter-spacing: 1px;
}

div.Heading
{
	letter-spacing: 2px;
	text-align: center;
}

div.SubHeading
{
	letter-spacing: 2px;
	text-align: left;
	margin-bottom: 6px;
}

div.HalfPara
{
	height: 6px;
}

hr.Break
{
	margin-top: 8px;
	margin-bottom: 4px;
}

a.Thumb
{
	float:left;
	margin-left:9px;
	width:150px;
	height:100px;
	border: solid 1px #C0C0C0;
	padding: 4px;
	margin-bottom: 10px;
}

a.ThumbSmall
{
	float:left;
	margin-left:6px;
	width:120px;
	height:80px;
	border: solid 1px #C0C0C0;
	padding: 4px;
	margin-bottom: 10px;
}

a.Thumb:hover
{
	border: solid 1px #C0C0C0;
	background-color: #6B6B6B;
}

a.ThumbSmall:hover
{
	border: solid 1px #C0C0C0;
	background-color: #6B6B6B;
}

table.Content
{
	width: 900px; 
	height: 425px;
}

td.ContentLeft
{
	width: 335px; 
	height: 425px; 
	background-image: url(Images/Box_335_425.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
}

td.ContentLeftLarge
{
	width: 480px; 
	height: 425px; 
	background-image: url(Images/Box_480_425.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
}

td.ContentRight
{
	width: 545px; 
	height: 425px; 
	background-image: url(Images/Box_545_425.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}

td.ContentRightSmall
{
	width: 400px; 
	height: 425px; 
	background-image: url(Images/Box_400_425.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}

div.Content
{
	padding: 10px;
}

td.ContentGap
{
	width: 20px;
}

table.Popup
{
	margin: 15px;
	width: 625px; 
	height: 525px; 
	background-image: url(Images/Box_625_525.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}

td.Popup
{
	vertical-align: top;
	padding: 10px;
}

div.Popup
{
	width: 605px; 
	height: 505px; 
	overflow-y: auto;
}

div.PopupContent
{
	width: 585px;
}

table.FullImage
{
	margin: 15px;
	width: 820px; 
	height: 640px; 
	background-image: url(Images/Box_820_640.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}

ul.Question
{
	margin-left: 20px; margin-top: 8px; margin-bottom: 8px;
}

li.Question
{
	padding-top: 6px;
}

div.Question
{
	height: 20px;
	text-align:center; font-weight:bold;letter-spacing: 1px;
	padding-bottom: 18px;
}

div.Answer
{
	text-align:left;overflow:auto;height:350px;
}

div.ImageBorder
{
	padding: 4px;
	border: solid 1px #C0C0C0;
}

td.SiteMap
{
	text-align: left;
	padding-left: 15px;
	vertical-align:top;
}

div.SiteMapEntry
{
	padding-top: 5px;
	padding-left: 15px;
}

div.SiteMapEntryInner
{
	padding-top: 1px;
	padding-left: 15px;
}