body {
	font: 18px/1.5em 'Times New Roman', Times, serif;
	color: #333;
}


strong {
	font-weight:bold;
}

p {
	margin-bottom: 20px;
}

em {
	font-style:normal;
}

table, tr, td {
	border: 1px solid #ddd;
}

ul li {
	list-style: disc;
}

ol li {}



/* ------------------------------
HEADER ELEMENTS
-------------------------------- */

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	display:block;
	font-weight: normal;
}

h1 {
	font: bold 34px/1em 'times new roman', times, serif;
	color: #012d4b;
	margin: 0 0 30px;
	padding: 0 0 20px;
	background: url(../images/bgH1.png) no-repeat bottom;
	text-transform: uppercase;
}

.frontpage h1,
#head p {
	border-bottom: none !important;
	margin: 0;
	background: none;
}
	
h2 {
	font: bold 24px/1.15em 'times new roman', times, serif;
	color: #333;
	margin: 0 0 20px;
}

h3 {
	font: bold 20px/1.15em 'times new roman', times, serif;
	color: #333;
	margin: 0 0 20px;
}

h4 {
	font: bold 18px/1.15em 'times new roman', times, serif;
	color: #063b6f;
	margin: 0 0 20px;
	text-transform: uppercase;
}
	
h3 {}
	
h4 {}
	
h5 {}
	
h6 {}



/* ------------------------------
GLOBAL LINKS
-------------------------------- */

a, a:link, a:visited {}

a:hover {}

a:focus {}

a:active {}
	
	

/* ------------------------------
LINK ELEMENTS
-------------------------------- */

#content a {
	color: #920000;
}

#content a:hover {
	color: #043c6f;
}
	
	
	

/* ------------------------------
LISTS
-------------------------------- */

.blog ul,
.blog ol,
.blog dl,
.item-page ul,
.item-page ol,
.item-page dl {
	padding: 0 12px;
	margin: 18px 0 18px 20px;
}

.blog ul li,
.blog ol li,
.item-page ul li,
.item-page ol li {
	padding: 0;
	margin: 0 0 12px;
	list-style: none;
}






