@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}
.homebody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #666;
}
.oneColFixCtr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header_bar {
	background-color: #CCC;
	height: 27px;
	padding-top: 13px;
	padding-left: 20px;
}
#logo {
	float: left;
	height: 150px;
	width: 340px;
	clear: both;
	text-align: center;
	padding-top: 17px;
}
#no-photo {
	clear: none;
	float: right;
	width: 300px;
	height: 167px;
}
#photo {
	width: 355px;
	float: right;
	clear: right;
	height: 420px;
	text-align: center;
	padding-top: 75px;
}
#text {
	float: left;
	width: 300px;
	clear: left;
	text-align: left;
	padding-left: 40px;
	line-height: 16px;
}
#column1 {
	clear: none;
	float: left;
	width: 660px;
	padding-left: 40px;
}
#column3 {
	float: left;
	width: 190px;
	clear: none;
	padding-right: 20px;
}
#column2 {
	float: left;
	width: 195px;
	clear: none;
	padding-left: 40px;
	padding-right: 20px;
}
.purple-header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 8px;
	color: #470957;
	font-weight: bold;
}
#column4 {
	float: left;
	width: 200px;
	padding-right: 30px;
}
#header_bar a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
#header_bar a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #470957;
	text-decoration: none;
}
#nav_bar {
	background-color: #480957;
	height: 20px;
	margin-top: 2px;
	text-align: right;
	padding-right: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	color: #7D598B;
}
#nav_bar ul {
	margin: 0px;
	padding: 0px;
}
#nav_bar li {
	display: inline;
	list-style-type: none;
	margin-left: 15px;
}
#nav_bar a {
	color: #7D598B;
	font-size: 11px;
	text-decoration: none;
}
#nav_bar a:hover {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.oneColFixCtr #mainContent {
	border: 1px solid #cccccc;
	margin-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#fake-footer {
	clear: both;
}
#footer-bar {
	background-color: #CCC;
	height: 22px;
	margin-top: 2px;
	padding-top: 5px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	clear: both;
}
.highlight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
body,td,th {
	font-size: 13px;
	color: #999;
}
h1 {
	font-size: 20px;
	color: #470957;
	font-weight: normal;
}
.mainbody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #470957;
}
.title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #666;
}
.location {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9.5px;
	font-style: italic;
	line-height: 13px;
	color: #666;
}
.bodylink {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
	font-size: 10px;
	line-height: 14px;
}
a:focus {
   outline: none;
}
