@charset "utf-8";
body  {
	font-size: 75%;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #FFFFFF;
	background-color: #000000;
	background-image: url(images/JAM_topbg.gif);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
} 
.thrColFixHdr #header {
	padding: 0px;
	margin: 0px;
	height: 160px;
} 

.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 280px;
	margin-bottom: 0px;
	margin-left: 175px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
} 

.thrColFixHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.9em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
}
.thrColFixHdr #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.7em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
}
.thrColFixHdr #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.4em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
}

.thrColFixHdr #mainContentBig {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 175px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
} 

.thrColFixHdr #mainContentBig h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.9em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
}
.thrColFixHdr #mainContentBig h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.7em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
}

.thrColFixHdr #mainContentMd {
	margin-top: 0px;
	margin-right: 380px;
	margin-bottom: 0px;
	margin-left: 175px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
} 

.thrColFixHdr #mainContentMd h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.9em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
}
.thrColFixHdr #mainContentMd h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.7em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #contentContainer {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/JAM_SubNav-MidFrame.gif);
	background-repeat: repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
}
.thrColFixHdr #contentContainer a {
	color: #FFFFFF;
	text-decoration: underline;
} 
.thrColFixHdr #contentContainer a:hover {
	color: #FFFFFF;
	text-decoration: none;
} 
 
.thrColFixHdr #leftsidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 173px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
.thrColFixHdr #contentContainer #leftsidebar a {
	color: #e5deb4;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
} 
.thrColFixHdr #contentContainer #leftsidebar a:hover {
	color: #FFFFFF;
	text-decoration: none;
} 
 
.thrColFixHdr  #rightsidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
.thrColFixHdr #rightsidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.7em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
}
.thrColFixHdr #rightsidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
}
.thrColFixHdr  #rightsidebarMd {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
.thrColFixHdr #footer {
	background-image: url(images/JAM_Footer_Background.jpg);
	height: 176px;
	margin: 0px;
	background-repeat: no-repeat;
	padding: 0px;
} 
.thrColFixHdr #bottombox {
	padding: 0px;
	height: 154px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 172px;
}
.thrColFixHdr #minifooter {
	font-size: 0.85em;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #610e01;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #minifooter a {
	color: #610e01;
	text-decoration: underline;
} 
.thrColFixHdr #minifooter a:hover {
	color: #610e01;
	text-decoration: none;
} 

.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;
}
.thrColFixHdr #subnav {
	/*background-image: url(images/JAM_SubNavTop-128.gif);*/
	background-image: url(images/JAM_SubNavTop-55.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 140px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
}
.red {
	color: #c21c02;
}
li {
	list-style-image: url(images/jam_flag.gif);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;

}
.loginHeader {color: #FFFFFF; background: #888888; font-size: 16px; }
.black {color: #000000}
.thrColFixHdr #flashheadernav {
	font-size: 1em;
	color: #0F3256;
}
.thrColFixHdr #flashheadernav a {
	color: #0F3256;
	text-decoration: underline;
} 
.thrColFixHdr #flashheadernav a:hover {
	color: #0F3256;
	text-decoration: none;
} 

