/*-----------------------------------------------------
	leftColumn
-----------------------------------------------------*/

div#leftColumn p {
	color: #D8D1B1;
}

div#leftColumn a {
	color: #D0A151;
	/*border-bottom: 1px dotted #D0A151;*/
}

div#leftColumn a:hover,
div#leftColumn a:focus {
	color: #D0A151;
	border-bottom: 1px solid #D0A151;
}

div#leftColumn h1 {
	color: #DDBC80;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 1em;
}

div#leftColumn h2 {
	color: #DDBC80;
	font-size: 16px;
	font-weight: bold;
}

div#leftColumn ul.menu {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#leftColumn ul.menu li {
	display: block;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	margin: 0px;
}

div#leftColumn ul.menu li a {
	background-image: url(../images/bullet_submenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 18px;
	display: block;
	color: #D8D1B1;
	text-decoration: none;
	border: 0px none;
	font-size: 14px;
	line-height: 22px;
}

div#leftColumn ul.menu li a:hover,
div#leftColumn ul.menu li a:focus {
	background-position: 0px -94px;
	color: #D8D1B1;
	text-decoration: none;
	border: 0px none;
}

div#leftColumn ul.menu a.selected {
	color: #EEEBDD;
	background-position: 0px -94px;
	font-weight: bold;
}

div#leftColumn ul.menu li a.selected:hover,
div#leftColumn ul.menu a.selected:focus {
	color: #EEEBDD;
}

/*-----------------------------------------------------
	content
-----------------------------------------------------*/

#content a {
	color: #891612;
	border-bottom: 1px dotted #891612;
}

#content a:hover,
#content a:focus {
	color: #891612;
	border-bottom: 1px solid #891612;
}

#content a.learnMore {
	font-weight: bold;
	border-bottom: 0px none;
	font-size: 14px;
}

#content a.learnMore:hover,
#content a.learnMore:focus {
	border-bottom: 1px solid #891612;
}

#content h1 {
	color: #C58F41;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 16px;
	line-height: 1.2em;
}

#content h2 {
	color: #C58F41;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
}

#content ul {
	margin-bottom: 1.4em;
}

#content img {
	padding: 5px;
	border: 1px solid #DCD9CD;
	background-color: #fff;
	margin-bottom: 15px;
}

#content img.imageAlignLeft {
	float: left;
	margin-right: 20px;
}

#content img.imageAlignRight {
	float: right;
	margin-left: 20px;
}

#content .divfloatLeft {
	float: left;
	width: 215px;
	margin-right: 30px;
}

#content .indent {
	text-indent: 30px;	
}

#content .floatRight {
	float: right;
	width: 160px;
	text-align: right;
}

/*-----------------------------------------------------
	block quote
-----------------------------------------------------*/

blockquote {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	font-style: italic;
	background-image: url(../images/quote.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 25px;
}
