/* Commonly used to style page titles. */
h1 {
	color: #26496a;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	text-transform: uppercase;
}
/* Commonly used to style section titles. */
h2 {
	color: #9b1e05;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
}
/* Sets the style for the h3 header. */
h3 {
	color: #26496a;
	font-size: 11px;
	text-transform: uppercase;
}
/* Sets the style for the h4 header. */
h4 {
	color: #FFFFFF;
	font-size: 20px;
}
h5 {
	font-size: 14px;
}

p {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 21px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #a2a510;
	text-decoration: none;
	line-height: 1.5em;
}
/* Sets the style for visited links. */
a:visited {
	color: #a2a510;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #70710d;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}



#content li{
	list-style-type:square;
	font-size: 13px;
	line-height: 21px;
}
.multicol {
	float: left;
	width: 225px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #B7BC58;
	font-size: .85em;
	margin: 5px;
	background-color: #F5F6EE;
	padding: 5px;
	display: block;
}

.multicol a
{
	color: #a2a510;
	text-decoration: none;
	font-size: 0.85em;
	line-height: 2em;
}
#rightColumn1
{
	font-size: 13px;
	line-height: 21px;
}
#rightColumn1 h3 {
	margin-top: 10px;
}
#rightColumn1 p {
	font-size: 13px;
	line-height: 21px;
}
#rightColumn1 li
{
	list-style-type: square;
}
#HomeRightPaneOuter #rightColumn1 a
{
	font-size: .85em;
	line-height: 1.5em;
}
#rightColumn1  a.subnav {
	background-color: #F0F1DF;
	margin: 2px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2A510;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A2A510;
	border-left-color: #A2A510;
}
#rightColumn1 a.subnav:hover {
	background-color: #70710D;
	margin: 2px;
	padding: 2px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F3B30;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4F3B30;
	border-left-color: #4F3B30;
}

.rightcolpix {
	margin-right: 10px;
	margin-bottom: 10px;
}
.rightcolpix_padTop {
	margin-top: 10px;
}
.rightcolpix_padBot {
	margin-bottom: 10px;
}

