/* CSS Document */

#BodyContainer {  /* a container for the entire page */
	 width:1024px;
	 z-index:1;
	 margin:0px
	 }

#Container-Header {  /* the page header */
    clear:both;
	width:1024px;
	z-index:1;
	left: 5px;
	top: 5px;
	background-color: #FFFFFF;
	border: 1px none #000000
}

#Container-Middle {  /* the middle "body" of the page */
	clear: both;
	 width:1024px;
	 z-index:1;
	 margin:0px
	 }
/* the middle container has 3 columns: left nav, commentary, and right nav */

     #LeftNavagation {
          float:left;
	      width:200px;
	      z-index:1;
	      margin-left: 3px;
	      border-right: 1px solid #C0C0C0;
	      }
		  
     #Commentary-Body { 
	      float:left;
	      width:600px; 
	      z-index:1; 
	      margin-left:3px;
	      }
	#Right-Nav { 
	     float:left;
	     width:210px; 
	     z-index:1; 
	     margin-left:3px;
	     border-left: 1px solid #C0C0C0;
	     }
	 
 /* the bottom of the page */
 
#Container-Bottom { 
	clear: both;
	margin: 0px;
	border-top: 1px solid #C0C0C0;
	width: 1024px;
	 }

/* within the "header" the elements are: */
.masthead {
	font-size:24pt; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-style: italic;
	display: inline; 
    }

.masthead-tag {
	font-size:12pt; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
    }
#trademark {
	display: inline; 
	vertical-align: super;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; 
	}

/* format for the navigation at the top of the page */
#navbar-top {
	background: #FFFFFF;
	padding: 5px 5px 5px 0px;
	float: right;
	text-align: right;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	}
/* single line navigation */
#navbar-top li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#navbar-top ul {
	margin: 0px;
	padding: 0px;
	}
	
#navbar-top ul li a {
	font-family: Georgia , "Book Antiqua", "Palatino Linotype", serif;
	font-size: 10pt;
	color: #333333;	
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	}
#navbar-top ul li a:hover {	color: #658DB5;	}	

/* styles for the middle part of the page  */
/* there are 3 columns: left nav, commentary, and right nav */
/* since they are all in one wide container, they should stay lined up */

/* left nav styles  */
	 
/* Left Navigation styles  */
.LeftNavTitle {
	font-family:"Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight:bold;
	text-align:center;
}

 #LeftNavagation li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
 #LeftNavagation ul {
	padding: 4px 0px 0px 0px;
	margin: 0px;
	}
		
#LeftNavagation ul,li,a {
	font-family:"Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000000;
	text-decoration: none;
/*	text-transform: uppercase; */
	}
	
#LeftNavagation a {
     border-bottom: 1px solid #C0C0C0;
    }
#LeftNavagation a:hover {	color: #658DB5;	}	

/* Commentary Body Styles */

/* styles for the Commentary-Index on the home page  */

#Commentary-Index h2 {
    font-size:16.0pt;
	color:#FF0000;
	}
.Commentary-Index-OR {
     color: #000000;
	 font-size: 12pt;
	 }
	 
.Commentary-Index-Date {
    font-size: 9pt;
	color:#000000;
	}
.Commenatary-Index-Readmore {
    font-style:italic;
	/*font-weight:bold; */
    }

/* the style for the actual "Commentary"   */

#Commentary-Body h2 {
    font-size:16.0pt;
	color:#FF0000;
	text-align:center;
	}
#Commentary-Body h3 {
	font-size:12.0pt;
	color:#0000FF
	}
.Commentary-OR {
     color: #000000;
	 font-size: 12pt;
	 text-indent:50px;
	 font-weight:bold;
	 text-indent:50px;
	 }
	 
.Commentary-date {
    font-size: 9pt;
	color:#000000;
	text-align:left;
	}
	
#Commentary-Body p{
    font-size:12pt;
	font-family:default;
	}
#Commentary-Body ul {
	padding: 0px 0px 0px 25px;
	margin: 0px;
	list-style-type:lower-alpha;
	}
	
#Commentary-Body li {
	padding: 0px;
	margin-left: 20px;
/*	text-indent:-20px;*/
	}
		
#Commentary-Body ul,li,a {
	font-size:inherit;
	color: #000000;
	text-decoration: none;
	}
	
#Commentary-Body a {
	text-decoration:underline
	}
#Commentary-Body a:hover {
	color:#660000;
	}
/* styles for the right nav */

/* --none defined-- */


/* styles for the bottom container/bottom nav */
 
#Container-Bottom {
	clear: both;
	border-top: 1px solid #C0C0C0;
	padding: 6px 14px;
	width: 1000px;
	}
#Tag-Line {
	text-align:center;
	font-size:11pt;
	font-weight:bold;
	font-style:italic;
	}
.Tag-Line-Head {
	color:#9900CC;
	}
.Tag-Line-Tail {
	color:#FF0000;
	}
#Bottom-Nav { 
	text-align:center;
	z-index: 1;
	font-size:9pt;
	}
	
#Bottom-Nav a {
	font-size:9pt;
	}
	
/* special formats for special cases */

.emailform {
	display:none;
	}
