body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background: #FFFFFF;
	font-family: Franklin Gothic Book, Verdana, Arial, sans-serif;
	color: #333;
	font-size: 12px;
}

#header {
	width: 770px;
	margin: 0px auto;
}
#logo {
	width: 300px;
	height: 52px;
	float: left;
}
#menu {
	width: 470px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #666666;	
	padding-top: 20px;
}
#menu a {
	color: #666;
	text-decoration: none;
}
#menu a:hover {
	color: #336666;
}
#date {
	float: left;
	width: 100%;
	padding-left: 50px;
	font-size: 14px;
	color: #999999;
	text-align: left;
	padding-bottom: 13px;
}

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
#image {
	float: left;
	width: 770px;
	height: 150px;
	padding-bottom: 13px;
	position: relative;
}
#image_buttons {
	width: 150px;
	height: 105px;
	position: absolute;
	left: 569px;
	top: 25px;
}
.box {
	width: 385px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}
.div_padding {
	padding:10px;
	width:365px;
}
.title {
	font-size: 18px;
	color: #333333;
}
ul {
	list-style-image: url(/images/bullet.gif);
	list-style-position: outside;
	font-size: 12px;
	color: #333;
	line-height: 20px;
}
p {
	line-height: 20px;
}

#footer {
	height: 19px;
	width: 750px;
	padding-left: 20px;
	padding-top: 3px;
	background: #336666;
	text-align: left;
	color: #FFF;
	font-size: 11px;
	margin: 0px auto;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}

.clear {
	clear: both;
}

.textbox {
	background: url(/images/textbox_background.gif) repeat-x;
	border: 1px solid #C8D6D6;
	width: 329px;
	height: 17px;
	padding-top:3px;
	padding-left:3px;
	font-size: 12px;
	color: #333;
	font-family: Franklin Gothic Book, Verdana, Arial, sans-serif;
}
.textarea {
	background: #E6ECEC url(/images/textarea_background.gif) repeat-x;
	border: 1px solid #C8D6D6;
	width: 329px;
	height: 87px;
	padding-top:3px;
	padding-left:3px;
	font-size: 12px;
	color: #333;
	font-family: Franklin Gothic Book, Verdana, Arial, sans-serif;
}

.news a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.news a:hover {
	color: #336666;
}

.news_list a {
	color: #333;
	text-decoration: none;
}

.error {
	width: 100%;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	color: red;
}

.ty_logo {
	width: 100%;
	text-align: center;
	padding-bottom: 75px;
}
.ty_content {
	color: #666;
	font-family: Franklin Gothic Book, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}
.ty_content a {
	color: #666;
	text-decoration: none;
}