@charset "UTF-8";

/* OLD CSS not used... not sure what it was originally intended for .. came from old site code */

/*.webmailMainP {
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
}
.webmailMainP1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	padding-top: 8px;
}
.webmailNo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
}
.webmailH2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 12pt;
}


.mainNav {
	text-indent: 10px;
	font-size: 14px;
	color: #210E4C;
	vertical-align: middle;
	line-height: 22px;
	display: block;
	padding: 0px;
	margin: 0px;
}
.mainNav p {
	padding: 0px;
	margin: 0px;	
	font-size: 14px;
	line-height: 22px;
}

.mainNav a:link {
	color: #210E4C;
	text-decoration: none;
}
.mainNav a:visited {
	color: #210E4C;
	text-decoration: none;
}
	
.mainNav a:hover {
	background-color: #B9AFD1;
	display: block;
	text-decoration: none;
}
.mainNav a:active {
	color: #210E4C;
	text-decoration: none;
}	
	
.mainNavSelected{
	font-size: 14px;
	color: #B9AFD1;
	vertical-align: middle;
	line-height: 22px;
	}


.shad_bottom {
	margin-bottom: 2px;
	background-image: url(images/shadow_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 60px;
}
.shadowLeft {
	background-image: url(images/shadow_left.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 10px;
}
.shadowRight {
	background-image: url(images/shadow_right.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 10px;
}*/	

/* END OLD SITE CSS*/



body {
	font-size: 0.83em;
	line-height: 1.55em;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 0 auto;	
}
/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #210E4C;
	margin-bottom:1em; 
}

h1 { font-size: 1.2em; line-height: 1.3em; }
h2 { font-size: 1em; line-height: 1.3em; }
h3 { font-size: 1em; line-height: 1.3em; }
h4 { font-size: 0.82em; line-height: 1.25em; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 0.82em; font-weight: bold; margin-bottom: 1.3em; }
h6 { font-size: 0.82em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p           {
	margin-bottom:1em;
}



/* TYPE STYLES */
.boldItalic {
	font-weight: bold;
	font-style: italic;
}
.boldlightPurple {
	font-weight: bold;
	color: #B9AFD1;
}
.italic {
	font-style: italic;
}
.boldPurple {
	font-weight: bold;
	color: #210E4C;
}
.bold {
	font-weight: bold;
}
	
/* END TYPE STYLES */

/* BACK TO TOP LINK */

.back {
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #210E4C;
	padding-bottom: 30px;
}
/* END BACK TO TOP LINK */

/* EXTRAS */
.rulePurple {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #210e4c;
}


.thumbs {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/* BLOG STYLES - IMAGES */
.imageLEFT {
	float:left;
	padding-bottom: 3px;
	padding-right: 10px;
}
.imageRIGHT {
	padding-left: 10px;
	float: right;
	padding-bottom: 3px;
	padding-right: 0px;
}

/* READ MORE LINK */
.ArticleDate {
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #210E4C;
	padding-bottom: 30px;
}

.paragraphSpace {
	padding-bottom: 1em;
}
 MORE LINK */


