/* Formatting for 2-column layout */

		 
#lh-col {
 	position: absolute;
	border-top: 1px solid #999;
 	border-left: 1px solid #999;
 	border-bottom: 1px solid #999;
 	width: 224px;
 	top: 20px;
 	left: 20px;
 	background: #333;
 	color: #333;
 	margin: 0px;
 	padding: 0px;
 	}
 
#rh-col {
 	margin: -5px 20px 20px 235px;
 	border: 1px solid #999;
 	background: #efefef;
 	color: #333;
 	padding: 20px;
	}
 

.tableTextBlock {
	color: #666;
	}
	
 
.left {
	margin:0px; 
	float:left;
	border-top: 1px dashed #999;
	border-right: 1px dashed #999;
	text-align:left;
	padding:0px;
	}

.right {
	margin: 0px;
	float:left; 
	border-top: 1px dashed #999;
	text-align:right;
	border-left: 1px dashed #999;
	padding:0px;
	}

.left .linkBlockImg {	
	padding: 0px;
	float:left;
	}

.right .linkBlockImg {	
	padding: 0px;
	float: right;
	}
	
.left .textBlock {
	display: block;
	margin-left: 0px;
	}

.right .textBlock {
	display: block;
	margin-right: 0px;
	margin-left:20px;
	}

.linkBlockImg: hover {
	border: 1px #fff Solid;
	}


.blockElement {
    margin-left: auto;
    margin-right: auto;
	padding: 15px;
	border-bottom: 1px dashed #999;
	}
	
	

/* Body style definitions */

body.index {
	text-align:center;
	background-image: url("/images/bg.jpg")
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 15px; 
	color: #fff
}

body {

	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 11px; line-height: 15px; 
	color: #fff
}

body.trans {
	background-image: url("/images/bg.jpg")
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 15px; 
	color: #041B32
}



/* Text and link styles */

.text-black { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; line-height: 15px; 
	color: #041B32 
}

.title-black { 
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 14px; 
	font-weight: bold; 
	color: #041B32 
}

.title-white { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 18px; 
	color: #fff ; 
	font-weight: bold 
}

.small-black { 
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 14px; 
	color: #041b32 
}

.small-white { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 13px; 
	color: #fff }

.tiny-black { 
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	line-height: 12px; 
	color: #041b32 
}

.tiny-white { 
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	line-height: 11px; 
	color: #fff 
}

.text-white { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 15px; 
	color: #fff }

a:link {  
	color: #c00;
	text-decoration: none;
}

a:hover {  
	color: #f66;
	text-decoration: none;
}

a:active {  
	text-decoration: none;
	color: #669; 
}

a:visited {  
	color: #d00;
text-decoration: none;

}

.title-yellow {  
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 14px; 
	font-weight: bold; 
	color: #cf0
}

.bold-red {  
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 13px; 
	font-weight: bold; 
	color: #f00
}

.link-black {  font-family: verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px; color: #000000}

.small-grey {  font-family: verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 14px; color: #999999}&#151;>

.title-blue { font-family: verdana, Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; color: #99CCFF }

.title-blue {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #99CCFF;
	line-height: 15px;
}
.text-grey {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; color: #CCCCCC}

/* Styles for transparent container */

#transbox {
        width: 85%;
        position: relative;
		top: 60px;
		margin: 0 auto;
		background-color: #fff; 
        border: 1px solid black;
        filter:alpha(opacity=75);
		z-index: 1;
		opacity: 0.75;
        -moz-opacity:0.75;
}

#trans {
        width: 85%;
        position: relative;
		top: 60px;
		margin: 0 auto;
		background-color: #fff; 
        border: 1px solid black;
        filter:alpha(opacity=75);
		z-index: 1;
		opacity: 0.75;
        -moz-opacity:0.75;
}
        
#transcontent {
	width: 90%;
	position: relative; 
	top: 24px;
	margin: 0 auto;
	text-align: left;	
}
	


/* Text and link styles for transparent container divs */

.trans { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 15px; 
	color: #041B32 
}

.trans a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003;
	font-weight: bold;
	text-decoration: none;
}

.trans a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #600;
	font-weight: bold;
	text-decoration: none;
	background-color: #fcc;
}


.trans a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* for image links - to prevent wonky hover background color 
that looks pretty on text and not-pretty on images */

.trans_img a:hover {
	border: 0;
}
	


/* Formatting for non-transparent container divs */

#subpage {
	width: 85%;
	position: relative;
	top: 30px;
	padding: 20px; 
	margin: 0 auto;
	background: #445068;
	border: 1px solid #999;
	text-align: center;
	z-index: 1;
}

        
#subpagecontent {
	width: 90%;
	top: 20px;
	position: relative;
    margin-left: auto;
    margin-right: auto;
	text-align: left;
	z-index: 2;
}



/* Dashed separator */

.sectioned {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	bottom: 4px;
}    
        
/* This is the container which set text to solid color.
position: relative used for IE */       

#martin {
        width: 85%;
		margin: 0 50px;
		class: text-black;
        background-color: #ccc;
		border: 1px solid #333;
		//filter:alpha(opacity=100);
		//z-index: 1;
		//opacity: 0.5;
        //-moz-opacity:0.5;