﻿body 
{
	background : url(images/background.jpg) repeat;
	font-family : Sylfaen Times New Roman Tahoma  Arial ;
	color: #3F2701;
}

.myContent
{
	background-color : #E9DFC6;
	border: solid 2px #2B1700;
	margin: 50px  50px 50px 50px ;
	width: 720px;
}

.myContent2
{
	background-color : #E9DFC6;
	border: solid 2px #2B1700;
	margin: 10px;
	
	width: 600px;
	
}

.myContentLetterHead
{
	background-color : #E9DFC6;
	border: solid 2px #2B1700;
	margin: 15px ;
	width: 720px;
}

.myHeader
{
	background-color : #CDBF9A;
	width: inherit ;
	background-image : url(/images/header.jpg);
	height:250px;
}

.myHeaderLetterHead
{
	background-color : #CDBF9A;
	width: inherit ;
	background-image : url(/images/NewsLettweHeader.jpg);
	height:73px;
	border-bottom : solid 2px #3F2701;
}

.footer
{
	background-color:#CDBB93;


	FONT-SIZE: xx-small; 
	TEXT-ALIGN: center; 
	
	width:inherit  ;
	
	
	padding : 20px 75 10px 75px ;
	border-top: solid 1px #3F2701; 
}

.footer a
{
	text-decoration : none;
	font-weight: bold ; 
	color:#3F2701;
}

.nav
{
	padding: 10px 10px 10px 10px;
	/*background:url(/images/navbg.jpg) repeat;*/

	background-color : #C9BD97;
	border-bottom : solid 2px #3F2701;
	border-top : solid 2px #E8DBB1;

	height: 25px;

	vertical-align :middle  ;
	font-size : x-small; 
	font-weight : bolder ;
}

.nav form ul
{
	
	/*float:right;*/
	padding:0px;
        margin: 0px;
        /*width: 600px;*/
        height: 25px;
}
.nav form ul li
{
	padding : 5px;
	margin : 1px 0px 0px 0px;
	list-style-type : none;
	float: left; 
	text-align : right ;
	vertical-align :baseline  ;
}

.nav  form ul li a
{
	text-decoration: none;
	color:#3F2701;
	font-weight : bolder ;
}
.sbLi
{
	padding : -10px 0px 10px 0px;
}

.searchBox
{
	font-size : x-small; 
	text-align : right ;
	margin: 0px 0px 60px 0px;
}

.pageBody
{
	width:inherit ;
	margin: 15px 15px 15px 15px;
	font-size :x-small ;
	
}

.pageBody h2
{
	font-size: medium ;
}

.eventTable tr td
{
	padding: 3px;
}

.eventTable a
{
	text-decoration:none;
	color:#3F2701;
	font-size: small;
}




.mainForm ul
    {
        list-style-type: none ;
        
    }
    
.mainForm li
   {
        width: 300px;
    }
.mainForm li a
    {
        text-decoration: none;
        margin: 10px 10px 10px 10px;
        font-size: small;
    }
    
    .myText
    {
        height:20px;
        float:left;
        font-size: small;
    }
    
    .dataEntry
    {
        float: right;
        font-size: small;
    }
    
    .validationSummary
    {
        float:right;
        width: 250px;
        padding: 0px 50px 0px 0px ;
        font-size: small;
    }
    .mainForm
    {
        float:left;
        width: 300px;
        padding: 0px 0px 0px 0px ;
    }
    
    .tt
    {
		font-size:xx-small;
		font-family:arial;
    }