body {
	line-height: 150%;
	font-size: small !important;
	/*font-size: medium;*/
	padding: 0;
	margin: 0;
	text-align: center;
}

p {
	text-align: left;
}

/* Link */
a 			{ color: #6699cc; font-weight:bold; } 
a:link		{ color: #6699cc; } 
a:visited	{ color: #6699cc; } 
a:active	{ color: #0099cc; text-decoration: } 
a:hover		{ color: #0099cc; text-decoration: }

a.txtbutton {
	color: #336600;
	background-color: #ccff99;
	border-right: 1px solid #666633;
	border-bottom: 1px solid #666633;
	padding: 3px 15px 3px 15px;
	margin: 5px;
	text-decoration: none;
	font-weight: bold;
}
a.txtbutton:link {
	color: #336600;
	background-color: #ccff99;
	border-right: 1px solid #666633;
	border-bottom: 1px solid #666633;
	padding: 5px 15px 5px 15px;
	margin: 10px;
	text-decoration: none;
	font-weight: bold;
}
a.txtbutton:visited {
	color: #336600;
	background-color: #ccff99;
	border-right: 1px solid #666633;
	border-bottom: 1px solid #666633;
	padding: 5px 15px 5px 15px;
	margin: 10px;
	text-decoration: none;
	font-weight: bold;
}
a.txtbutton:active {
	color: #000000;
	background-color: #ccffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px 15px 5px 15px;
	margin: 10px;
	text-decoration: none;
	font-weight: bold;
}
a.txtbutton:hover {
	color: #000000;
	background-color: #ccffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px 15px 5px 15px;
	margin: 10px;
	text-decoration: none;
	font-weight: bold;
}
/* end Link */

/* greenBox */
.greenbox {
	width: 163px;
	margin: 0;
	padding: 0;
}
.greenboxtitle {
	color: #ffffff;
	background-color: #edfcc0;
	border-top: 1px solid #99cc33;
	border-bottom: 1px solid #339966;
	border-right: 1px solid #99cc33;
	border-left: 1px solid #99cc33;
	padding: 3px 5px;
	margin: 0;
	font-weight: bold;
}
.greenboxsubtitle {
	color: #000000;
	background-color: #ccff99;
	/*border-top: 1px solid #99cc33;*/
	border-bottom: 1px solid #99cc33;
	border-right: 1px solid #99cc33;
	border-left: 3px solid #339966;
	padding: 3px 5px 0 1em;
	margin: 0;
	font-weight: normal;
}
.greenboxtext {
	color: #333333;
	border-right: 1px solid #99cc33;
	border-left: 1px solid #99cc33;
	border-bottom: 1px solid #99cc33;
	padding: 0;
}
/* end greenBox */

/* buleBox */
.bluebox {
	width: 163px;
	margin: 10px 0;
}
.blueboxtitle {
	color: #006666;
	background-color: #33cccc;
	border-top: 1px solid #33cccc;
	border-bottom: 3px solid #339999;
	border-right: 1px solid #33cccc;
	border-left: 1px solid #33cccc;
	padding: 3px 5px;
	font-weight: bold;
}
.blueboxtext {
	color: #333333;
	border-right: 1px solid #33cccc;
	border-left: 1px solid #33cccc;
	padding: 5px 10px;
}
.blueboxft {
	color: #336699;
	background-color: #99ccff;
	border-right: 1px solid #33cccc;
	border-left: 1px solid #33cccc;
	border-bottom: 1px solid #33cccc;
	padding: 3px 5px;
	text-align: right;
}
/* end buleBox */

/* yellowBox */
.yellowbox {
	width: 143px;
	color: #000000;
	background-color: #ffcc00;
	padding: 5px 10px;
	margin: 10px 0;
}
/* end yellowBox */

/* column01 */
.columnbox01 {
	width: 577px;
	margin: 10px 0;
}
.clb {
	float: left;
	width: 382px;
}
.cl {
	float: left;
	width: 175px;
	background-color: #ff9900;
	border-right: 1px solid #000000;
	padding: 10px 5px 10px 10px;
	text-align: center;
}
.cr {
	float: right;
	width: 175px;
	background-color: #3366ff;
	border-right: 1px solid #000000;
	padding: 10px 5px 10px 10px;
	text-align: center;
}
.crb {
	float: right;
	width: 175px;
	background-color: #99cc33;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
/* end column01 */

/* buttonOver */
.button {
	padding: 0;
	margin: 0;
	list-style: none;
}

.button .topbutton01 a {
	width: 251px;
	position: relative;
	margin: 0;
	padding: 101px 0 0 0;
	overflow: hidden;
	display: block;
	background: url(../images/topbutton01.gif) top left no-repeat;
	text-decoration: none;
	height: 0px !important;
	height /**/:101px;/* for ie5.x */
}
.button .topbutton01 a:hover {
	background-position: 0px -101px;
}

.button .topbutton02 a {
	width: 251px;
	position: relative;
	margin: 0;
	padding: 101px 0 0 0;
	overflow: hidden;
	display: block;
	background: url(../images/topbutton02.gif) top left no-repeat;
	text-decoration: none;
	height: 0px !important;
	height /**/:101px;/* for ie5.x */
}
.button .topbutton02 a:hover {
	background-position: 0px -101px;
}

.button .kb a {
	width: 155px;
	position: relative;
	margin: 0;
	padding: 36px 0 0 0;
	overflow: hidden;
	display: block;
	background: url(../images/kb.gif) top left no-repeat;
	text-decoration: none;
	height: 0px !important;
	height /**/:51px;/* for ie5.x */
}
.button .kb a:hover {
	background-position: 0px -36px;
}

.button .tb a {
	width: 155px;
	position: relative;
	margin: 0;
	padding: 36px 0 0 0;
	overflow: hidden;
	display: block;
	background: url(../images/tb.gif) top left no-repeat;
	text-decoration: none;
	height: 0px !important;
	height /**/:51px;/* for ie5.x */
}
.button .tb a:hover {
	background-position: 0px -36px;
}

.button .fb a {
	width: 155px;
	position: relative;
	margin: 0;
	padding: 36px 0 0 0;
	overflow: hidden;
	display: block;
	background: url(../images/fb.gif) top left no-repeat;
	text-decoration: none;
	height: 0px !important;
	height /**/:51px;/* for ie5.x */
}
.button .fb a:hover {
	background-position: 0px -36px;
}
/* end buttonOver */

/* page */
.blackboard {
	width: 571px;
	border: 3px solid #000000;
	background-color: #003300;
	text-align: center;
	margin-top: 10px;
}
.fc {
	color: #ffffff;
	font-size: medium;
	font-weight: bold;
	line-height: 170%;
	text-align: left;
	padding: 30px;
	list-style: url(../images/check.gif);
}
/* end page */

/* wrap */
.wrap {
	width: 750px;
	text-align: left;
	margin: 0 auto;
}
.headbox {
	width: 750px;

}
.mainbox {
	width: 750px;
	padding: 10px 0 0 0;
}
.sidebar {
	float: left;
	width: 163px;
}
.contentbox {
	float: right;
	width: 545px; /*577px*/
	padding: 0 16px;
}
/* end wrap */

/* renew
.renewbox {
	width: 577px;
}
.nsbox {
	float: left;
	width: 384px;
}
.new {
	width: 384px;
}
.staffblog {
	width: 384px;
}
.blognews {
	float: right;
	width: 165px;
}
end renew */