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

body {
	margin: 0px;
	padding: 0px;
	background-color: #00294c;
	font: 0.8em/1.2em Arial, Helvetica, sans-serif;
	color: #00294c;
}
a {
	color: #008DBF;
	font-weight: bold;
}
a:hover {
	color: #2EADE6;
}
a img {
	border: 0;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
}
.floatlft {
	float: left;
}
.floatrgt {
	float: right;
}
.clear {
	clear: both;
}
.notopmargin {
	margin-top: 0px;
	margin-bottom: 5px;
}
.nobotmargin {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.leftphoto {
	margin-right: 10px;
	margin-bottom: 5px;
}
.divider {
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #00294C;
}
.smalltext {
	font-size: .8em;
}
.ltbluetext {
	color: #31AFE7;
}
#divBg1 {
	background-color: #daedf7;
	background-image: url(../images/layout/bgslice1.jpg);
	background-repeat: repeat-x;
}
#divBg2 {
	background-image: url(../images/layout/bgslice2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#divWrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/layout/flash.jpg);
	background-repeat: no-repeat;
}
#divWrap1 {
	background-image: url(../images/layout/bgcontent.jpg);
	background-repeat: repeat-y;
}
#divWrap2 {
	background-image: url(../images/layout/bgtop.jpg);
	background-repeat: no-repeat;
}
#divWrap3 {
	background-image: url(../images/layout/bgbot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 567px;
	height: expression( this.scrollHeight < 567 ? "567px" : "auto" );
	padding-right: 80px;
	padding-left: 80px;
	padding-top: 1px;
	zoom: 1;
}
#logo {
	margin-right: 53px;
}
#divContent {
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#divContent img {
	display: block;
}
#divLftCol {
	width: 560px;
}
#divRgtCol {
	width: 180px;
	padding-left: 20px;
	padding-top: 5px;
}
#divAddress {
	text-align: right;
	font-size: 1.15em;
	line-height: 1.2em;
	border-top: 1px solid #00294C;
	padding-top: 10px;
	/*clear: both;*/
	float: right;
}
#divAddress a {
	color: #00294C;
	font-weight: normal;
	text-decoration: none;
}
#divAddress a:hover {
	text-decoration: underline;
}
#divFooter {
	background-image: url(../images/layout/bgfooter.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 50px;
	font-size: 1.1em;
	height: 130px;
	text-align: center;
	line-height: 1.5em;
}
#divFooter a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#divFooter a:hover {
	text-decoration: underline;
}

#TJK_ToggleON,#TJK_ToggleOFF {
	display: none;
}
