@charset "utf-8";
/* CSS Document */


/* set default font. don't want untagged text to go to times or links to go blue */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#232424;
}

/* set link defaults these can be overridden by #myID a { etc }   */
a, a:visited, a:active {
	color: #02838b;
	font-weight:bold;
	font-style:italic;
	line-height: 1.5em;
}
a:hover {
	color:#397531;
}


.smallLight {
	font-size: 9.5px;
}

h1 {
	font-size:25px;
	color:#397531;
	font-weight:bold;
}

h1.column {
	color:#07848c;
}

h2 {
	font-size:21px;
	font-weight:bold;
	color:#232424;
	line-height: 1.3em;
}

h3 {
	font-size:21px;
	font-weight:bold;
	color:#397531;
}

p {
	font-size:14px;
	color:#000000;
	line-height: 1.3em;
}

p.column {
	font-size:14px;
}

.em {
	color:#05838a;
}

.red {
	color:#dd4000;
}

.darkBlue {
	color:#333399;
}

.lightBlue {
	color:#6477c7;
}

/* the positioning is defined in layout */
.right_heading p {
	position:relative;
	top:16px;
	left:55px;
	color:#320085;
	font-size:18px;
	}
	
#right_badge p {
	position:relative;
	top:20px;
	left:105px;
	color:#320085;
	font-size:11px;

}

.syndicate {
	text-align:right;
	font-weight:normal;
	color:#fff;
	font: 8px;
	margin: 5px 0 0 15px;
}

.floatRight {
	float:right;
	margin: 10px;
}

.floatLeft {
	float:left;
	margin: 10px;
}

ul li {
	margin-bottom:1em;
	line-height: 1.25em;
}	

.normal {
	font-weight: normal;
}