/* Tx RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2em;
}
ol, ul {
	list-style: none;
}

/* Tx */
html {overflow-y: scroll;}

body {
	font-family: arial, verdana;
	text-align: center;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #444;
}

a:hover, h2 {
	color: #719F23;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0;
}

p {
	margin-bottom: 12px;
}

input, textarea {
	border: 1px solid #5A829B;
}

#content ul {
	list-style-type: square;
	margin: 2px 0 20px 40px;
}

#wrapper {
	width: 850px;
	text-align: left;
	margin: 10px auto;
	color: #444;
}

#head {
	width: 850px;
	height: 64px;
	display: block;
}

#logo {
	width: 234px;
	height: 63px;
	background: url('../img/logo.jpg') top center no-repeat;
	float: left;
}

#logo2 {
	float: right;
	width: 468px;
	height: 60px;
	background: url('../img/canada.gif') top center no-repeat;
}

#top {
	width: 850px;
	height: 252px;
	background: url('../img/head.jpg') top center no-repeat;
	margin: 10px 0;
}

#left {
	width: 160px;
	float: left;
	text-align: left;
	/* margin: 42px 96px 0 0; */

	
}

#left li {
	background: url('../img/ico.jpg') left center no-repeat;
	border-bottom: 1px dashed #5A829B;
}

#left a{
	font-size: 16px;
	display: block;
	width: 140px;
	height: 25px;
	padding-left: 20px;
	padding-top: 5px;
	/* font-weight: bold; */
	color: #666;
}

#left a:hover{
	/* background-color: #efefef; */
	color: #719F23;
}

#left a.active{
	color: #5A829B;
	font-size: 16px;
	font-weight: bold;
}


#content {
	width: 670px;
	padding-left: 10px;
	float: right;
	border-left: 1px dashed #5A829B;
	font-size: 12px;
}

.c1 img, .c2 img {
	margin-bottom: 10px;
}

.c1 img {
	float: left;
	margin-right: 10px;
}

.c2 img {
	float: right;
	margin-left: 10px;
}

div.divider {
	display: block;
	clear: both;
	/* margin: 10px 0; */
	width: 666px;
	height: 10px;
	border-top: 1px dashed #719F23;
}

#ref a img {
	border: 4px solid #fff;
	margin: 13px;
}

#ref a:hover img {
	border: 4px solid #719F23;
}

.tbl, .tbl td {
	padding: 6px;
	border: 1px solid #bbb;
	border-collapse: collapse;
	border-spacing: 0px;
}

#msg {
	display: block;
	width: 350px;
	height: 350px;
	float: right;
	margin-right: 50px;
}

#msg div {
	float: right;
}

#msg span {
	display: none;
	font-weight: bold;
}

p.kp {
	float: left;
}

div.sbtn {
	display: block;
	width: 300px;
	clear: both;
	text-align: right;
	margin-top: 5px;
}

div.subj {
	margin-top: 10px;
}

#footer {
	display: block;
	clear: both;
	text-align: center;
	width: 850px;
	height: 32px;
	padding-top: 16px;
	font-size: 12px;
}