/* Defaults /**************************/

body 
	{
	margin: 0;
	padding: 0;
	background-color: #0F314E;
	font-family: Verdana, Georgia, Times, Times New Roman, sans-serif;
	text-align: center;
	font-size: 11px;
	line-height: 1.5em;
	color:#393A32;
	background:#47231A url("bg.gif") repeat;        
	}		
h2 
	{
	font-weight: bold;
	letter-spacing: .2em;
	font-size: 110%;
	margin: 0;
	padding: 0;
	}
h3 
	{
	font-weight: bold;
	font-size: 100%;
	color: #1b0431;
	margin: 0;
	padding: 0;
	}
p 
	{
	text-align: justify;
	margin: 5px 0 10px 0;
	padding: 0;
	}
td
	{	
	text-align: top;
	}
hr
	{
	height: 1px;
	color: #47231A;
	}
ul
	{
	margin-top: 0;
	margin-bottom: 0;
	}	
img 
	{
	border: 0;
	}
	
/* Layout /**************************/

#OuterWrap 
	{
	background-color: #411213;
	border-left: 1px solid #332A24;
	border-right: 1px solid #332A24;
	width: 700px;
	margin: 0 auto;
	padding: 8px;
	text-align: center;
	}
#MainTop 
	{
	width: 700px;
	height: 49px;
	background: #fff3db url("bg_paper_top.jpg") no-repeat top left;
	margin: 0;
	padding: 0;
	display: block;
	}
#MainBottom 
	{
	width: 700px;
	height: 49px;
	background:#fff3db url("bg_paper_bot.jpg") no-repeat top left;
	margin: 0;
	padding: 0;
	display: block;
	}

#MainContent 
	{
	width: 700px;
	background:#FFF3DB url("bg_paper_mid.jpg") repeat-y;
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
	}
#InnerWrap 
	{
	margin: 0;
	padding: 0 45px;
	}
	
/* MasterHeader /**************************/

#MasterHeader 
	{
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
#MasterHeader H1
	{
	margin-top: 0px;
	margin-bottom: 12px;
	}
#MasterHeader p
	{
	margin: 0px;
	padding: 0;
	text-align: center;
	}
#MasterHeader a:link
	{
	color: #6a3424;
	font-weight: bold;
	}
#MasterHeader a:visited
	{
	color: #716e6c;
	font-weight: bold;
	}
#MasterHeader a:hover
	{
	color: #956839;
	font-weight: bold;
	}
#MasterHeader a:active
	{
	color: #956839;
	font-weight: bold;
	}
#MasterMenu
	{
	margin: 0;
	padding: 0;
	background-color: #0F314E;
	font-family: Courrier New, Courrier;
	text-align: center;
	font-size: 11px;
	line-height: 1.5em;
	}
	
/* table /**************************/

table#Desc
	{
	width: 100%;
	}
table#Desc a:link
	{
	color: #6a3424;
	font-weight: normal;
	}
table#Desc a:visited
	{
	color: #716e6c;
	font-weight: normal;
	}
table#Desc a:hover
	{
	color: #956839;
	font-weight: normal;
	}
table#Desc a:active
	{
	color: #956839;
	font-weight: normal;
	}
table#Desc h3 
	{
	font-weight: bold;
	font-size: 100%;
	color: #211104;
	margin: 0;
	padding: 0;
	}
table#Desc p 
	{
	text-align: justify;
	margin: 0px 0 0px 0;
	padding: 0;
	}
table#Desc li 
	{
	text-align: justify;
	margin: 0px 0 0px 0;
	padding: 0;
	}
.DateAndLocation
	{
	font-weight: bold;
	text-align: right;
	}
	
/* Font Style /**************************/

.fsBold
	{
	font-weight: bold;
	}
.fsUpperCase
	{	
	text-transform: uppercase;
	}
.Note
	{
	margin: 0;
	padding: 0;	
	font-weight: normal;
	color: #6a3424;
	}
.Toggle
	{
	color: #6a3424;
	text-decoration: none;
	}