@charset "utf-8";
/* CSS Document */

A:link {color: #564A57; font-weight:bold; text-decoration:none;}
A:active {color: #564A57; font-weight:bold; text-decoration:underline;}
A:visited {color: #564A57; font-weight:bold; text-decoration:none;}
A:hover {color: #925069; font-weight:bold; text-decoration:underline;}
a img { border-style: none;}

body{background-color:#9cc;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;}
	 
h1{	font-size:14px;
	color:#033;
	margin-top:0;}

h2{ font-size:12px;
	color:#366;
	margin:-8px 0 -12px 0;}
/* FF specific */
html>/**/body h2 { margin:0 0 -6px 0; }
	
h3{ font-size:11px;
	color:#033;
	margin-bottom:-12px;}
/* FF specific */
html>/**/body h3 { margin-bottom:-6px; }
	
ul{ list-style-position:inside; list-style-type:square;}
blockquote { margin-top:-8px;}
/* FF specific */
html>/**/body blockquote { margin-top:2px; }

.PageWrapper{
	width:960px;
	border: #c99 dashed 2px;
	background-image:url(../images/groundcover.jpg); background-repeat:repeat;
	padding:6px;
	margin:24px 6px 6px 6px;
	text-align:left;}

.LogoPatch{
	width:240px;
	height:520px;
	float:left;
	margin:2px;
	padding:2px;
	border: #ffc dashed 1px;
	background-image:url(../images/LowerPatch.gif);
	background-position:bottom;
	background-repeat: no-repeat;}

/* FF specific  */
html>/**/body .LogoPatch{ height:520px; }

.LogoPatch ul{
	list-style-image:url(../images/bullet2.gif);
	list-style-position:inside;
	padding-left:0;
	margin-left:0;}

.Header{
	height:80px;
	width:700px;
	float:right;}
	
.ContentArea{
	float:right;
	width:700px;
	text-align:left;}

.credit{
	width:960px;
	text-align:right;
	padding:0 0 6px 6px;
	margin:0 0 0 12px;
	font-size:10px;}
	
/* FF specific  */
html>/**/body .credit{width:964px;}

.credit a {
	color:#666;}

.credit a:hover {
	color:#444;
	text-decoration:none;}
	
.GalleryContentArea{
	float:right;
	width:686px;
	text-align:left;
	margin:6px 0 6px 6px;
	padding:6px;
	border: #966 dashed 1px;}

.ImageBox{
	float:right;
	width:240px;
	margin:6px 0 6px 6px;
	padding:4px;
	font-size:10px;
	color:#636;
	background-color:#CCC;
	min-height:410px;}

/* FF specific  */
html>/**/body .ImageBox{ min-height:407px;}
	
.ImageText{
	margin: 4px;}

.TextBox{
	float:left;
	width:430px;
	margin:6px 2px 6px 0;
	padding:6px;
	border: #966 dashed 1px;
	color:#033;
	font-size:11px;
	background-color:#F2EEEE;
	min-height:399px;}
	
/* FF specific  */
html>/**/body .TextBox{ min-height:397px;}

.MiniTextBox{
	border:#cc6 dashed 2px;
	margin:2px 0 2px 0;
	padding:6px;
	color:#003;
	text-align:left;
	vertical-align:top;
	font-size:10px;
	clear:both;}
	
.Menu{
	color:#333;
	font-size:small;
	text-align:left;}
.Menu a { text-decoration:none;}

.Hide {
	visibility:hidden;}

.Highlight {
	background-color:#99c;
	font-weight:bold;
	font-variant:small-caps;
	font-style:italic;
	color:#333;
	padding:2px;}