/* CSS Document */
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
.subtitle{
	text-align:center;
	font-weight:bold;
	width:250px;
	height:23px;
	padding-top:3px;
	margin:10px 30px 10px 150px;
	/*background-color:#f3f3f3;*/
	background-color:#dddddd;
	background-image:url(../img/list16.jpg);
	background-repeat:no-repeat;
	border-right:solid 5px #336699;
	border-bottom:solid 4px #cccccc;
	color:#003366;
	text-indent:0;
	font-size:100%;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.subsubtitle{
	font-weight:bold;
	width:280px;
	margin-left:5px;
	margin-bottom:5px;
	padding-left:20px;
	background-image:url(../img/titlebarnew.jpg);
	background-repeat:no-repeat;
}
.list{
	clear:none;
	list-style-image:url(../img/list9.jpg);
	list-style-position:outside;
	text-indent:1.5em;
	width:570px;
}
.comment{
	font-size:80%;
	color:#003366;
	margin-left:2px;
	margin-right:2px;
}

div#container div#content div#content1{
	float:left;
	margin-left:5px;
	margin-top:5px;
	width:290px;
}
div#container div#content div#content2{
	float:right;
	margin-left:5px;
	margin-top:5px;
	width:290px;
}
