﻿body  
{
   /*#	font-family: 'Swis721 BT'; 
   	#f6e6da;*/
   	font-family:Eras Medium ITC;
	font-size: 14px;
	background-color:Silver; 
}
a 
{
    color:#933a36;
    font-size:13px;
    font-family: 'Swis721 BT';
    font-weight:bold;
    text-decoration:underline;
}
.TitleText 
{
    font-size:18px;
    font-family:Eras Bold ITC;
    font-weight:normal;
    color:#933a36;
}
.BoldText 
{
    font-weight:bold;
    color:#933a36;
    font-family:Eras Bold ITC;
}
.BoldBlkText 
{
    font-weight:bold;
    color:black;
    font-family:Eras Bold ITC;
}
.BoldULText 
{
    font-weight:bold;
    text-decoration:underline;
    color:#933a36;
    font-family:Eras Bold ITC;
}
.BoldCntText 
{
    font-weight:bold;
    text-align:center;
    color:#933a36;
}
.Text 
{
    color:#933a36;
    font-family:Eras Bold ITC;
}
.TitleText a
{
    font-size:18px;
    font-weight:bold;
    color:#933a36;
}

.ImageLink
{
    border:inset; 
    border-color:Silver;
 }
.CenterDiv
{
    text-align:center;
}

#container {
 	border: 0px solid black;
	width: 750px;
}
#mainContent 
{
    height:975px;
	padding: 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../Images/WebLogo3.png);
	background-repeat:no-repeat;
}

#address {
    position:relative;
	left:310px;
	top:90px;
	width:210px;
	text-align:center;
	font-family:Eras Demi ITC;
	font-size:15px;
	color:#6d6766;
	color:#933a36;
}

#Header {
    position:relative;
	left:65px;
	top:100px;
	width:665px;
	font-weight:bold;
	font-size:19px;
}
#Footer {
    position:relative;
	left:10px;
	top:92px;
	width:700px;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	color:Gray;
}
#Footer a {
	color:Gray;
}

#TabStrip {
    position:relative;
	left:10px;
	top:130px;

}

#Content {
    position:relative;
	left:10px;
	top:130px;
	width:680px;
    height:690px;
	padding:20px;
	text-align:justify;
	background-image: url(../Images/ContentBack.png);
	background-repeat:no-repeat;
	/*border:inset 2px green;
	*/
}

#subContent2 {
	padding:10px;
	text-align:justify;
	border:inset 7px red;
	
}

