/* Default font settings.
The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body{
	color:#fff;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:75%;
}
/* Headings
-------------------------------------------------------------- */
h1 {
	font-size:3em;
	font-weight:bold;
	margin-bottom:0.5em;
}
h2 {
	font-size:4em;
	line-height:1.1em;
	margin-bottom:0.4em;
}
#main h2 {
	color:#a73e3e;
}
h3 {
	font-size:1.667em;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:0.3em;
}
h3 a {
	color:#07122f !important;
}
h4 {
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:0.2em;
}
h5 {
	font-size:1.2em;
	font-weight:bold;
}
h6 {
	font-size:1em;
	font-weight:bold;
}

/* Text elements
-------------------------------------------------------------- */
.intro_text {
	border-bottom:1px #fff solid;
	font-size:1.333em;
	line-height:1.1em;
	margin:28px 0 8px 0;
	padding-bottom:18px;
}
.intro_link {
	font-size:1.333em;
	line-height:1.1em;
	margin:18px 0 0 0;
}
.text-left, .text-mid {
	color:#000;
	font-family:Georgia;
}
.text_left_title {
	font-size:1.167em;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:7px;
}
.text-left p {
	font-size:0.917em;
	line-height:1.3em;
	margin-bottom:10px !important;
}
.text_mid_title {
	font-size:1em;
	font-weight:bold;
	line-height:1.1em;
	margin-bottom:10px;
}
.text-mid p {
	font-size:0.917em;
	line-height:1.2em;
	margin-bottom:12px !important;
}
.text_right_title {
	font-size:1.5em;
	font-weight:bold;
	line-height:1.1em;
	margin-bottom:10px;
}
.text-right p {
	font-size:1em;
	line-height:1.27em;
	margin-bottom:12px !important;
}
p {
	margin:0 0 1.5em;
}
a:focus, a:hover {
	text-decoration: underline;
}
a {
	color:#fff;
	text-decoration: none;
}
blockquote {
	color:#666;
	font-style:italic;
	margin:1.5em;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}

/* Lists
-------------------------------------------------------------- */
#content ul {
	list-style-type:disc;
	margin:0 0 1.5em 2.0em;
}
ol {
	list-style-type:decimal;
}

/* Misc classes
-------------------------------------------------------------- */
.small {
	font-size:.8em;
	line-height:1.875em;
	margin-bottom:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.2em;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	border:0 none !important;
	margin:0 !important;
	padding:0 !important;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}