/* Actual Content Styles */

div.content_main {
	margin-left: 18.5em;
	color: #555;
}
div.content_main p {
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
}
div.content_main h1 {
	padding: 2.8em 1em .2em .5em;
	display: block;
}
* html div.content_main h1 {
	padding-top: .8em;
}
div.content_main h2 {
	margin-bottom: .2em;
	margin-left: .4em;
	margin-right: 1em;
}
div.content_main h3 {
	margin: 1em 1em .3em .6em;
}
div.content_main h4 {
	margin: 1em 1em .3em .8em;
}
div.content_main h5 {
	margin: 1em 1em .3em 1em;
}
div.content_main h6 {
	margin: 1em 1em .3em 1em;
}

div.content_main div.content p {
	margin: 0em 0em 1em 0em;
}

p {
	font-size: 1.2em;
	margin-bottom: .5em;
}
p strong {
	font-weight: bold;
}
p strong.gold {
	color: #cdaf3e;
}
h1 {
	font-size: 2.2em;
	color: #aa2561;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h2 {
	font-size: 2.4em;
	color: #aa2561;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: 1px solid #cdaf3e;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #aa2561;
	font-weight: bold;
	border-bottom: 1px solid #cdaf3e;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #3d5480;
	font-weight: bold;
}
h5 {
	font-size: 1.1em;
	padding: 0em;
	font-weight: bold;
	color: #555555;
}
h6 {
	font-size: 1.1em;
	padding: 0em;
	font-weight: normal;
	font-style: italic;
	color: #555555;
}
hr {
	height: 1px;
	color: #cdaf3e;
	background-color: #cdaf3e;
	border: 0px none #FFFFFF;
	margin-top: .8em;
	margin-bottom: .8em;
}
* html hr {
	height: 1px;
	color: #cdaf3e;
	background-color: #cdaf3e;
	border: 0px none #FFFFFF;
	margin-top: .1em;
	margin-bottom: .1em;
}

sup {
	font-size: .5em;
}

sup.pink {
	color: #AA2561;
	font-size: .8em;
	
}
a {
	color: #736223;
}
a:hover {
	text-decoration: none;
}

div.content_main ul {
	font-size: 1.2em;
	margin: 0em 0em 1em 4em;
	padding: 0em;
}
div.content_main ol {
	font-size: 1.2em;
	margin: 0em 0em 1em 4em;
}

ul.list {
	list-style: none;
	margin-left: .5em;
	font-size: 1.2em;
}
ul.list li {
	padding-bottom: .5em;
}
ul.two_column {
	list-style: none;
	font-size: 1.2em;
}
ul.two_column li {
	width: 50%;
	float: left;
	margin-bottom: .5em;
}

a.box_arrow {
	display: inline;
	color: #aa2561;
	font-weight:bold;
	text-decoration:none;
	padding-right: 1.5em;
	background-image: url(../_images/icons/arrow-block.gif);
	background-position:center right;
	background-repeat: no-repeat;
}
a.box_arrow:hover {
	text-decoration:underline;
}
a.block_arrow {
	display: inline;
	font-weight:bold;
	text-decoration:none;
	padding-right: 1.5em;
	background-image: url(../_images/icons/arrow-blockarrow.gif);
	background-position:center right;
	background-repeat: no-repeat;
}
a.block_arrow:hover {
	text-decoration:underline;
}

a.arrow_circle {
	color: #00467f;
	font-weight:bold;
	text-decoration: none;
	padding-left: 1.5em;
	margin-top: 1em;
	background-image: url(../_images/icons/arrow-blue.gif);
	background-position:center left;
	background-repeat: no-repeat;
}
div.print {
	float:right;
	margin-right: 1em;
	height: 2em;
	width: 10em;
}
div.print a {
	display: block;
	height: 2em;
	padding-top: .4em;
	background-image:		url(../_images/icons/print.gif);
	background-position:	center right;
	background-repeat:		no-repeat;
}

a.arrow_circle:hover {
	text-decoration: underline;
}
