@import "elements.css";
* {
	margin: 0px;
	padding: 0px;
}
html {
	height:100%;
}
body {
	height:100%;
	min-height: 100%;
	background: url(../images/bg.gif) repeat top center;
}
body,td,th,p,dt,dd,blockquote {
	font-size: 9pt;
	color: #333333;
}
body,td,p,div,ul,ol,dt,dd,blockquote {
	line-height:160%;
}
body > #container {
    height: auto;
}

img{
	border:none;
}

a, .leaf a, .footer a {
	text-decoration: none;
}
a:link, .leaf a:link, .footer a:link {
	color: #00469d;
}
a:visited , .leaf a:visited, .footer a:visited {
	color: #333399;
}
a:hover, .leaf a:hover, .footer a:hover {
	color: #99CCFF;
}
a:active, .leaf a:active, .footer a:active {
	color: #eeeeee;
}
h1{
	text-align: right;
	color: #fff;
	font-size: 0.8em;
	line-height: 17px;
	width: 750px;
	margin: 0px auto;
	font-weight:normal;
}
h2 {
	margin:0px;
}
h3,h6 {
	font-size: 1.2em;
	background: url(../images/land/h2bg.gif) no-repeat left top;
	line-height: 35px;
	margin-top: 20px 0px 15px 0px;
	text-indent: 12px;
	color: #000000;
}
h4 {font-size: 1.2em;
	color: #000000;
	background: url(../images/land/h3long.gif) no-repeat left top;
	line-height: 35px;
	margin-top: 20px 0px 15px 0px;
	text-indent: 12px;
}
h5 {font-size: 1.2em;
	color: #990000;
	background: url(../images/land/h4bg.gif) no-repeat left top;
	line-height: 35px;
	margin-top: 20px 0px 15px 0px;
	text-indent: 12px;
}
h6 {
}
/* Base layout */
#label {
	margin: 0px;
	padding: 0px;
	height: 17px;
	background-color: #00043e;
}
#header {
	margin:0px auto;
	text-align: center;
	border-bottom: solid 1px #999999;
}
#container {
	margin:0px auto;
	background-image: url(../images/bg3.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: auto;
}
#container:after , #main:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
#container, #main { zoom:100%; }

#main {
	margin: 0px auto;
	width: 750px;
}

#copy {
	margin: 0px;
	padding: 0px;
	background-color: #00043e;
	height: 17px;
	clear: both;
	color: #fff;
	text-align: center;
	font: 8pt/17px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#copy a {
	color: #FFFFFF;
	text-decoration: none;
}

.leaf {
	height: 35px;
	text-align: right;
	line-height: 35px;
	margin:0px;
	margin: 0px;
	padding: 0px 8px 0px 0px;
}
.footer {
	height: 30px;
	text-align:center;
	width:auto;
	margin: 30px auto 0px 130px;
	clear: both;
}

.footer li {
	list-style: none;
	float: left;
	line-height: 30px;
	font-size:9pt;
	text-align: center;
	margin: 0px 1px;
}
/**********************/
#main > #land1 {
	float: left;
	margin: 15px 0px 0px 10px;
	width: 241px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#main > #land23 {
	float:right;
	width:485px;
	margin: 15px 10px 0px 0px;
	border: solid 1px #ccc;
}
#land23 > #land2 {
	float: left;
	margin: 0px;
	width: 242px;
	border-right: solid 1px #ccc;
}
#land23 > #land3 {
	margin: 0px;
	width: 241px;
	float: right;
}
/************************/
* html #land1 {
	float: left;
	margin: 15px 0px 0px 5px;
	width: 241px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
* html #land23 {
	float:right;
	width:485px;
	margin: 15px 5px 0px 0px;
	border: solid 1px #ccc;
}
* html #land2 {
	float: left;
	margin: 0px;
	width: 242px;
	border-right: solid 1px #ccc;
}
* html #land3 {
	margin: 0px;
	float: right;
	width: 241px;
}
/****************************/
#main p {
	margin: 5px 5px 0px 5px;
}
.title,.title2, .title3, .title4 {
	margin: 0px 0px 10px 0px;
	background-color: #003399;
	color: #fff;
	text-align: right;
	line-height: 25px;
	border-bottom: solid 1px #333;
	padding-right: 5px;
}
.title2 {
	background-color: #006666;
}
.title3	{
	background-color: #006633;
}
.title4	{
	background-color: #993333;
}
.dtl {
	text-align: center;
	padding: 5px 0px 20px 0px;
	margin: 0px;
}
dl {
	margin: 5px;
	text-align: left;
}
dt {
	color: #0066FF;
	font-size: 14px;
}
dd {
	margin-bottom: 8px;
}
.link {
	margin: 10px 0px;
}
.link li  {
	list-style: none;
	text-indent: 8px;
	margin:3px 0px 8px 0px;
	padding:0px;
	border-bottom: 1px solid #003399;
}
.link li a {
		margin:0px;
		padding: 0px;
		background-color: #DDEEFF;
		border-left: 5px solid #003399;
		display: block;
		
}
.link li a:hover {
		margin:0px;
		padding: 0px;
		background-color: #F0FFFF;
		border-left: 5px solid #3366cc;
		display: block;
		
}
.nifty {
	width: 100%;
	margin: 0px;
}
