@charset "UTF-8";
/* Layout rules for the home template based on oneColFixCtrHdr */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font: 80% Arial, Helvetica, sans-serif;
	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: rgb(0,139,170);
}
#container {
	position: relative;
	width: 975px;  /* using 24px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 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. */
	zoom: 1;
}
#header {
	background: url(../images/base_header_bg.png) no-repeat;
	height: 100px;
}
#logo {
	position: absolute;
	top: 14px;
	left: 18px;
	z-index: 1001;
}
#mainNav {
	position: absolute;
	top: 60px;
	left: 135px;
	z-index: 1000;
	width: 900px;
	height: 40px;
}
#secNav {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 100%;
	text-align: right;
	color: gray;
}
#secNav li {
	display: inline;
	margin-right: 20px;
	font: .9em gray Arial,Helvetica,sans-serif;
}
#secNav a {
	color: gray;
	text-decoration: none;
}
#mainContent {
	position: relative;
	z-index: 10;
	background: url(../images/base_maincontent_bg.png) repeat-y;
	zoom: 1;
}
#mainContentBorderTop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 50px;
	width: 975px;
	background: url(../images/base_maincontent_bg_top.png) no-repeat;
}
#mainContentBody {
	position: relative;
	padding: 4px 24px 0 39px;
	zoom: 1;
}
#mainContentBorderBottom {
	/*margin-top: 25px;  /* This should match the top position of #mainContentBackground so the backgrounds don't overlap */
	height: 20px;
	background: url(../images/base_maincontent_bg_btm.png) no-repeat;
}
#footer {
	padding: 0 24px 0 39px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: left;
	font-size: 12px;
}
#footer, #footer a, #footer a:visited {
	color: rgb(128,197,212);
}
#footer a, #footer a:visited {
	text-decoration: none;
}
#footer address {
	font-style: normal;
	line-height: 1.2;
	margin: 0 0 .5em;;
	text-align: left;
	color: rgb(128,197,212);
}
#footer .notices {
	display: inline-block;
	margin: auto em;
	border-top: 2px solid rgb(128,197,212);
	padding-top: 0.5em;
	text-align: left;
	color: rgb(128,197,212);
}
dt, dd {
	padding-left: 12px;
	text-indent: -12px;
}
dt {
	margin: 1em 0 .15em;
	font-weight: bold;
}
dd {
	margin: 0;
}
dd li {
	margin-bottom: .2em;
}
h1, h2, h3, h4, h5, h6, ol, p, ul {
	margin-top: 1em;
	line-height: 1.2;
}
#mainContentBody h1:first-child, #mainContentBody h2:first-child, #mainContentBody h3:first-child, #mainContentBody h4:first-child, #mainContentBody h5:first-child, #mainContentBody h6:first-child, #mainContentBody ol:first-child, #mainContentBody p:first-child, #mainContentBody ul:first-child, #mainContentBody .firstChild {
	margin-top: 0;
}
h1 {
	font-size: 180%;
	font-weight: bold;
}
h2 {
	font-size: 140%;
	font-weight: bold;
}
h3 {
	font-weight: bold;
	font-size: 120%;
	color: rgb(217,138,46);
}
h4 {
	font-weight: bold;
}
ol {
	margin-left: 2em;
	list-style-type: decimal;
}
ul {
	margin-left: 2em;
	list-style-type: disc;
} 
li {
	display: list-item;
	margin-left: 1em;
	list-style-position: outside;
	margin-bottom: 0.4em;
}
dl dd ul {
	margin-left: 0;
}
dl dd li {
	display: block;
	margin-left: 0;
	list-style-type: none;
}
p.link, li.link, ul.link li {
	background: url(../images/bullet_arrow.png) no-repeat 0 3px;
	padding-left: 10px;
}
p.link a, li.link a, ul.link li a  {
	font-weight: normal;
}
p.link a, p.link a:visited,  li.link a, li.link a:visited, ul.link li a, ul.link li a:visited {
	color: rgb(0,139,170);
	text-decoration: none;
}
li.link, ul.link li {
	list-style-type: none;
	margin-left: -4px;
	padding-left: 16px;
}
p.link a:hover, li.link a:hover, ul.link li a:hover {
	text-decoration: underline;
	color: rgb(0,139,170); 
}
a, a:link, a:visited,,a:hover, a:active {
	color: blue;
}
.separator_top, .separator, .separator_btm {
	width: 1px;
}
.separator_top {
	background: url(../images/rule_categories_top.png) no-repeat;
}
.separator {
	background: url(../images/rule_categories.png) repeat-y;
}
.separator_btm {
	background: url(../images/rule_categories_btm.png) no-repeat;
}
.note {
	font-size: 90%;
	font-style: italic;
}
h5 {
	margin-top: 2em;
	font-style: oblique;
}
.center {
	text-align: center;
}
.personName {
	font-weight: bold;
	color: rgb(226,137,22);
}
strong {
	font-weight: bold;
}
.fltLeft_tkd {
	float: left;
}
.fltLeft_footer_tkd {
	float: left;
	margin-right: 15px;
	margin-left: 175px;
}
#table_calendar {
	border: 2px solid #008BAA;
}
#table_calendar td {
	padding: 10px;
	border: 1px solid #CCC;
}
.tabs a {
	margin-left: -17px;
}
.tabs a:first-child, .tabs a.firstChild {
	margin-left: 0;
}
.clearfloat {
	clear: both;
}
#footer_table td {
	color: rgb(128,197,212);
	vertical-align: top;
}
#footer_table {
	margin: .5em 0 2em;
}
#browserWarning {
	display: none;
}
