﻿body {
	margin: 0;
	padding: 0;
	background-color:#7BA2CE;
}

li	{
	margin-left: 3em;
}

.MergeFieldDefinition
{
	width: 90%;
	
}

caption 
{
	font-size:small;
}

h2, h3 {
	margin-top: 0;
	margin-left: 1em;	
	color: #901602;
}

ul	{font: Georgia, "Times New Roman", Times, serif;
}

h2	{font: 120% Georgia, "Times New Roman", Times, serif;
}

h3	{font: 100% Georgia, "Times New Roman", Times, serif;
}

form {
	margin: 0;
	padding: 0;
}

.ColWidth25pc
{
	width:25%;
}

p {
	font: 80%/1.8 Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0em ;
	line-height:normal;	
}

#wrapper {
	min-width: 400px;
	width: 100%;
}
#outer {
	border-left: 205px solid #21497B;  /* left column background */
	border-right: 200px solid #21497B; /* right column background */
	background-color: #FAFAFA;         /* center column background */
}
#inner {
	margin: 0;
	width: 100%; 
}
#header {
	background-color: #7BA2CE;    
	color: #901602;
	border-bottom: 1px dotted #CCCCCC;
	padding-top:0.1em;
}
#header h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	text-align: right;	
	margin-right: 1em;
}
#side1 {
	width: 200px;                      /* left column width */
	margin-left: -200px;               /* negative left column width */
	float: left;	
	position: relative;
	z-index: 10;
}
#side1 h3 {
	width: 190px;
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #621313;
	background-color: transparent;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
#side1 .txt {
	width: 190px;
	background-color: #FCF5F5;
	border: 1px inset #901602;
}

#side1 a:link, #side1 a:visited {
	text-decoration: none;
	color: white;
	background-color: transparent;
}
#side1 a:hover {
	color: red;
}
#side2 {
	width: 200px;                      /* right column width */
	margin-right: -200px;              /* negative right column width */
	float: left;
	position: relative;
	z-index: 11;
}
#side2 h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: white;
	background-color: transparent;
	margin-bottom: 0;
	margin-left: 0.3em;
	padding-bottom: 4px;
	padding-left: 0.2em;
}
#side2 p {
	padding-left: 10px;
}
.adbox {
	padding: 2px 4px 2px 6px;
	margin: 0 0.5em 10px 0.5em;
	border: 1px dotted #B1B1B1;
	background-color: #FFFFFF;
}
#content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
}
#content h1 {
	font: 130% Georgia, "Times New Roman", Times, serif;
	color: #901602;
	text-transform:capitalize;
	
}


#footer {
	background-color: #7BA2CE;
	width: 100%;
	position: relative;
	z-index: 13;
	border-top: 1px dotted #B1B1B1;
}
#footer p {
	padding-left: 1em;
	text-align: center;
}
.clear { 
	clear: both;
}

/* Mozilla bug workarounds */
#outer > #inner { 
	border-bottom: 1px solid transparent; 
}
#side1 {
	margin-right: 1px;
}
#side2 {
	margin-left: 1px;
}
#content {
	margin: 0 -3px 0 -2px;	
}

#helpContents
{
	padding:15px;
	
}

.helpList
{	
	margin-top:15px;
}

.helpTitle
{
	font-weight:bold;
	white-space: nowrap;
	text-transform:capitalize;
}


.gvCells td, .gvCells tr
{
	vertical-align:top;
	padding:15px 10px 15px 0px;
}

#HelpSport
{
	margin-bottom: 10px;
}
