/* YUI reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* basics */

html {
	font-size: 100%;
}

body {
	font-family: Georgia, Times, serif;
	font-size: 14px;
}

h1 {
	font-size: 40px;
	font-weight: bold;
	font-family: 'PT Sans', Arial, sans-serif;
	color: #103870;
	margin-bottom: 10px;
	margin-left: -50px;
}

h2 {
	font-size: 20px;
	line-height: 19px;
	font-weight: bold;
	font-family: 'PT Sans', Arial, sans-serif;
	color: #103870;
	margin-bottom: 19px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	line-height: 19px;
	margin-bottom: 19px;
}

p {
	line-height: 19px;
	margin-bottom: 19px;
}

ul {
	list-style: disc outside;
	margin-left: 19px;
	margin-bottom: 19px;
}

li {
	line-height: 19px;
}

ul ul {
	list-style: square outside;
}

a {
	color: #598ABB;
}

a:visited {
	color: #103870;
}

/* header */

.header {
	background-color: #060e33;
	height: 50px;
}

.logo {
	float: left;
	margin-left: 40px;
	margin-right: 10px;
	padding: 15px 0 5px 0;
}

.naviEntry, .naviEntry:visited {
	float: left;
	color: #598ABB;
	font-size: 21px;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	margin-left: 30px;
	padding: 10px 10px 0 10px;
	display: block;
	text-decoration: none;
}

.naviEntry:hover, .active, .active:visited {
	background-color: #598ABB;
	color: #ffffff;
}

.main {
	padding-top: 40px;
	width: 990px;
}

/* main content col */

.leftCol {
	width: 500px;
	padding: 0 0 0 220px;
	float: left;
}

.leftCol hr, .leftRightCol hr {
	/* ie - fix */
	height: 0px;
	border: solid black 0px;
	border-top-width: 1px;
	/* margin-top: 1.5em; */
	margin-left: -45px;
	margin-right: -45px;
	margin-bottom: 37px; /* 2 x 19px - 1px for border */
}

.rightCol {
	width: 205px;
	float: left;
	padding: 0 0 0 40px;
}

.leftRightCol {
	width: 705px;
	padding: 0 0 0 220px;
	float: left;
}

img.floatLeft {
	float: left;
	margin: 19px 19px 19px -45px;
}

img.floatRight {
	float: right;
	margin: 0 0 19px 19px;
}

.imgBox {
	background-color: #F8F6EA;
	float: left;
	margin: 0 19px 19px -45px;
	padding: 9px 9px 0 9px;
}

.imgBox p {
	font-family: Verdana, Tahoma, sans-serif;
	font-style: italic;
	font-size: 11px;
	line-height: 19px;
	margin-bottom: 19px;
}

.imgBox img {
	margin-bottom: 8px;
	border: 1px solid white;
}

/*
.imgBox :last-child { 
  margin-bottom: 0; 
}
*/

/* right col */

.box {
	margin-top: -10px;
	padding: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	background-color: #F8F6EA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.box :last-child { 
  margin-bottom: 0; 
}

.rightCol h2 {
	color: #000000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 19px;
}

.rightCol p {
	line-height: 19px;
	margin-bottom: 19px;
}

/* footer */

.footer {
	min-width: 790px;
	text-align: center;
	padding: 40px 40px 20px 40px;
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
}

.footer hr {
	/* ie - fix */
	height: 0px;
	border: solid #598ABB 0px;
	border-top-width: 1px;
	margin-bottom: 10px;
}

.delimiter {
	margin-left: 12px;
	margin-right: 12px;
}

