/**	Regular HTML tag changes. */
blockquote
{
	color: #000000;
	background-color: #F1EEF1;
	border: 1px dashed #000000;
	padding: 8px;
}
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-image:  url(images/global/misc/bg_page2.gif);*/
	background-repeat: repeat-y;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
fieldset
{
	border: 1px solid #a4a4a4;
	padding: 6px;
}
hr
{
	border: 1px solid #afafaf;
}
input,textarea,select
{
	background-color:#FFFFFF;
	border: 1px solid #e4e4e4;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
	.submitBorder
	{
		border: 1px solid #670167;
		font-size: 11px;
		font-weight: bold;
	}
/**	Link Properties. */
a:link, a:visited, a:active
{
	color: #670167;
	font-weight: 500;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
	font-weight: 500;	
	text-decoration: underline;
}


/**	Custom Text Classes. */
.style1
{
	font-weight: bold;
	font-size: 14px;
}
.style2
{
	font-size: 12px;
	font-style: italic;
}
.style3
{
	font-size: 12px;
}
.style4
{
	font-size: 10px;
	color: #000000; /*#a5a5a5;*/
}
.style5
{
	color: #670167;
	font-size: 12px;
}
.purpleHeader
{
	color: #670167;
	font-size: 18px;
}
.descriptive
{
	color:#000000;
	font-size:9px;
}
.bottomLinks
{
	font-size: 9px;
	text-align:center;
	padding:10px 0;
	border-top:1px solid #c7c7c7;
	margin-top:20px;
}
#topNav {
	margin:0 0 0px;
	width:100%;
	font-size:12px;
	display:block;
	list-style:none;
	background:#660066;
	padding:10px 0 10px;
	text-align:center;
}
#topNav li {
	display:inline;
	padding:5px 0;
}
#topNav a {
	color:#fff;
	text-decoration:none;
	padding:5px 9px;
}
#topNav a:hover {
	text-decoration:underline;
}
#wrapper {
	margin:0 auto;
	width:769px;
}
.clear {
	clear:both;
}
.hr {
	border-bottom:1px solid #c7c7c7;
	height:10px;
	line-height:1px;
	clear:both;
	margin:0 0 10px;
}
.bioPic {
	float:left;
	padding:10px;
	margin-right:10px;
	border:1px solid #c7c7c7;
}
.bioPic p {
	margin:0 0 3px;
	font-size:12px;
}
.sidebox {float:right; margin-left:12px;}