﻿body
{
	font-family: Trebuchet MS;
	font-size: small;
	background-image: url(../Images/bkgd_Page.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

td
{
	font-family: Trebuchet MS;
	font-size: small;
}

.category
{
	font-family: Trebuchet MS;
	font-size: medium;
	color: White;
	font-weight: bold;
	background-image: url(../Images/bkgd_Categories.jpg);
	background-repeat: repeat-x;
	background-color: White;
	border: solid 1px #999999;
	line-height: 25px;
	height: 25px;
	text-align: center;
}

.centerspace
{
	width: 700px;
	margin: 0 auto;
}

#header
{
	margin: 0 auto;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(../Images/bkgd_Header.jpg);
	background-color: #ffffff;
	background-position: 0px -40px;
	height: 90px;
	line-height: 90px;
	text-align: left;
}

#menu
{
	visibility: hidden;
}

#content
{
	width: 100%;
	text-align: left;
}

#fullcontent
{
	width: 100%;
	text-align: left;
}

#right
{
	visibility: hidden;
}

.quote
{
	font-family: Trebuchet MS;
	font-size: small;
	margin: 10px;
	padding: 5px;
	border: solid 1px #999999;
	text-align: left;
}

h1
{
	font-family: Tahoma;
	font-size: large;
	color: Black;
}

h2
{
	font-family: Tahoma;
	font-size: medium;
	color: Black;
}

h3
{
	font-family: Tahoma;
	font-size: small;
	color: Black;
}

p
{
	font-family: Trebuchet MS;
	font-size: small;
	color: Black;
	text-indent: 20px;
	text-align: justify;
}

#right p
{
	visibility: hidden;
}

.smallfont
{
	font-family: Verdana;
	font-size: x-small;
}

.warning
{
	font-family: Trebuchet MS;
	font-size: medium;
	border: solid 1px black;
	padding: 5px 5px 5px 55px;
	margin: 10px;
	background-image: url(../Images/bkgd_Warning.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	height: 40px;
	text-align: left;
	line-height: 30px;
}

a
{
	color: Blue;
	padding: 2px;
	text-decoration: underline;
}

.divide
{
	border-bottom: solid 1px #CCCCCC;
}

.categorylist
{
	list-style: none;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
}
.categorylist li
{
	font-family: Verdana;
	font-size: x-small;
	margin: 3px;
	padding: 2px;
	border-bottom: solid 1px #EEEEEE;
}

.pagelist
{
	list-style: none;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-indent: 0px;
}
.pagelist li
{
	font-family: Verdana;
	font-size: x-small;
	margin: 3px;
	padding: 3px;
	border-bottom: solid 1px #EEEEEE;
}

.listtitle
{
	font-weight: bold;
	border: solid 1px #999999;
	padding: 3px;
	background-image: url(../Images/bkgd_HelmItem.jpg);
}

.optionlist
{
	list-style: none;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-indent: 0px;
}
.optionlist li
{
	margin: 3px;
	padding: 3px;
	border-bottom: solid 1px #EEEEEE;
}

.imgTop
{
	width: 100%;
	height: 100px;
	background-image: url(../Images/img_Top.jpg);
	background-repeat: no-repeat;	
	margin: 0px;
	padding: 0px;
}

.imgHome
{
	width: 100%;
	height: 250px;
	background-image: url(../Images/img_Home.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.tagline
{
	font-family: Trebuchet MS;
	font-size: medium;
	color: White;
	line-height: 20px;
	padding: 5px 10px 5px 10px;
	margin: 0px auto;
	background-color: Black;
	text-align: left;
}

.smallfont
{
	font-family: Verdana;
	font-size: x-small;
}

.section 
{ 
	padding: 0px; 
	width: 200px; 
	float: left; 
	margin: 7px;
}

.question 
{
	font-family: Verdana;
	font-size: x-small;
	margin: 0px; 
	font-weight: bold; 
}
	
.answer 
{
	margin: 0px; 
}

.clear 
{ 
	clear: both; 
	margin: 0px; 
	padding: 0px; 
	height: 0px; 
}

.smallfont td
{
	font-family: Verdana; 
	font-size: x-small; 
}

.wizardheaders
{
	width: 480px;
	padding: 5px;
	border: solid 1px #000000;
	text-align: center;
	font-weight: bold;
	background-image: url(../Images/bkgd_PostTitle.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-size: x-small;
}

.wizardmenu
{
	width: 100px;
	padding: 0px;
}

.wizardcontent
{
	width: 480px;
	padding: 5px;
}

.adminMenu
{
	visibility: hidden;
}

.adminMenuItem
{
	margin: 5px;
	float: left;
}

