	body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	background-color: #FFFFFF;
	}

/* TYPOGRAPHY */
p, ul, ol {margin: 0 0 1.5em; 
	         font-family: times new roman,times,serif}
h1, h2, h3, h4, h5     {letter-spacing: -1px;
	                      font-family: arial,verdana,sans-serif;
	                      margin: 1.2em 0 .3em;
	                      color:#000;
	                      padding-bottom: .1em;}
	                      
h1 {font-size: 1.3em; margin-top:.6em}
.h1hdr { margin-left: 10px; }
h2 {font-size: 1.2em; color: #0000CC;}
h3 {font-size: 1.1em;}
h4 {font-size: 1.05em;}
h5 {font-size: 1em;}
h6 {letter-spacing: -1px;
	  font-family: arial,verdana,sans-serif;
    font-size: 1em;
    font-weight: normal;
	  margin: 0em 0 0em;
	  color:#000;
	  padding-bottom: .1em;
}
p {font-size: 1.0em;}
.smallp { font-size: .93em; 
	        margin: 0px 0 0 0; 
	        padding: 0 0 0 0}
.copyright { font-size: .93em; color:#878787;}
.otherlinks { font-size: .93em; color:#339900;}
.linkspan { font-size: .93em; color:#339900;} 


a {
font-family: arial;	
text-decoration: none;
color: #996699; 
}
a.footerlink
{
	color: #339900; 
	font-weight: bold;
}	
a.aflush
{
color: black; 
}
 
a:link { color: blue; } 
a:visited { color: blue; } 
a:active { color:blue; } 
a:hover { text-decoration: none;  
          color: blue; 
          font-weight: bold;
} 
	
img {
border: none; 
}

.codesnippet
{
font-family: courier new, courier;
color: #555;
font-size: .95em; 
margin-left: 20px;
margin-right: 130px;
border-top:1px solid #000;
border-bottom:1px solid #000;
}

	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #000;
	}

	#header ul {
		clear:left;
		float:left;
		width:100%;
		margin:4px 0 0 0;
		padding:0;
	}

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */
	}
	.threecol .colmid {
		right:15%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:66%;			/* width of the middle column */
		background:#E6E6E6;	/* left column background colour */
	}
	.threecol .col1 {
		width:57%;			/* width of center column content (column width minus padding on either side) */
		left:104%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:15%;			/* Width of left column content (column width minus padding on either side) */
		left:26%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:25%;			/* Width of right column content (column width minus padding on either side) */
		left:92%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}

.tmnu
{

}
.tmnu ul
{
	margin: 0; 
  padding: 1px;  
	float: left;
	background:#E6E6E6;
}
.tmnu ul li
{
	display: inline;
}
.tmnu ul li a
{
  font-family: Arial,Times New Roman; 
  font-size: 1em;
	float: left; 
  text-decoration: none;
	color: white; /*text color*/
	padding-top: 1px;
  padding-bottom: 1px;
	padding-left: 14px;
  padding-right: 14px; 
	background-color: #000080; 
}
.tmnu ul li a:visited
{
	color: white;
}
.tmnu ul li a:hover, .menu ul li .current
{
	color: #000000;
	background-color: #e0eeee;
}

	/* Left Toc styles */

h2.tocheading
{
 font-family: arial,verdana,sans-serif;
 font-size: .95em;
 text-align: left; 
 color: #000066; 
 margin-left: 0em;
 margin-right: 0em;
 margin-top: 0em;  
 margin-bottom: 0em; 
 padding-left: 0px;
 padding-right: 0px;
 padding-top: .35em;
 padding-bottom: 1em;
}

.clsHidden { display: none ;}
.clsShown { display:  ;}
.clsTopicNormal { cursor: pointer; cursor: hand; 
	                font-family: arial,verdana,sans-serif;
	                color: #339900;
	                margin-left: 0em;
	                margin-top: 1.2em;
	                margin-bottom: 0em;}

.ltoc {
  font-family: arial,verdana,sans-serif;	
	padding-bottom: -.75em;
	margin: .5em .76 .4em 0;
}	 
