* {
	font-family: Helvetica;
	font-size: 12px;
}

a {
	text-decoration: none;

}

#container {
	margin: 0px auto;
	margin-top: 20px;
	width: 950px;
}

#top {
	background-color: #dbdbdb;
	width: 950px;
	height: 200px;
	overflow: hidden;
}

#left {
	background-color: #dbdbdb;
	float:left;
	width: 190px;
	font-size: 11px;
	clear: both;
	padding: 0px;
	height: 1200px;
}

#right {
	background-color: #dbdbdb;
	float:right;
	width: 200px;
	font-size: 11px;
}

#content {
	float:left;
	width: 560px;
	overflow: hidden;
}

.paragraph {
	margin: 5px;
	padding: 5px;
}

.bigblue_txt {
	font-size: 14px;
	color: #0590ce;
	font-weight: bold;
}

.blue_txt {
	color: #0590ce;
}

.biggreen_txt {
	font-size: 14px;
	color: #2ea304;
	font-weight: bold;
}

.green_txt {
	color: #2ea304;
}

.grey_box {
	background-color: #F4F4F4;
	border: solid #EFEFEF 1px;
}

.imgcontainer {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 10px;
}

.ju_txt {
	position: relative;
	height: 70px;
	top: 40px;
}

.ju_txt span {
	display: block;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}
