body {
	margin: 0px;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 0.1em
}

a img {
	border: none;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #359B00;
	text-decoration: underline;
}


td {
	vertical-align: top;
}

.wrapper {
	width: 750px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-top: 6px solid #359B00;
}


.header {
	height: 23px;
	margin: 16px 0px;
}
.header h1 {
	float: left;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}
.header img {
	float: left;
	margin: 0px;
}
.header p {
	float: right;
	margin: 0px;
	padding: 0px;
}
.header p img {
	margin: 0px 0px 0px 20px;
}


.menu {
	height: 28px;
	border-bottom: 3px solid #359B00;
	margin: 0px 0px 15px 0px;
}

.main {
	width: 750px;
	margin: 10px 0px 0px 0px;
}
.t-left {
	width: 200px;
	padding: 0px 15px 0px 0px;
	letter-spacing: 0em;
	font-size: 11px;
	line-height: 130%;
}
.t-left img {
	margin: 0px 0px 3px 0px;
}
.t-left div {
	font-size: 12px;
	line-height: 150%;
	border: 1px solid #CCCCCC;
	margin: 10px 0px 15px 0px;
	padding: 5px;
}
.t-left div a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.t-right {
	width: 550px;
	padding: 0px;
}


.whats_new {
	border: 1px solid #CCCCCC;
	margin: 0px 0px 15px 0px;
	padding: 0px 8px 8px 8px;
	list-style: none;
}
.whats_new li {
	border-bottom: 1px dotted #CCCCCC;
	padding: 4px;
}
.whats_new b {
	letter-spacing: 0em;
	margin: 0px 5px 0px 0px;
}

.about {
	border: 1px solid #CCCCCC;
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 0px 10px;
}
.about dl {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.about dt {
	margin: 0px;
	padding: 8px 0 7px 0;
}
.about dt p.arow{
	font-weight: normal;
	margin: 0 0 0 2.5em;
}
.about dt span{
	color: #000000;
}
.about dd { margin: 0 0 0.35em 2.5em;}
.about dd a{ text-decoration: underline;}
.about p {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.about b {
	font-size: 15px;
	text-decoration: underline;
}
.about img {
	float: left;
	margin: 2px 5px 0px 0px;
}
.about a {
	margin: 0px 20px 0px 0px;
}
.about a b {
	font-size: 13px;
}


.footer {
	border-top: 1px solid #CCCCCC;
	padding: 15px 0px;
	text-align: right;
}











