body	{
		background: #FFFFFF;
		font: normal 12px Tahoma, sans-serif;
		color: #000000;
		margin: 10px 0px 0px 0px;
	}	
#titlebar	{
		background: url("/images/line.png") repeat-x ;
		height: 140px;
		}
#links	{
		background: url("/images/mjc1/navbg.jpg") no-repeat fixed 0 0;
		position: absolute;
		right: 10px;
		margin-right: 5px; 
		margin-left: 5px; 
		border: 1px inset #437343; 
		width: 150px;
		}
div#links a	{
		display: block; 
		text-align: left; 
		padding: 5px 10px; 
		text-decoration: none; 
		color: #526352;
		background: transparent;
		font-weight: bold;
		}
div#links a:hover 	{
		color: #437343;
		background: #E8E6E4;
		}
#content {
		margin-left: 50px;
		margin-right: 180px;
		margin-bottom: 10px;
		border: 1px inset #526352;
		padding: 6px;
		background: #E8E6E4;
		font: normal 12px Tahoma, sans-serif;
		color: #000000;	
}
#content:first-letter	{ 
		font-size: 200%; 
		color: #437343; 
		background: transparent;
		}
p	{
		font: normal 12px Tahoma, sans-serif;
		color: #000000;
		background: transparent;
		}
.small	{
		font-size: 10px;
		}
h3	{	
		font: bold 18px Tahoma, sans-serif;
		color: #437343;
		background: transparent;
		}
a	{
		font: 12px Tahoma, sans-serif;
		color: #526352;
		background: transparent;
		text-decoration: none;
		}
a:hover, a:active	{
		color: #437343;
		background: transparent;		
		text-decoration: underline;
		}
ul	{
		font: normal 12px Tahoma, sans-serif;
		color: #000000;
		background: transparent;		
		list-style-type: circle;
		}
li	{
		font: normal 12px Tahoma, sans-serif;
		color: #000000;
		background: transparent;		
		}		
.formtext	{
		font: 12px Tahoma,sans-serif;
		color: #437343;
		background: #F1F1EF;
		width: 200px;
		padding: 2px;
		}
.formtextarea	{
		font: 12px Tahoma, sans-serif;
		color: #437343;
		overflow: hidden;
		background: #F1F1EF;
		width: 200px;	
		height: 100px;
		padding: 2px;
		}

.formbutton	{	
		font: bold 12px Tahoma,sans-serif;
		color: #437343;	
		background: #F1F1EF;
		}	
form		{ margin-left: 200px;
		}		
img.pfthumb	{ 
		background: #F9F8F7;
		color: #437343;
		border: solid 1px #437343;
		padding: 3px;
		width: 150px;
		height: 150px;
		margin: 3px;
		}
p.stripe	{
		width:100%;
		background: url("/images/mjc1/stripe.jpg") center center repeat-x;
		text-align: center;
		display: block;
		color: #437343;		
		border: 0px solid #437343;
		
		}
img.stripe	{
		width: 100px;
		height: 100px;
		border: 2px solid #437343;
		padding: 2px;
		margin: 5px 15px 5px 15px;
		background: #E8E6E4;
		color: #437343;
		}					
.c {
text-align:center;
}
.l {
text-align:left;
}
.r {
align:right;
}