/* Basic HTML
-------------------------------------------------------------------------------- */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

hr {
	border: 0 #dfddd4 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin-bottom: 15px;
}

/* Headings
-------------------------------------------------------------------------------- */

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #253e86 !important;
	margin-bottom: 15px !important;
}

h1 span {
    padding: 0 6px;
    color: #bab8af;
}

.leftSidebar h1 {
	padding: 30px 30px 0 30px;
}

h2 {
    border-bottom: 1px solid #dfddd4 !important;
    font: italic 14px/21px Georgia, "Times New Roman", Times,serif;
	font-weight: normal;
	color: #253e86;
	margin-bottom: 15px !important;
	padding-bottom: 15px !important;
}

h3 {
	font-size: 17px;
	font-weight: normal;
	color: #569f00;
	margin: 15px 0 8px 0 !important;
}

h3 a,
h3 a:visited {
	text-decoration: none !important;
}

h3.tabMember,
h3.tabNews,
h3.tabPrices {
	background: url(../images/tab_bg.png) no-repeat top left;
	font: 14px/21px Georgia, "Times New Roman", Times,serif;
	color: #fff;
	line-height: 34px;
	text-shadow: 0 -1px 0 #333;
	margin: 0 !important;
	padding: 0 15px !important;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	color: #433832;
}

h5 {}

h6 {}


/* Paragraph and Tags
-------------------------------------------------------------------------------- */

p {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 15px 0 !important;
}

p.date {
	font-size: 11px;
	line-height: 14px;
	color: #917a6d;
	margin: 5px 0 !important;
}

.leftSidebar p {
    font-size: 11px;
    line-height: 16px;
	margin: 0 30px 11px 30px !important;
}

pre {}

code {}

blockquote {}

blockquote p {}

label {
	font-size: 12px !important;
}


/* Links
-------------------------------------------------------------------------------- */

a,
a:visited {
	color: #253e86;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}


/* Spacing
-------------------------------------------------------------------------------- */

ol {
	list-style: decimal;
}

.page ul {
	list-style: none;
	margin: 6px 0 24px 0 !important;
}

.page li {
	background: url(../images/bullet.png) no-repeat 0px 6px;
	font-size: 12px;
	line-height: 18px;
	padding-left: 14px;
}
