@charset "utf-8";
/* CSS Document */

body  {
	font:Calibri, Arial, Verdana;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #E1DFFF;
	background-attachment:fixed;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}
ul {
	margin:0;
	}
li {
	margin-bottom:15px;
	}
.twoColFixLt #container {
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:none;
	background-image:url(jrbackground.gif);
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color:#FFFFFF;
	background-image:url(sidebar_gradient.jpg);
	background-repeat:repeat;
}
.twoColFixLt #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 795px;
	_height: 745px;
	background-color:#FFFFFF;
	background-image:url(sidebar_gradient.jpg);
	background-repeat:repeat;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background-image:url(background_gradient.jpg);
	background-repeat:repeat;
	background-position:right;
	line-height:18px;
	padding-right:15px;
} 
.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;
}
.style2 {font-family: "Franklin Gothic Medium"; font-size: larger; font-weight: bold;
	 }
.style3 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Franklin Gothic Medium";
	font-size:20px;
	margin-left:15px;
}
.style4 {font-family: "Franklin Gothic Medium"; font-size: 19px;
	 }
.banner {
	background-image: url(jrheader.jpg);
	background-repeat:no-repeat;
	}
.bluebox {
	background-image:url(bluebox.png);
	float:left;
	}
.footer {
	background-image:url(footer.png);
	background-repeat:no-repeat;
	background-position:center;
	}
.navbox {
	font-family: "Franklin Gothic Medium"; 
	font-size: larger; 
	font-weight: bold;
	float:right;
	height:48px; 
	width:633px; 
	border:5px solid #96B3D1; 
	margin-top:3px
	 }
.spacer1 {
	line-height:20px;
	}
.spacer2 {
	line-height:15px;
	}
