/* Typography
========================================================================================== */
p,
li,
dt,
dd {
	font-size: 0.75em;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
}
dt {
	font-weight: bold;
}
li li,
dd li {
	font-size: 1em;
}
h1,h2,h3,h4,h5,h6,legend {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #311D04;
}


#content a:link,
#content a:visited {
	color: #0A385F;
	text-decoration: none;
	border-bottom: solid 1px #0A385F;
}
#content a:focus,
#content a:hover,
#content a:active {
	border-bottom: dotted 1px #0A385F;
}
#content .cke_1 a:link,
#content .cke_1 a:visited,
#content .cke_1 a:focus,
#content .cke_1 a:hover,
#content .cke_1 a:active {
	border: none;	
}

#content h2,
.cke_contents h2,
legend {
	margin: 25px 0 10px;	
	font-size: 1.4em;
	clear: both;
	line-height: 1.3;
}
#content h2 a:link,
#content h2 a:visited,
#content h2 a:hover,
#content h2 a:focus,
#content h2 a:active,
#content h3 a:link,
#content h3 a:visited,
#content h3 a:hover,
#content h3 a:focus,
#content h3 a:active {
	color: #0A385F;
	border-color: #0A385F;
	/*border: none;*/
}
#content h3,
.cke_contents h3 {
	margin: 25px 0 10px;	
	font-size: 0.875em;
	clear: both;
}
#content p,
#welcome p {
	margin: 10px 0;	
	line-height: 1.5;
}
#content ul,
#content ol {
	margin: 20px;
	padding: 0 20px;
}
#content li {	
	margin: 5px 0;
}


.img {
	margin: 20px auto;
	display: block;
    position: relative;
    overflow: hidden;
    width: 600px;
}
.img-left {
	float: left;
	margin: 0 20px 20px 0;
    position: relative;
    overflow: hidden;
}
.img-right {
	float: right;
	margin: 0 0 20px 20px;
    position: relative;
    overflow: hidden;
}

.img-border-top,
.img-border-btm {
    height: 600px;
    width: 800px;
    position: absolute;
    left: 0;
    top: -28px;
    background: url(/img/2011/img-border-top.png) no-repeat top left;
}
.img-border-btm {
    background: url(/img/2011/img-border-btm.png) no-repeat bottom right;
    left: auto;
    top: auto;
    right: 0;
    bottom: -23px;
}
