/* CSS Document */

body 
{
	background-color: #600038;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial;
	background-image: url(../../images/whiteBG02gif.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.headLinks 
{
	color: #3b3a3b;
	font-size: 11px;
	padding-top: 8px;
	margin-left: 24px;
}

.headLinks a 
{
	color: #600038;
	padding-left: 4px;
	padding-right: 4px;
}

.headLinks a:hover 
{
	color: #3b3a3b;
	text-decoration: none;
}

.LeftContainer
{
    font-family:Verdana;
}

p 
{
	padding-left: 18px;	
	padding-right: 18px;
}

.LeftText em 
{
	font-family: "Times New Roman";
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
}

.LeftText p 
{
	color: #3b3a3b;
	font-size: 11px;
	line-height: 18px;
}

.RightText em 
{
	color: #ede6bd;
	font-family: "Times New Roman";
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;	
}

.RightText p 
{
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	padding-top:10px;
	
}


/* Anchor Styles */

.LeftText li 
{
	line-height: 24px;
	color: #3b3a3b;
	font-size: 11px;
	
}

.LeftText a 
{
	color: #600038;
	font-size: 12px;
	font-weight: normal;
}

.LeftText a:hover 
{
	color: #3b3a3b;
	text-decoration: none;
}

.subLinks li 
{
	list-style-image: url(../../images/iconLink.gif);
}
.footer
{    
   color:White;
   background-image:url(../../images/contentFooter.gif); 
   padding-left:10px;
   font-size:10px;
   padding-bottom:5px;
}
.footer a
{
   color:white; 
}
.footer a:hover
{
    color: #957d19;
    text-decoration: none;
}

