﻿body
{
	margin				: 0;
	padding				: 0;
	/*background			: #FFF url(../images/a.png) 0 0 no-repeat fixed;*/
}

a { text-decoration: none; }

img { border: none; }


#Header
{
	position				: fixed;
	z-index				: 1;
	top					: 0;
	width					: 100%;
   text-align        : center;
}

#TitleNavBox
{
	background			: #000;
	padding				: 8px 0 0.9em;
}

#Fader
{
	position				: static;
	top					: 8.6em;
	left					: 0;
   width					: 100%;
	height				: 40px;
	border				: none 2px #F00;
	background			: url(../images/black-trans_grad.png);
}

#Nav
{
	position				: relative;
	top					: 0;
   width             : 100%;
   margin				: 10px;
   padding				: 0;
   list-style-type	: none;
}

#Nav a
{
	text-decoration	: none;
	font-family			: "American Typewriter", "Courier New", monospace;
   font-size			: 1.2em;
	color					: #0F0;
}

#Nav a:hover
{
	color						: #FFF;
	font-style				: italic;
	font-weight				: bold;
	/*background			: transparent url(shell-wash.jpg) 0 0 no-repeat fixed;*/
}

#Nav li { display: inline; }

#Nav li ul
{
   display              : none;
   position             : absolute;
   top						: 1em;
   width                : 100%;
   text-align           : center;
   margin					: 0;
   padding					: 0.6em 0 0;
}

#Nav li:hover ul
{
   display              : block;
}

#Body { position: absolute; top: 115px; margin-top: 4em; left: 0; right: 0; }

#Copyright
{
	text-align			: center;
	font					: x-small Verdana, sans-serif;
	margin				: 20px 0;
}

div.ContentBox
{
	margin				: 20px;
	text-align			: justify;
	color					: #000;
	padding				: 10px;
	border				: solid 2px #2AC600;
	font-family			: "Lucida Grande", Arial, sans-serif;
	background			: #DFF7D9; /*url(../images/a.png) 0 0 no-repeat fixed;*/
}

div.ContentTitle
{
	display				: block;
	background			: #2AC600; /*url(../images/a.png) 0 0 no-repeat fixed;*/
	padding				: 2px 5px;
	margin				: -10px -10px 0;
	font-size			: 1.1em;
}

div.Content
{
	margin-top			: 20px;
	font-size			: 0.8em;
}

a.BlockLinkTitle
{
	display				: block;
	background			: #2AC600;
	color					: #000;
	font					: 1.1em "Lucida Grande", Arial, sans-serif;
	margin				: 20px 0 0;
	padding				: 2px 10px;
}

a.BlockLink
{
	display				: block;
	background			: #DFF7D9;
	color					: #000;
	font					: 0.8em "Lucida Grande", Arial, sans-serif;
	margin				: 0 0 20px;
	padding				: 10px;
}

div.HoverBox { width: 50%; margin: 0 auto; }
div.HoverBox:hover .BlockLinkTitle { background: #3BD711; }
div.HoverBox:hover .BlockLink { background: #D0FFC3; }

div.Error
{
	margin		: 20px;
	padding		: 10px;
	text-align	: center;
	font-family	: "Lucida Grande", Arial, sans-serif;
	background	: #FFBC3A;
	border		: solid 1px #F00;
}

div.Error h4
{
	margin-top	: 0;
}

.b { font-weight: bold; }

.i { font-style: italic; }

.larger { font-size: larger; }

.red { color: red; }

.centre { text-align: center; }

.floatRight { float: right; margin-left: 15px; }
