body{
	margin: 20px;
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
}
#container{
	position: relative;
	width: 500px;
}
h1{
	font-family: "Trebuchet MS", arial;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #006699;
	position: absolute;
	height: 60px;
	width: 500px;
	border: 1px solid #003366;
	font-weight: normal;
	padding-top: 30px;
	padding-left: 30px;
}
#content{
	position: absolute;
	width: 500px;
	top: 112px;
	padding:15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
h5{
	border-top: 10px dashed #6699CC;
	width: 200px;
	position: absolute;
	z-index: 2;
	top: 101px;
	left: 21px;
}
h4{
	border-top: 10px dashed #ADC6DF;
	width: 200px;
	position: absolute;
	z-index: 2;
	top: 21px;
	left: 21px;
}
hr{
	color: #CCCCCC;
	height: 1px;
	width: 98%;
}
a{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #0099CC;
	text-decoration: underline;
	font-weight: bold;
}

