/* Home Page */
#left_anim {
	float: left;
	height: 368px;
	width: 283px;
	background: #CCCCCC url(../animation/home_anim_sub.jpg) repeat-x;
}
#logos {
}
#logos img {

}
#content ul {
	list-style: none;
	margin: 0px 0px 0px 20px;
	line-height: 20px;
}
#content li:hover {
	background: url(../images/common/triangle.jpg) no-repeat left;
	padding-left: 15px;
}
#content a:hover {
	text-decoration: none;
}
#box li:hover {
	padding-left: 0px;
	background: url(none);
}
#box li {
	list-style: square;
}
#submissionContent {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px auto;
	padding: 20px 40px 40px;
	width: 700px;
}
#center {
	width: 90%;
	font-size: 12px;
	line-height: 18px;
	padding-top: 50px;
	padding-bottom: 210px;
	text-align: center;
}
