@charset "UTF-8";

/* Copyright 2007 PrintScholar.org */

/* 	PrintScholar Blue: #3B68A6
	PrintScholar Gray: #474E40
*/

a:link {text-decoration: underline; color: #3B68A6}
a:visited { text-decoration: underline; color: #3B68A6 }
a:hover { text-decoration: none; color: #3B68A6 }
a:active { text-decoration: none; color: #3B68A6 }

body {
	background-color: #474E40;
	font-family: Georgia, "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, serif;
	font-size: 12pt;
}

.borderBottom {
	margin-top: -1em;
	border-bottom: 1px dotted #474E40;
	padding: 0.5em;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
}

#signature {
		margin-left: 400px;
		text-align: left;
		font-size: 1.25em;
}

#mainmiddle {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3em;
	text-align: center; /* IE5/Win Center Workaround */
	border: 5px solid #3B68A6;
	background-color: #FFFFFF;
	padding: 1.5em;
	margin-bottom: 3em;
}

