@charset "UTF-8";
/* set margin and padding 0 */
div,p,h1,h2,h3,h4,ol,ul,li{
	margin::0;
	padding::0;
	margin: 0px;
	padding: 0px;
}

body  {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/jld/images/bkg.png);
	background-repeat: repeat;
	line-height: 1;
	line-height: 19px;
}

h1 {
	font-size: 23px;
	color: #900;
	word-spacing: 0.1em;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	line-height: 25px;
}
h2 {
	font-size: 18px;
	color: #900;
	word-spacing: 0.1em;
	line-height: 20px;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
}
.thrColFix #container {
	width: 1000px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
	position: absolute;
	top: 10px;
	left: 100px;
} 
.thrColFix #header {
	background: #FFFFFF;
	border-bottom-width: 1.5px;
	border-bottom-style: dashed;
	border-bottom-color: #C90;
} 
.thrColFix #leftNav {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	text-align: center;
	height: 80em;
	position: relative;
	top: 0px;
}
.thrColFix #rightNav {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	height: 80em;
	position: relative;
	top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.thrColFix #mainContent {
	position: absolute;
	width: 580px;
	height: auto;
	margin-left: 20px;
	top: 480px;
	left: 200px;
} 
.thrColFix #footer {
	padding: 0 10px 0 20px;
	background-color: #C90;
} 
.thrColFix #footer p {
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#leftNav p {
	text-align: left;
	padding-right: 10px;
	padding-left: 15px;
}
.navlink {
	color: #C90;
}
a:link {
	color: #900;
	text-decoration: underline;
}
a:visited {
	color: #930;
	text-decoration: underline;
}
a:hover {
	color: #333;
}
a:active {
	color: #900;
	text-decoration: underline;
}
.img {
	margin-left: 0px;
	border: 1px solid #000;
	margin-right: 10px;
	margin-bottom: 10px;
}
.body_bullet {
	text-indent: 10px;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: none;
}

