/* Style Sheet Created by Mike Strickland for Personal Homepage */
/*    Updated 11/01/05 to meet W3C CSS v3 specs    */

/* BODY {FONT-SIZE: 15px color: black; background-color: white;}	Standard Font Size */

body {
	font-size: 15px;
	font-family:  Georgia, Serif;
	color : #000000;
	}

/* Misc Definitions */

.stopwrap {		/* Prevents wrapping within a <span class='stopwrap'>text here</span> tag */
	white-space: nowrap;
}

.spacer {		/* Adds padding to the left and right of a <span class='spacer'>text</span> tag */
	padding-left:10px;
	padding-right:10px;
}

/* Set up Font Colors, Sizes and Justification for Headings  */

H1 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #9400d3;
	}	/* Dark Purple */

H2 {
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	color: #b22222;
	}	/* Brick Red */

H3 {
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color: #000000;
	}	/* Black */

.subtitle {
	font-size: 20px;
	color: #9400d3;
	}	/* Dark Purple */

/* Set up Text Alignment - both horizontal and vertical */

.topL{
text-align:left;
vertical-align: top;
}

.topC{
text-align:center;
vertical-align: top;
}

.topR{
text-align:right;
vertical-align: top;
}

.midL{
text-align:left;
vertical-align: middle;
}

.midC{
text-align:center;
vertical-align: middle;
}

.midR{
text-align:right;
vertical-align: middle;
}

.botL{
text-align:left;
vertical-align: bottom;
}

.botC{
text-align:center;
vertical-align: bottom;
}

.botR{
text-align:right;
vertical-align: bottom;
}


/* Set up Font Colors and Sizes for Body Text */

.stdblk {
	color: #000000;
	}

.stdgrn {
	color: #659665;
	}

.stdred {
	color: #b22222;
	}

.lrgblk {font-size: 25px;
	color: #000000;
	}

.lrggrn {
	font-size: 25px;
	color: #659665;
	}

.lrgred {
	font-size: 25px;
	color: #b22222;
	}

/* Set up Paragraph Actions */

p.midltext {
    margin-left: auto;
    margin-right: auto;
	}


/* Set up Link colors and actions */

a:link {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none
	}		/* blue, no underline - normal link */

a:visited {
	color: #659665;
	font-weight: bold;
	text-decoration: none
	}	/* green, no underline - visited link */

a:hover {
	color: #b22222;
	font-weight: bold;
	text-decoration: underline
	}	/* brick red, underline & bold - active link */

/* Set up homepage picture location and style */

img.bigpic {
	float: right;
	margin-left: 8px;
	border: 5px solid;
	color: #659665;
	}

div.picleft {
	font-size: 13px;
	margin-right: 20px;
	margin-bottom: 10px;
	float:left;
	}

div.picright {
	font-size: 13px;
	margin-left: 20px;
	margin-bottom: 10px;
	float:right;
	}

img.midl {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	}

img {
	border: 0;
	}

/* Table Setups */

table 	{
	width: 100%;
	padding: 5px;
	border-spacing: 0;
	text-align: left;
	}

td {
	padding: 10px;
	text-align: center;
	}

td.norm {
	text-align: left;
	}

/*                       ***** Newsletter setups *****                       */

#newsarticle {
	text-align: justify;
	margin: auto 7% auto 7%
	}

#newsarticle a img	{
	border: none;
	}

