﻿div.announcement
{
    clear: both;
    float: left;
}

.newstitle
{
    text-align: center;
    color: #ffff66;
    font-size: 24px;
    padding: 0;
    margin: 20px 0 0 0;
}

div#bulletin
{
    clear: both;
    float: left;
    background: url(/image/newsboard.jpg) no-repeat;
    height: 300px;
    width: 336px;
    margin: 0;
}

div#latest
{
	width: 286px;
    height: 245px;
	overflow: auto;
	color: black;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
}

div#latest dl
{
    clear: both;
    float: left;
	font-size: 14px;
	margin: 0 0 10px 0;
	width: 268px;
}

div#latest dd.msgdate
{
    float: left;
    width: 70px;
    margin: 0;
}

div#latest dd.msgdetail
{
    float: right;
    text-align: left;
    width: 192px;
    margin: 0;
}

div#latest dd a
{
    text-decoration: underline;
}



div#newsother
{
    clear: both;
    float: left;
    width: 100%;
    margin-top: 20px;
}

div#newsother li
{
    color: #ffff66;
}

div#newsother a
{
	text-decoration: none;
	color: #ffff66;
	line-height: 30px;
	font-size: 16px;
}
