/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

a {
	color: #2316A1;
}

a:hover {
	color: #2316A1;
}

.p1 {
	text-indent: 15px;
}

h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #2316A1;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	border-bottom: dashed 1px #cacaca;
	color: #2316A1;
}
td {
	font-size: 14px;
	font-family: arial, san-serif;
}

ul {
	margin-left: 10px;
}
li {
	text-align: left;
	padding-bottom: 15px
}
.main_content {
	width: 750px;
	height: 500px;
	margin-left: 79px;
}
.main-left {
	width: 187px;
	background: url('images/prj_menu_bg.jpg') repeat-y;
	height: 500px;
}
.main-top {
	text-align: right;
	background: url('images/prj_scales2.jpg') right bottom no-repeat;
	height: 137px;
}
.content {
	padding: 10px;
	height: 400px;

}
.inner_content {
	vertical-align: top;
	text-align: left;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 95%;
	align: center;
}
.footer {
	font-size: 10px;
}
