/***************	SITEWIDE STRUCTURE	***************/

BODY
{	background-color: rgb(128,128,128);
	color: rgb(255.255.255);
	font-family: Verdana, Tahoma;
	margin: 20px 0px 50px 0px;
}
#Universe
{	position: relative;
	left: 50%;
	margin-left: -370px;
	width: 740px;
}
table { color: rgb(255,255,255); }

#Strapline { text-align: right; color: rgb(255,255,255); font-size: 14pt; padding-bottom: 5px; margin-top: 5px; }
#Main {  }
#Menu
{	background-image: url(menubg.gif);
	height: 35px;
	text-align: right;
}
#Menu a
{	display: block; float: right; height: 14px;
	background-color: rgb(128,128,128);
	border-top: 1px solid rgb(100,100,100);
	border-right: 1px solid rgb(100,100,100);
	padding: 10px 10px;
	color: rgb(255,255,255);
	text-decoration: none; text-align: center;
}
#Menu a:hover
{	background-color: rgb(100,100,100);
}
#PageContent, #PageMenu
{	padding-left: 19px;
	border-right: 1px solid rgb(100,100,100);
	border-left:  1px solid rgb(100,100,100);
	border-bottom:  1px solid rgb(100,100,100);
}
#PageContent { background-color: rgb(100,100,100); border-top: 0px solid rgb(100,100,100); }

#Content
{	background-color: rgb(126,146,114);
	background-image: url(contentbg.gif); background-repeat: no-repeat; background-position: bottom center;
	color: rgb(255,255,255);
	padding: 10px;
}

#PageMenu { background-image: url(menuendbg.gif); }

#PageMenu a
{	display: block; float: left;
	text-align: center;
	height: 51px; display: block;
	width: 100%;
	color: rgb(255,255,255); text-decoration: none;
	font-size: 7pt;
	padding-top: 10px;
}
#PageMenu td { background-color: rgb(126,146,114); background-image: url(buttonbg.gif); background-position: center center; }

#PageMenu a:hover
{	text-decoration: underline;
}
#MenuEnd
{	background-color: rgb(126,146,114);
}

/***************	SITEWIDE DEFNs		***************/

.small  { font-size: 8pt; }
.normal { font-size: 10pt; }
.large  { font-size: 14pt; }

br.all { clear: both; }
tr { vertical-align: top; }
EM { font-style: normal; font-weight: bold; }
form { display: inline; }
.stretch { line-height: 150%; }

h1 { margin: 0px; font-weight: bold; font-size: 11pt; }
h2 { margin: 0px; text-weight: bold; font-size: 10pt; }

p { margin: 5px 1px 10px; text-align: justify; }

a { color: rgb(255,255,255); text-decoration: underline; }
a:hover { text-decoration: none; color: rgb(230,230,230); }

img.main
{	margin: 10px;
	border:1px solid rgb(100,100,100);
}

address
{	font-style: normal;
	font-weight: bold;
}

/***************	SECTIONS			***************/

.frontSpecial
{	border: 1px solid rgb(20,120,20); padding: 4px;
}

.field .text { border: 1px solid #F0F2EE; background-color: #D8DDD2; width: 160px; }
.field .text:focus { background-color: #F0F2EE; }
.field button { background-color: #D8DDD2; }

td.legend { width: 120px; text-align: right; font-weight: bold; }