@charset "UTF-8";
body  {
	margin-top: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 135%;
	color: #333;
	text-align: left;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #606;
	padding-top: 30px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #C33;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #606;
}
.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	line-height: 130%;
	font-weight: normal;
	color: #333;
}
.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #606;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 0.9em;
	line-height: 150%;
	list-style: disc;
}
a:link , a:visited{
	color: #333;
}
.thrColFixHdr #container {
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: url(images/top_banner.jpg) no-repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 196px;
	width: 1100px;
} 
.thrColFixHdr #header ul{
	list-style: none;
	margin: 0px;
	padding: 169px 0px 0px 185px;
}
.thrColFixHdr #header li{
	float: left;
	padding-right: 1.5em;
}
.thrColFixHdr #header a:link , #header a:visited {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
}
.thrColFixHdr #header a:hover {
	color: #FC0;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
}
.thrColFixHdr #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 360px;
	margin-top: 50px;
	border-left: 1px solid #CCC;
}
.thrColFixHdr #mainContent {
	margin: 0 0px 0 15px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px 50; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 680px;
} 
.thrColFixHdr #footer {
	width: 1100px;
	height: 10px;
	border-top: 1px solid #606;
} 
.thrColFixHdr #copyright {
}
.thrColFixHdr #copyright p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	font-size: 0.65em;
	text-align: left;
}
.thrColFixHdr #mainContent table {
	float: left;
	width: 670px;
	margin-bottom: 50px;
}
.tableBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	line-height: 135%;
	margin: 0 10px 10px 10px;
}
.tableHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #C33;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: -.5px;
}
.tableHead a:link , a:active {
	color: #C33;
	text-decoration: underline;
}
.tableSubhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #606;
	margin-left: 10px;
	font-weight: bold;
	font-style: italic;
}
.tableSection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	margin-left: 10px;
}
.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;
}

/* tabbed panel styles */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 680px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	text-align: center;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	padding: 10px 6px 6px;
	margin: 0px 1px 0px 0px;
	font: bold 0.8em sans-serif;
	color: #FFF;
	background-color: #615283;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height: 15px;
	width: 121.5px;
}
.TabbedPanelsTabHover {
	background-color: #606;
}

.TabbedPanelsTabSelected {
	background-color: #606;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	border: 1px dotted #CCC;
	background: #fbeccd;
	text-align: left;
	width: 650px;
	padding-right: 20px;
	margin-bottom: 20px;
}

.TabbedPanelsContent {
	padding: 10px 20px 10px 10px;
	width: 650px;
	overflow: auto;
}

.TabbedPanelsContentVisible {
	color: #333;
	overflow: visible;
	width: 650px;
}
.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: italic;
	color: #333;
}
.codes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #666;
}
