/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles      background: #EEEEEE url("../imgs/bg_main.jpg") repeat-y center;                            */
/***********************************************/ 

body {
  font-family: Verdana,Arial, sans-serif;
  line-height: 1.166;	
  margin: 0px;
  padding: 0px;
  
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
text-align:center;
width: 761px;
        background-color: #819E8D;
}



#pagecell1 {
	margin-left: auto;
	margin-right: auto;
	width: 761px;
	position: relative;
	top: 15px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	bottom: 5px;
	border-color: #FFFFFF;

}


#tl {
	PADDING-RIGHT: 0px; 
        PADDING-LEFT: 0px; 
        Z-INDEX: 100; 
        LEFT: -1px; 
        PADDING-BOTTOM: 0px; 
        MARGIN: 0px; 
        PADDING-TOP: 0px; 
        POSITION: absolute; 
        TOP: -1px
}
#tr {
	PADDING-RIGHT: 0px; 
        PADDING-LEFT: 0px; 
        Z-INDEX: 100; 
        RIGHT: -1px;   
        PADDING-BOTTOM: 0px; 
        MARGIN: 0px; 
        PADDING-TOP: 0px; 
        POSITION: absolute; 
        TOP: -1px
}


#tla {
	PADDING-RIGHT: 0px; 
        PADDING-LEFT: 0px;  
        PADDING-TOP: 0px;
        PADDING-BOTTOM: 0px;
        Z-INDEX: 100; 
        LEFT: -1px;  
        MARGIN: 0px; 
        POSITION: absolute; 
        bottom: -1px
}
#trb {
	PADDING-RIGHT: 0px; 
        PADDING-LEFT: 0px;
        PADDING-BOTTOM: 0px;
        PADDING-TOP: 0px; 
        Z-INDEX: 100; 
        RIGHT: -1px;    
        MARGIN: 0px;  
        POSITION: absolute; 
        bottom: -1px
}

#pic{
        position: relative;
        top: 10px;
        left: 250px;
        z-index: 1;
}

#pageName {
        margin: 0px;
	padding-right: 0px; 
        padding-left: 10px; 
        padding-bottom: 14px;  
        padding-top: 0px; 
        background-color: #ffffff
}


#content{
	width: 90%;
	margin: 0;
	background-color: #819E8D;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	padding-top: 30px;
}
#contentText{
	width: 741px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-bottom: 20px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0px 0px 0px 10px;
}


/************* #globalNav styles 5E86C3EF0B0B**************/

#globalNav{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 5px 0px;
	text-align: center;
	background-color: #6C8C97;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 0px solid #cccccc;
	font-size: 65%;
	padding: 2px 2px 2px 2px;
    text-align: center;
}




img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
