* { margin:0; padding:0;  border:none; }
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
		text-align: center;
}
body,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: FFFFFF;
}

p, h1, h2, li {
	margin-bottom: 14px;
}
h1 {
	font-size: 1.3em;
	color: #FFFFFF;
}
h2 {
	font-size: 1.45em;
	color: #FFFFFF;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}
ul {
	margin-left: 1.4em;
}
ol {
	margin-left: 2em;
}

a {
	/*color: #7E5C4E;*/
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/*** CONTAINER DIVS ***/
#wrap {
	margin: 0px auto;
	width: 854px;
}
#header {
	margin: 0px auto;
	width: 854px;
		padding-top: 1px;
}
#main {
	margin: 0px auto;
	padding-top:24px;
	clear: both;
		text-align:left;
}

#content-block {
	margin: 0px auto;
	width: 854px;
	background-color: #FFFFFF;
}
#content-block .t {background: url(../images/block_dot.gif) 0 0 repeat-x;}
#content-block .b {background: url(../images/block_dot.gif) 0 100% repeat-x}
#content-block .l {background: url(../images/block_dot.gif) 0 0 repeat-y}
#content-block .r {background: url(../images/block_dot.gif) 100% 0 repeat-y}
#content-block .bl {background: url(../images/block_bl.gif) 0 100% no-repeat}
#content-block .br {background: url(../images/block_br.gif) 100% 100% no-repeat}
#content-block .tl {background: url(../images/block_tl.gif) 0 0 no-repeat}
#content-block .tr {background: url(../images/block_tr.gif) 100% 0 no-repeat; padding:10px;
  min-height:370px;
  height:auto !important;
  height:370px;

} 
#bottom {
	clear: both;
	background-color:#000000;
	color: #FFFFFF;
	padding: 10px 0;
	text-align: left;
}
#footer {
	margin: 12px auto 12px auto;
	text-align: right;
	font-size: 10px;
}

/*** HEAD ***/

#masthead {
	margin: 18px auto 0px auto;
	width: 854px;
	height: 50px;
	text-align: left;
	background: url(../images/header-bar.png) no-repeat;
		position:relative;
}
#head-logo {
	width: 192px;
	float:left;
	display:inline;
}
#head-logo img {
	margin-left: 14px;
	margin-top: 32px;
}
#head-nav {
	margin-left: 30px;
	float:left;
	display:inline;
}
#head-top {
		width: 630px; /* Opera */
	height: 28px;
	margin-top: 6px;
	color: #FFFFFF;
		overflow: hidden;
		line-height: 20px;
}
#head-top .name {
	float: left;
	width: 410px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
#head-top .name img {
	vertical-align: middle;
}
#head-top .number {
	float: left;
	text-align: right;
	width: 200px;
	font: 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#head-strap {
	height: 18px;
	overflow: hidden;
}
#head-strap h2 {
		position: relative;
	color: #CCCCCC;
	word-spacing: 2px;
	text-transform: uppercase;
	float: left;
	width: 400px;
	background: url(../images/head_corporate.gif) no-repeat left top;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win */
}
#nav {
	width: 630px; /* Opera */
	height: 31px;
}


/*** ELEMENTS ***/

#main-heading {
	margin: 0 0 6px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	text-transform: uppercase;
}
.centered {
	margin: 0px auto;
	width: 854px;
	text-align: left;
}
.content, .content2 {
	clear: both;
	padding: 0 16px;
	margin-bottom: 14px;
}
.content2 h3 {
	margin-top: 0;
	margin-bottom: 14px;
	font-weight: normal;
}
.content2 p {
	margin-top: 0;
}
.columns1, .columns2 {
	clear: both;
}
.columns1 h3 {
	margin: 0;
	font-weight: normal;
}
.columns1 p, .columns1 ul, .columns1 ol, .columns1 li {
	margin-top: 0;
}
.columns2 h3 {
	font-weight: normal;
	margin-bottom: 14px;
}

.column-left {
	float: left;
	width: 47%;
	padding-left: 16px;
	display: inline;
}
.column-right {
	float: right;
	width: 48%;
	padding-left: 16px;
	display: inline;
	height: 1%; /* Holly hack for Peekaboo Bug */
}

.box {
	clear: both;
	margin: 0px auto;
	background-color: #f2f2f2;
		height:1%;
}
.box .box_bl {background: url(../images/box_bl.gif) 0 100% no-repeat #f2f2f2;}
.box .box_br {background: url(../images/box_br.gif) 100% 100% no-repeat}
.box .box_tl {background: url(../images/box_tl.gif) 0 0 no-repeat}
.box .box_tr {background: url(../images/box_tr.gif) 100% 0 no-repeat; padding:10px}

.box h4 {
	margin-bottom: 14px;
	font-size: 1.3em;
	color: #51A418;
	font-weight: normal;
}
.box .button {
	margin-top:18px;
	text-align:right;
}
.content-heading .box {
	margin-top: 0;
}
.content-heading {
	margin-bottom: 40px;
}
.content-heading h2 {
	margin: 10px;
	padding: 0;
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #7A7A7A;
}
.content-heading ul, .content-heading p {
	margin: 10px;
}
.content-heading ul {
	list-style-position: inside;
}
.content-heading h2 a {
	text-decoration: none;
}

.content-subheading .box {
	margin-top: 0;
}
.content-subheading {
	margin-bottom: 14px;
}
.content-subheading h2 {
	margin: 10px;
	padding: 0;
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #7A7A7A;
}
.content-subheading h2 a {
	text-decoration: none;
}

.clearfix {
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	clear: both;
}
.floatleft {
	float:left;
}
.underlined {
	text-decoration:underline;
}
.highlight {
	color: #62584E;
}
.bullet {
	padding-left: 16px;
	background: url(../images/bullet.gif) no-repeat left center;	
}
.collapsed, .collapsed li {
	margin-top: 0px;
	margin-bottom: 0px;
}
.skiplink {
	position: absolute;
	left: -999em;
	width: 150px;
}
a.skiplink:active,  a.skiplink:focus {
	left: auto;
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	color: #000000;
}


#TJK_ToggleON,#TJK_ToggleOFF {display:none}



select {background:ffffff; font-color:#000000; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:10px;}

TD {color : #000000; font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 10px;}

input, textarea {background:#CCCCCC; font-color:#000000; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:10px;}