body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #55564B;
	margin: 30px 0;
	padding: 0;
	text-align: center;
	color: #000;
}
h1 {font-size: 14pt;}

h2 {font-size: 12pt;}

.thrColFixHdr  #top {
	width: 100%; 
	background-color: #330000;
	margin: 0 auto; 
	text-align: centre;
	padding: 0;
	min-height: 75px;
}
.thrColFixHdr  #containerout { 
	width: 100%; 
	background-color: #55564B;
	margin: 0 auto; 
	text-align: left;
	padding: 0;
	border-top: 4px solid #5B1104;
	border-bottom: 4px solid #5B1104;
}
.thrColFixHdr #container { 
	width: 900px;
/*	background: #1E1E1E; */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:  0px solid #330000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
} 
.thrColFixHdr #header {
	margin: 0 auto; 
	text-align: left;
	width: 900px; 
	background: #fff; 
	padding: 0 0 0 0; 
	font-weight: bold;
}
#header img{vertical-align:middle;}
#header a{text-decoration:none;color:#ffffff;}
#header a:hover{text-decoration:none;color:#999999;}
#header a:active{color:#999999;text-decoration:none;}

a.jc{text-decoration:none;color:#ffffff;}
a.jc:hover{text-decoration:none;color:#999999;}
a.jc:active{color:#999999;text-decoration:none;}

a.rjc{text-decoration:underline;color:#ffffff;}
a.rjc:hover{text-decoration:underline;color:#999999;}
a.rjc:active{color:#999999;text-decoration:underline;}

.nomarg {
	margin: 0;
}
	
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	min-height: 350px;
	padding: 78px 5px 0 12px; /* padding keeps the content of the div away from the edges */
	margin: 0;
	background-image: url(images/plan2.gif);
	background-repeat: no-repeat;
	border-top: 0;
	border-bottom: 0;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	padding: 10px 5px 15px 0 ;
	margin: 0;

	border-top: 0;
	border-bottom: 0;
}
.thrColFixHdr #sidebar2 a{
	color: #5B1104;
}
.thrColFixHdr #mainContent { 
	margin:  0 260px 0 220px;
	padding:  10px 10px 0 10px;
	border-left: 0px solid #ffffff;
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0;
	height: 100%;
	background-color: #fff;
} 

.thrColFixHdr #footer { 
	margin: 0 auto; 
	text-align: left;
	width: 900px; 
	background: #fff;
	text-align: center;
	padding: 10px 0;
} 
#coda {
	margin: 0 auto; 
	width: 900px; 
	text-align: center;
	padding: 10px 0;
}
#coda h1{
	font-size: 8pt;
	color:#CCCCCC;
}
	
.thrColFixHdr #footer a{
	color:#000;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#hometxt {
	width: 300px;
}
img.ejp {vertical-align: middle;}

.iframe {
	background-color: #000000;
	width: 170px;
	height: 75px;
	margin-left:auto;
	margin-right:auto;
}

#lnk {
	font-size:11pt;
	font-weight: 600;
}
.ejl {
	font-weight: normal;
	font-style: italic;
}
	
#lnk li { 
	list-style-type: none;
	padding: 5px 0 5px 5px;
	margin: 0;
}
#lnk ul { 
	margin-left: 5px;
	padding-left: 0px;
	list-style:none;
}
#lnk img { 
vertical-align: middle;
}
#lnk a{text-decoration:none;color:#ffffff;display:block;}
#lnk a:hover{color:#ffffff;text-decoration:none;background-color: #444444;}
/*#nav a:visited{color:#ffffff;text-decoration:none;}*/
#lnk a:active{color:#ffffff;text-decoration:none;}

.style1 {
	font-size: 9pt;
	font-style: italic;
}
li.jcli {
	line-height: 1.4;
	font-weight: bold;
	font-size: 11pt;	
}

table.gal{
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 5px;
	text-align: center;
	font-size: 9pt;
}
table.gal img{border: 0;}
table.gal td{width: 33%;}
.bb a:link img{border: 1px solid #000;}