body {
	margin:0 auto;
	padding: 0;
	font: normal 12px/18px 'Trebuchet MS', Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color: #424242;
	background:#FFF;
	}
#header {
	width:766px;
	clear:both;
	margin:0 auto 20px auto;
	background:#fff; 
	text-align:center;
	
}

#content {
	margin:30px auto 20px auto;
	width:766px;
	padding:0 25px;
	}
	
#content-text {
	width:560px;
}

#footer {
	width:726px;
	clear:both;
	background-color:#F4F4F4;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
}
	
a {
	text-decoration: none;
	color: red;
	}
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:active {
	color:#FF7E00;
	text-decoration:underline;
	}
a:hover {
	color:#FF7E00;
	text-decoration:underline;
	}
h1 {
	font-size: 20px;
	line-height:34px;
	margin:0;
	font-weight: normal;
	color: #000000;
	}
	
h1.first {
	font-size: 24px;
	margin: 12px 0px;
	font-weight: normal;
	color: #000000;
	}
	

h2 {
	font-size: 24px;
	line-height:36px;
	margin: 12px 0px;
	font-weight: normal;
	color: #000000;
	}

h3 {
	font-size: 18px;
	margin: 9px 0px;
	font-weight: normal;
	color: #000000;
	}

h4 {
        font-size: 17px;
        font-family:'Trebuchet MS', Verdana, Sans-Serif;
        font-weight: normal;
        margin:10px 0 20px;
	color: #000000;
	}

h5 {
	font-size: 14px;
	margin: 7px 0px;
	font-weight: bold;
	color: #000000;
	}
	
h6 {
	font-size:12px;
	margin: 6px 0px;
	font-weight: bold;
	color: #000000;
	}
	
img {
	border: 0;
	}

.float-right
{
	float:right;
	border:0px;
}

p {
	margin: 12px 0px;
	}
strong, b {
	font-weight: bold;
	}
	
.lime_green
{
	color:#66a700;
}

.b
{
	color:#000000;
}

.enhance
{
	color:#FF7E00;
}

.fine {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	}
 
#second-navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px dotted #D1D1D1;
}

#second-navlist li
{
list-style: none;
margin: 0;
padding: 0.25em 0em 0.25em 1em;
border-top: 1px dotted #D1D1D1;
display:block;
}

#second-navlist li a { text-decoration: none; }

.line {
        border-bottom: 1px dashed #000000;
	background-color: white;
}

pre {
                 line-height: 0.7; 
                 font-family: "Courier";
                 font-size: 13px;
                 font-weight: bold; 
}
