/**
 *	#439B45		Green (slightly dark, used for fonts (titles))
 *	#DDEDDD		Light green (faded)
 *  #6A578C		Purple (background)
 *	#372666		Purple (body background, text and links as well)
 *	#9B8EB1		Purple (Faded) (phone# at the top)
 *	#372666		Dark Purple (Base Text)
 */
 
body {
	color: #372666;
	font-family: Arial, helvetica, sans-serif;
	font-size: 0.7em;
}

a, 
a:visited, 
a:link {
	text-decoration: none;	
	color: #372666;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #221742;
	padding-top: 10px;
	background-color: #D8CEE5;
	padding: 2px 2px 2px 2px;
	margin-bottom: 0px;
}

h1.PaymentDue {
	background-color: #FF0000;
}

h2 {
	color: #9A8AB5;
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4, h5, h6{
	
	font-size: 11px;	
}

h2, h3, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 1px;		
}

ul {
	margin-top: 2px;
	margin-bottom:10px;
	}
p {
	margin-top: 2px;
	margin-bottom: 10px;	
	line-height: 13px;
}

#mod_article h6 {
	margin-top: 0px;
	color: #439B45;
}

#mod_article h2 {
	margin-bottom: 5px;
	font-size: 14px;
	
}

#mod_article p.microinfo {
	font-size: 10px;
	color: green;
	text-align: right;
}

.lt_purple_underline {
	border-bottom: 1px solid #816AA8;
}
.lt_green_underline {
	border-bottom: 1px solid #DDEDDD;
}


.lt_purple_underline {
	border-bottom: 1px solid #816AA8;
}
.lt_green_underline {
	border-bottom: 1px solid #439B45;
}


#mod_group h2 {
	display: inline;
}

a.small_inline_red_link, a.small_inline_red_link:visited, a.small_inline_red_link:link{
	color: red;
	font-size: 10px; 
	padding-left: 2px;	
}

/** green links in header (h1) **/
.h1links {
	float: right; 
	padding-right: 15px; 
	padding-top: 5px; 
	font-size: 11px; 
}

.h1links a, .h1links a:visited, .h1links a:link {
	color: #439B45; 
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 30px; 
}

.h1links a:hover {
	text-decoration: underline;
	color: #439B45;
}

/** Light green right column **/
.rightcolumn {
	width: 200px;
	margin-left: 10px;
	padding: 10px 15px 15px 15px;
	background-color: #E6F5E9;
	position: relative;
	float: right;
}
.notopmargin
{	margin-top: 0px;
}
.rightcolumn h2, .rightcolumn h3, .rightcolumn h4 {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

.more, a.redbold, a.redbold:visited, a.redbold:link, a.redbold:hover
{	color: red;
	font-weight: bold !important;
}

.required {
	font-style: italic;
	color: red;	
}

.staffNameLtGreenLine {
	font-weight: bold;
	color: #439B45; 
	font-size: 12px; 
	display: block;
	margin-bottom: 2px;
	padding-top: 5px;
	border-bottom: 1px solid #84BD85;
}

.oddball {
	background: #9B8EB1;
}