body {
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	text-align: justify;
	line-height: 140%;
	color: #666666;
	background: url(../images/bg.jpg) repeat-x;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #2F75B3;
	margin: 0px 0px 6px 0px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 0px 0px;
}
p {
	margin: 0px 0px 20px 0px
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #2F75B3;
}
ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}	
li {
	list-style-type: none;
	padding: 0 0 0 20px;
	line-height: 20px;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
ul.break li {
padding-bottom: 16px;
}

textarea{
	width: 200px;
	height: 100px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}
input {
	width: 200px;
	height: 13px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}
.btn {
	width: auto;
	height: auto;
}

#horiz_navi {
	float: right;
	margin-top: 38px;
	height: 23px;
}
#horiz_navi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#horiz_navi li {
	float: left;
	height: 23px;
	width: 75px;
	margin-left: 10px;
	padding: 0px;
	background: url(../images/horiz_navi_btn.jpg) no-repeat;
}
#horiz_navi ul li a {
	display: block;
	line-height: 23px;
	font-family: "Times New Roman";
	font-size: 14px;
	text-align: center;
	color: #1577B3;
	font-weight: bold;
	text-decoration:none;

}
#horiz_navi ul li a:hover {
	color: #666666;
}

#vert_navi {
	background: url(../images/vert_navi_bg.jpg);
}
#vert_navi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#vert_navi li {
	height: 25px;
	width: 180px;
	margin: 0px;
	padding: 0 0 0 20px;
	line-height: 25px;
	background-image: url(../images/vert_navi_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}
#vert_navi ul li a {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

#pscroller1{
width: 220px;
height: 305px;
}

#latest_updates {
	margin: 15px auto;
	font-size:12px;
}

#related_links {
	font-size:12px;
	margin-bottom: 10px;
	text-align:left;
}

#introduction {
	margin-top: 15px;
}

#mission_member {
	margin-top: 15px;
}
#mission_member ul {
	margin-top: 12px;
}
#mission_member a {
	color: #008888;
}
#mission_member a:hover {
	text-decoration: underline;
}

#message_president {
	margin: 15px auto;
	font-size: 12px;
}
#message_president a {
	color: #008888;
}
#message_president a:hover {
	text-decoration: underline;
}

#footer {
	background:url(../images/footer_bg.jpg) #4997C6;
	font-size: 12px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFCC00;
}

#page_title {
	margin: 10px 9px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #008888;
	height: 30px;
	background: url(../images/page_title_sep.jpg) bottom repeat-x;
}
#page_title li {
	background-image: url(../images/page_title_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#page_data {
	margin-bottom: 15px;
}