h1 { 
	font-size: 18px;
	font-weight: normal;
	color: #21578A;
	margin: 0;
	padding-bottom: 15px;
	}
	
h2 { 
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
	padding-top:15px;
	}
	
h3 {
	font-size:13px;
	font-weight:normal;
	margin:0;
	color:#21578A;
	padding-bottom:5px;
	padding-top:5px;
	
}

#content h1,
#content h2,
#content h3 {
	margin: 10px 55px 0 25px;
	}

#content h1 + h2 {
	margin-top:-15px;
	}

#content h2 + h3 {
	margin-top:-5px;
}

#content p {
	margin: 0 55px 10px 25px;
	}
	
#content p.date {
	text-align:right;
	font-style:italic;
	}

#content ul,
#content ol,
#content li {
	padding: 0;
	margin: 0 25px 10px 25px;
	}

#content h2 + ul li,
#content h3 + ul li {
	margin:0 0 0 25px;
}

#content a {
	color: #5482AB;
	text-decoration: none;
	}

#content a:hover {
	color: #21578A;
	text-decoration: underline;
	}
	
#content .label {
	margin:0 0 0 25px;
	display:block;
	float:left;
	}
	
#content strong.label {
	width:30px;
	}
	
#content div.label {
	width:275px;
	}

#content h2 a:link,
#content h2 a:hover,
#content h2 a:visited {
	color:#444;
}

#content select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#rightcol { 
	color: #888;
	font-size: 12px;
	}

#rightcol h1 {
	font-size: 16px; 
	}
	
#rightcol h1 a { 
	color: #5482AB;
	}

#rightcol h1 a:hover { 
	color: #21578A;
	}

#rightcol a { 
	color: #888;
	text-decoration: none;
	}

#rightcol em {
	display:block;
	width: 100%;
	padding: 6px 0 10px 0;
	border-bottom: #FFF 1px solid;
	color: #5482AB;
	}

#rightcol a:hover { 
	color: #555;
	text-decoration: none;
	}

#rightcol a:hover em{ 
	color: #21578A;
	}

#footer li { 
	display: inline;
	list-style:none;
	padding: 0 14px 0 10px;
	border-right: 1px #ABBDD4 solid;
	}

#footer li.last { 
	border-right: none; 
	}
	
#footer li a { 
	text-decoration:none;
	color: #c0cfde;
	}

#footer li a:hover { 
	text-decoration:none;
	color: #FFF;
	}

#pictures {
	position: relative;
	width: 500px;
	height: 130px;
}

#pictures a {
	position: absolute;
	top: 20px;
	left: 390px;
	width: 95px;
	line-height: 16px;
	text-decoration: none;
}

#custom a {
	color: #f3ddea;
}

#custom a:hover {
	color: #fff;
	text-decoration: none;
	background: none;
}

#custom em {
	display: block;
	padding: 6px 0 0 0;
	color: #dfc0d6; 
}

#custom a:hover em {
	color: #e7cfe0;
}

#normal a {
  	color: #000000; 
}

#normal a:hover {
	color: #fff;
	text-decoration: none;
	background: none;
}

#normal em {
	display: block;
	padding: 6px 0 0 0;
	color: #000000;
}

#normal a:hover em {
	color: #eef4e1;
}

