﻿body
{
	padding: 0px;
	margin: 0px;
	font-family: "lucida grande" , "lucida sans unicode" , helvetica, arial, sans-serif; /* font:100% Verdana, Arial, Helvetica, sans-serif; */
	width: 1000px;
	background-color: #cc9; /*  background-color: White; */ /*  background-color: #E1ECC0;   A lighht drab green */
}

#header
{
	height: 120px;
	width: 100%;
	background: #cc9;
	border-bottom: thin solid;
}

.PageTitle
{
	font-size: 1.6em;
	letter-spacing: .1em;
	height: 1.5em;
	margin-left: 11%;
	width: 92%;
	vertical-align: middle;
	color: navy;
	background: #cc9;
}


#leftcolumn
{
	float: left;
	width: 20%;
	height: 100%;
	background: #ffffcc;
}
#content
{
	vertical-align: top;
	float: left;
	width: 79%;
	padding-left: .05em;
	background-color: White; /*  background-color: #E1ECC0;   A lighht drab green */
}

#footer
{
	background: #A9BB6f; /* forestgreen; */
	clear: both;
	font-size: .8em;
	height: 1.6em;
	margin-left: 20%;
	width: 80%;
	text-align: center;
	color: white;
	vertical-align: middle;
}
/* ------ End main sections  */

#ARSReference
{
	color: navy;
	float: right;
	font-size: .8em;
	margin-right: 1%;
}

#LinkToTopOfPage
{
	float: right;
}

.headerText
{
	font-weight: bolder;
	font-size: 30px;
	color: Black;
	font-family: Garamond, Verdana, 'Times New Roman';
}

/*
TD.title
{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#33cccc,endColorStr=#0000ff);
} */

#Weather                  /*  Added Nov 2008 */
{
	float: right;
	margin: .8em 0em .8em .8em;
}

#LoginLink
{
	font-size: larger;
	color: #990000;
	font-style: italic;
}
#imgBook
{
	float: right;
	margin: .8em 0em .8em .8em;
}
#imgBottom
{
	clear: right;
	margin: .8em;
}

.ItemTemplateBackground
{
	background-color: #dcdcdc; /* a light grey */
}


.EditItemTemplateBackground
{
	background-color: #f0fff0; /* honeydew */
}

.InsertItemTemplateBackground
{
	background-color: #ffcc99;
}

.HelpDisplay
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: .8em;
	color: #9c0081;
}


.EmailHelpDisplay
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: .9em;
	color: Black;
}
.ValidationError
{
	background-color: yellow;
	font-weight: bolder;
	color: red;
}

.GridViewBackground /* a light grey */
{
	background-color: #dcdcdc;
}

.ImportantInstruction
{
	border-color: Black;
	color: silver;
	font-weight: bold;
	font-size: larger;
	background-color: transparent;
}
.RecentlyUpdated th  /* This is the table heading */
{
	font-family: Tahoma, sans-serif;
	line-height: 120%;
	font-size: large;
	font-weight: 600;
	vertical-align: middle;
	text-align: left; 
	color: #CC6650;
}

.RecentlyUpdated /* a table */
{
	font-weight:300; 
	background-color: transparent;
	font-size: medium;
	text-align: center;
	font-variant: normal;
	width:640px;
	border: black thin solid;
}

.RecentlyUpdated a:link, .RecentlyUpdated a:visited, .RecentlyUpdated a:active
{
	color: #000; text-decoration : underline;
}

.RecentlyUpdated a:hover
{
	text-decoration: underline;
	color: Purple;
	font-weight: bold;
}


.AdminPage th  /* This is the table heading */
{
	font-family: Tahoma, sans-serif;
	line-height: 120%;
	font-size: large;
	font-weight: 600;
	vertical-align: middle;
	text-align: left; 
	color: #CC6650;
}

.AdminPage /* a table */
{
	border-style:inset;
	font-weight:300; 
	background-color: transparent;
	font-size: medium;
	vertical-align: middle;
	font-variant: normal;
	width:640px;
	border: black thin solid;
}



.Weather
{
	color: Black;
	vertical-align: top;
}
.postcardInstructions
{
	font-family: "lucida grande" , "lucida sans unicode" , helvetica, arial, sans-serif;
	font-size: 15px;
	background-color: #F5F5DC;      /*  "Ivory = #FFFFF0   | Wheat=#F5DEB3  | Beige=#F5F5DC */
}

.postcard
{
	font-family: "lucida grande" , "lucida sans unicode" , helvetica, arial, sans-serif;
	font-size: 13px;
}
.PostageStamp
{
	border-width: 2px;
	display: inline;
}
.MemberNameList
{
	border-style: groove;
}
.EmailTitle
{display:inline;
 }
 .CenterText
 {	text-align: center;
}