﻿/* #d8bfd8 = light pink */
/* #800000 = dark maroon used for text */
/* #a58ca5 = dark purple backgroud */
/* #d8bfd8 = light purple background */
/* #7ce084 = error background */
body
{
	background-image: url('images/mainheader.gif');
	text-align: center;
}
.MenuStyle
{
	text-align:center;
}
.menuheaderStyle
{
	color: #800000;
	background-color: #d8bfd8;
}
.Section
{
    font-size: large;
    font-weight: bold;
}
.SectionTitle
{
    font-size: large;
    font-weight: bold;
    background-color: #d8bfd8;
    text-align:center;
    padding-right: 16px;
    padding-left: 16px;    
}
.GroupTitle
{
    font-size: large;
    font-weight: bold;
    background-color: #a58ca5;
}
.style1
{
    width: 100%;
	text-align:left;    
}
.style2
{
	width: 183px;
	vertical-align: top;
}
.MainTable
{
	width: 800px;
}
a:link
{
	color:#800000;
	text-decoration: none;
}
a:visited
{
	color:#800000;
	text-decoration: none;
}
a:active
{
	color:Red;
	text-decoration: none;
}
a:hover
{
	color:Red;
	text-decoration: none;
}
.headerfont 
{
	font-size: xx-large;
	font-family: "Eras Medium ITC";
}
#headerstyle
{
	text-align: center;
	width: 978px;
	padding: 10px;
	border: 1px dotted #725972;
	background-image: url('images/mainheader.gif'); 
/*	background-color: white; *//*#CCCCFF;*/ /*#fff;*/
	background-repeat: repeat;
	background-attachment: scroll;
}
.TextInput
{
	background-color: White;
	font-family: Times New Roman;
	font-size: medium;
	text-align: left;
	color: Black;
	margin-left: 0px;
}
.ErrorBox
{
	background-color: #7ce084;
	font-family: Times New Roman;
	font-size: medium;
	text-align: left;
	color: Black;
	width: 595px;
	border-width: 1px;
	border-color: Black;
}
.mainarea
{
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-image: url('images/background.gif'); 
}
.mainarea2
{
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-image: url('images/background.gif'); 
	text-align: left;
}
.MessageBox
{
	background-color: #7ce084;
	font-family: Times New Roman;
	font-size: medium;
	text-align: left;
	color: Black;
	width: 400px;
	border-width: 1px;
	border-color: Black;
}
.PictureBox
{
	width: 80px;
	height: 80px;
	background-color: Gray;
}
.TableMain
{
	background-color: #d8bfd8;
	text-align: left;
}
.SmallText
{
	font-family:Verdana;
	font-size: 8pt;
}
.footer
{
	color:Black; 
	text-align:center;
}
.boldText
{
	color: #800000;
	font-weight: bold;
	padding-bottom:15px;
}
.italicsText
{
	color: #800000;
	font-style:italic;
	padding-right: 15px;
}

.underlinedText
{
	text-decoration: underline;
	color: #632e64; 
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom:10px;
}
        
.normalText
{
	color: #800000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom:5px;
}
.PageList
{
	font: arial;
	font-size: small;	
	color: #800000;
    background-color: #d8bfd8;
}
