/* CSS Document */
#container {
	border: 2px solid #000000;
	width: 754px;
}
#content {
margin-left:0;
}
.containermain {
width: 724px;
}
.hometitle{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}
.homesub{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
}
ul {
margin-left: 15px;
padding: 7px 0 20px 0;
}
li{
padding-bottom: 3px;
padding-left: 0;
list-style-position: outside;
list-style: square;
}
.sub {
padding-bottom: 0;
}
.sub li{
list-style: lower-alpha;
}