/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Tahoma, 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #423a37;
}

.entry p {
	font-size: 14.5px;
	font-family: georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	color: #3c3c3c;
}
a:focus {
	outline: 1px dotted;
}
a, a:visited {
	color: #00518d;
	text-decoration: none;
}
a:hover {
	color: #0090f7;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
	line-height: 30px;
	font-family: georgia, "Times New Roman", Times, serif;
	color: #673a1e;
	color: #00518d;
	background-color: transparent;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px !important;
	margin: 0 0 5px 0!important;
	text-align: left;
	border: none;
	text-shadow: white 1px 1px 0px;
	text-transform: none;
}
/*#banner {
	display: none;
}*/

.subTitle {
margin-left:10px;
}

.subTitle p {
margin-left:5px;
font-size:12px;
}

.subTitle h3 {
	font-size: 18px;
	font-family: georgia, "Times New Roman", Times, serif;
	color: #673a1e;
	color: #00518d;
	background-color: transparent;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px !important;
	margin-top:12px!important;
	margin-bottom:5px!important;
	margin-left:0px!important;
	margin-right:0px!important;
	text-align: left;
	border: none;
	text-shadow: #e0d9c9 1px 1px 1px;
	text-transform: none;
}






h3 {
	font-size: 20px;
	line-height: 40px;
	font-family: georgia, "Times New Roman", Times, serif;
	color: #673a1e;
	color: #00518d;
	background-color: transparent;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px !important;
	margin: 0!important;
	text-align: left;
	border: none;
	text-shadow: #e0d9c9 1px 1px 1px;
	text-transform: none;
}

h4 {
	font-size: 17px;
	line-height: 30px;
	font-family: georgia, "Times New Roman", Times, serif;
	color: #673a1e;
	color: #00518d;
	background-color: transparent;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px !important;
	margin: 0!important;
	text-align: left;
	border: none;
	text-shadow: #e0d9c9 1px 1px 1px;
	text-transform: none;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
.pager{
display:block;
margin:-20px 0 0;
text-align:right;
}