	HTML, BODY {
		margin:0;
		padding:0;
		height:100%;
		width:100%;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000;
		background-color:#dddddd;
		background-image:URL('../images/body_background.jpg');
		background-repeat:repeat-x;
	}
	h1 {
		font-size:1.8em;
		font-weight:normal;
		margin-top:0px;
	}
	h2 {
		font-size:1.25em;
		font-weight:bold;
		margin-top:0px;
		color:#568e1a;
		margin:0px;
	}
	h4 {
		font-size:1em;
		font-weight:bold;
		margin-top:0px;
		color:#568e1a;
		margin-bottom:0px;
		margin-top:10px;
	}
	#container {
		width:100%;
		margin:auto;
		height:100% !important ;
		text-align:center;
	}
	#content {
		width:961px;
		margin:auto;
		height:inherit;
		text-align:left
	}
	/* HEADER STYLES */
	#header {
		height:60px;
		width:961px;
		margin:auto;
		padding:0px;
	}
	#logo {
		width:420px;
		height:60px;
		float:left;
	}
	#navBar {
		width:541px;
		height:60px;
		float:left;
		text-align:center;
		font-size:1.3em;
		background-image:URL('../images/header_r1_c2.jpg');
		background-repeat:no-repeat;
	}


	#navBar A:LINK {
		color:#666;
		text-decoration:none;
	}
	#navBar A:VISITED, 	#navBar A:ACTIVE {
		color:#666;
		text-decoration:none;
	}
	#navBar A:HOVER {
		color:#0572AB;
		text-decoration:none;
	}
	#navBar UL {
		list-style-type:none;
		margin-top:10px;
		letter-spacing:1px;

	}
	#navBar LI {
		display:inline;
		padding-right:18px;
	}
	/* BODY STYLES */
	#mainbody, #mainbody TABLE{
		font-size:1em;
		margin:0px;
		padding:0px;
	}
	.breadcrumb {
		font-size:.9em;
		font-weight:normal;
		color:#333;
	}
	.breadcrumb A:LINK, .breadcrumb A:VISITED, .breadcrumb A:ACTIVE {
		text-decoration:underline;
		color:#666;
	}
	.breadcrumb A:HOVER {
		color:#0572AB;
		text-decoration:underline;
	}
	.leftcol {
		background-image:URL('../images/maintable_background.jpg');
		background-repeat:repeat-y;
		padding:0px 0px 0px 0px;
	}
	.ltborder, .ltnoborder {
		padding:0px 20px 5px 15px;
	}
	.ltborder H1, .ltnoborder H1 {
		font-size:1.8em;
		font-weight:normal;
		color:#666;
		margin:0px 0px 20px 0px;
	}
	.ltborder H1 A, .ltnoborder H1 A {
		font-weight:normal;
		color:#666;
		text-decoration:none;
	}
	.ltborder H1 A:HOVER, .ltnoborder H1 A:HOVER {
		font-weight:normal;
		color:#0572AB;
		text-decoration:none;
	}
	.ltborder {
		border-left:1px dashed #aaa;	
	}

	.rightcol {
		background-image:URL('../images/rightcol_background.jpg');
		background-repeat:repeat-y;
		padding:5px 10px 5px 10px;
	}
	.rightcol H5 {
		font-size:1.25em;
		font-weight:normal;
		color:#666;
		margin:0px;
		margin-top:5px;
		padding-bottom:3px;
		border-bottom:1px dashed #aaa;
	}
	.rtbox {
		width:auto;
		margin:5px auto;
		padding:5px;
		background-color:#E0DCD1;
		color:#666;
		font-size:.9em;
	}
	.rtbox STRONG {
		color:#333;	
	}
	/* FOOTER STYLES */
	#footer {
		height:60px;
		text-align:right;
		color:#666;
		padding:5px 10px 0px 10px;
		font-size:1em;
	}
	#footer P {
		margin:0px;
		padding:0px;
	}
	#footer A:LINK {
		color:#666;
	}
	#footer A:VISITED, 	#footer A:ACTIVE {
		color:#666;
	}
	#footer A:HOVER {
		color:#0572AB;
	}
	
	.quote {
   		color:#666;
	}
	.quoteSource {
		font-weight:bold;
		color:#333;
	}
	.nomar {
		margin-top:0px;
	}
	.caption, .caption A {
		font-size:.9em;
		font-weight:normal;
		color:#666;
		margin-top:0px;
		margin-bottom:5px;
	}
	H1.marno {
		margin-bottom:0px;
	}