﻿html
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #ffffff;	
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(Images/PrimaryHolder.png);
	background-repeat: repeat-x;
	text-align: center;
}
body.Plain
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: white;	
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
SUB
{
	font-size: 7pt;
}
DIV.Copyright
{
	padding-top: 10px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
SPAN.Copyright
{
	font-size: 6.5pt;
	color: #000000;
}
DIV.Counter
{
	font-size: 7pt;
	color: #000000;
	padding: 0px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
DIV.PrimaryHolder
{
	width: 100%;
	height: 100%;
	/*background-color: #CCFF99;*/
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url(Images/PrimaryHolder.png);
	background-repeat: repeat-x;
}
DIV.SecondaryHolder
{
	margin: 10px;
	width: 100%;
	background-color: #ffffff;
	text-align: left;
	padding: 0px;
	padding-bottom: 20px;
	min-width: 200px;
	max-width: 95%;
	min-height: 400px;
}
DIV.Title
{
	width: 100%;
	text-align: left;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: Transparent;
}
HR.Title
{
	font-size: 1pt;
	height: 3px;
	color: #2C8920;
	background-color: #2C8920;
	border: solid 3px #2C8920;
	width: 100%;
}
DIV.TitleCornerLeft
{
	width: 26px;
	height: 26px;
	float: left;
	background-color: #2C8920;
	background-image: url(Images/CornerLeft.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
DIV.TitleCornerRight
{
	width: 26px;
	height: 26px;
	float: right;
	background-color: #2C8920;
	background-image: url(Images/CornerRight.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
DIV.Menu
{
	width: 100%;
	text-align: left;
}
DIV.Content
{
	width: 100%;
	text-align: left;
}
DIV.Instructions
{
	margin: 10px;
	margin-top: 20px;
	font-size: 1.1em;
}
FIELDSET
{
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC00;
	margin-top: 20px;
	margin-left: 10px;
	padding: 10px;
	width: 90%;
}
LEGEND
{
	border: 1px solid #FFCC00;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.1em;
	color: #912400;
}
LABEL.Value
{
	font-size: 1.25em;
	width: 5000px;
}
SPAN.Value
{
	padding-left: 10px;
	font-size: 1.25em;
}
H2
{
	margin: 10px;
	margin-top: 20px;
	font-size: 1.1em;
	font-weight: bold;
}
A.title
{
	border: solid 0px white;
	cursor: pointer;
	text-decoration: none;
}
A.email
{
	cursor: pointer;
	color: Blue;
}
IMG.title
{
	border: solid 0px white;
}
.MainMenuHolder
{
	background-image: url(Images/MainMenuBG.png);
	background-repeat: repeat-x;
}
.MainMenu
{
	font-size: 12pt;
}
.SiteMap
{
	font-size: 9.5pt;
}
li.disk {
list-style-position: outside;
list-style-image: url(images/disk3d.png);
}
li.check {
list-style-position: outside;
list-style-image: url(images/check3d.png);
}
.bold
{
	font-weight: bold;
}
.normal
{
	font-weight: normal;
}
DIV.ImagePreviewInfoBox
{
	border: solid 1px goldenrod; 
	text-align: center; 
	vertical-align: middle; 
	background-color: #FFFFCC; 
	color: Black; 
	font-size: smaller; 
	font-weight: bold; 
	margin-top: 5px; 
	padding: 2px;
}