﻿html, body, form
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body, form
{
	text-align: center;
	min-width: 800px;
	background-image: url(LinesBG2.jpg);
	background-repeat: repeat;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-size: 8pt;
}

a 
{
	color: #006600;
	text-decoration: none;
}

a:hover 
{
	color: #990000;
	text-decoration: underline;
}

a img
{
	border: none;
}

table 
{
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-size: 8pt;
}

h1 
{
	margin: 0px 0px 0px 0px;
	font-size: 14pt;
}

h2 
{
	margin: 0px 0px 0px 0px;
	font-size: 12pt;
}

h3 
{
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
}

#Container
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
	min-height: 100%;
	height: 100%;
	border-right: solid 2px #000000;
	border-left: solid 2px #000000;
}

#Header
{
	background-color: #cc6600;
	background-image: url(HeaderBG.jpg);
	background-repeat: repeat-x;
	height: 100px;
}

#HeaderLogo
{
	background-image: url(HeaderLogo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#Header h3
{
	color: #660000;
}

#Content
{
	background-color: #ffffff;
	background-image: url(HeaderSubLogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	text-align: left;
	vertical-align: top;
}

#Content td
{
	padding: 5px 10px 10px 165px;
}

#Footer
{
	background-color: #ca7d07;
	background-image: url(FooterBG.jpg);
	background-repeat: repeat-x;	
	height: 200px;
}

#Footer table 
{
	height: 200px;
}

#Footer table tr
{
	text-align: left;
	vertical-align: top;
}

#Footer table tr td 
{
	padding: 20px 20px 20px 20px;
}

#Footer table tr td h3 
{
	color: #cc9933;
}

#Footer table tr td a
{
	color: #330000;
}

#Footer table tr td a:hover
{
	color: #663300;
	text-decoration: underline;
}

#Footer .LinkSection
{
	padding: 3px 10px 10px 10px;
	line-height: 15px;
}

#Footer .BorderCell
{
	background-image: url(FooterSeparator.png);
	background-repeat: no-repeat;
	background-position: right;
}

#Footer .BorderCellRight
{
	background-image: url(FooterSeparator.png);
	background-repeat: no-repeat;
	background-position: left;
}

#Footer .Copyright
{
	background-image: url(FooterShamrock.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #663300;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

.TextBox 
{
	border: solid 1px #c0c0c0;
	background-color: #eeeeee;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-size: 8pt;
}

.Separator
{
	margin-top: 5px;
	border-top: dotted 1px #c0c0c0;
	padding-top: 5px;
}

.DarkGrayText 
{
	color: #666666;
}

.GreenText
{
	color: #006600;
}

#Photos img
{
	border: solid 1px #000000;
}
