/*home*/
#content .col1 {
	width: 500px;
	padding-right: 20px;
	border-right: dotted 1px #3d4687;
}
#content .col1 p {
	font-size: 11px;
	color: #000000;
}
#content .col3 {
	width: 175px;
	
}
#content .col3 p {
	font-size: 10px;
	color: #3d4687;
}
h1 {
	color: #3d4687;
	font-size: 150%;
	border-bottom: dotted 1px #3d4687;
	padding: 7px 0px;
}
h2 {
	color: #3d4687;
	font-size: 125%;
	padding: 0px;
	border-bottom: dotted 1px #3d4687;
	margin-top: 0px;
}
ul li {
	font-weight: bold;
}
.msg {
	border: solid 1px #000;
	color: #CC0000;
	background-color: #FFFF66;
	padding: 10px;
}