@charset "UTF-8";
body {background-color: #E7E3D4; margin: 0px auto; text-align: center;}

body, div, dd, dt, ul, li, p, tr, td {font-family: Myriad, Arial, Helvetica, sans-serif;}
body, div, p, tr, td, ul, li {font-size: 12px;}
h1, h2, h3, h4, h5, h6, h7 {font-family: Garamond, Times, bold, serif;}

img {border: 0px; margin: 0px}

pre {font-family: Courier New, Courier, fixed;}
.text {font-family: monospace;}

h1 {font-size: 18px; margin-top: 0px;  margin-bottom: 0px; color: #878070; text-align: center;}
h2 {font-size: 24px; margin-top: 0px; color: #339; text-align: center;}
h3 {font-size: 18px; margin-top: 0px;  margin-bottom: 0px; color: #878070; text-align: center;}
h4 {font-size: 18px; text-align: center;}
h5 {font-size: 12px; text-align: center;}
h6 {font-size: 12px; text-align: center;}
.littletext {font-size: 11px;}
.smalltext {font-size: 10px;}
.tinytext {font-size: 9px;}

a:link { color: #574424; text-decoration: underline;}
a:visited {color: #9e670b; text-decoration: none;} 
a:hover {color: #ffffff; text-decoration: underline;}
a:active {
	color: #ffffd7;
	text-decoration: none;
}

b.bold_italic {
	font-style:italic;
}

#container { 
	position:relative;
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #right_rail_main{
	 position:absolute;
	 top:165px;
	 left:660px;
	 width: 150px;
	 margin: 10px 10px 10px 0px;
	 padding: 10px;
	 background-color: #B5AFA0;
	 color: #ffffff;
}
#headline {
	position: relative;
	left: 0px;
	top: 0px;
}
.mainContent { 
	position:absolute;
	margin:10;
	padding:10;
	top:175px;
	left:180px;
	width:470px;
} 
.thrColFixHdr #right_rail_cja{
	 position:absolute;
	 top:167px;
	 left:680px;
	 width: 150px;
	 height: 400px;
	 margin: 10px 10px 10px 0px;
	 padding: 10px;
	 background-color: #c7d1d4;
	 color: #ffffff;
}
.thrColFixHdr #cja_mainContent {
	position:absolute;
	margin:10;
	padding:10;
	top:245px;
	left:180px;
	width:480px;
}

.thrColFixHdr #header { 
	float: top;
	width: 850px;
	background-repeat: no-repeat;
	clear: both;}
	
.thrColFixHdr #sidebar1 {
	float: left;
	width: 150px;
	height: 640px;
	margin: 10px 10px 10px 0px;
	padding: 10px;
	background-color: #B5AFA0;
	color: #ffffff;
}
.thrColFixHdr #sidebar2{
	position:absolute;
	top: 0px;
	left: 440px;
	width: 240px;
	height: 529px;
}
.thrColFixHdr #subhead_cja{
	 position:relative;
	 top:10px;
	 left:0px;
}

.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;
}

