#contentBox
{
	width: 610px;
	margin-bottom: 12px;
}
#mainRight div.item
{
	padding: 0px 0px 10px 0px;
}

#mainRight div.item a,
#mainRight li a

{
	border-bottom: 1px solid #97bfe0;
}
#mainRight div.item a:hover,
#mainRight li a:hover
{
	border-bottom: 1px solid #1b3665;
	text-decoration: none;
}
#mainRight div.item li
{
	margin-bottom: 5px;
	width: 200px;
	clear: both;
}
#LoginPanel label
{
	display: block;
	width: 60px;
	float: left;
}
#LoginPanel input
{
	font-family: Arial;
	font-size: 1em;
	border: 1px solid #97bfe0;
	width: 126px;
	height: 15px;
	color: #1b3665;
}

#LoginPanel input.btn-login
{
	border: none;
	width: 64px;
	height: 20px;
	cursor: pointer;
}
#LoginPanel span.rememberMe
{
	float: left;
	padding-right: 75px;
}
#LoginPanel span.rememberMe label
{
	width: 100px;
}
#LoginPanel span.rememberMe input
{
	width: 15px;
	float: right;
}
.buttonHolder
{
	text-align: right;
}
#homeText
{
	padding: 10px 0px 0px 260px;
	width: 320px;
}
/*------------------------------
Directory Search----------------*/
#letters,
#advanced,
#results
{
	width: 420px;
	margin-bottom: 20px;
	clear: both;
	float: left;
}
#contentBox #letters a
{
	display: block;
	width: 31px;
	height: 31px;
	background: url(/images/people/az_sqr.png) no-repeat;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
	float: left;
	border: none;
	margin-bottom: 1px;
}
#contentBox #letters a:hover
{
	border: none;
	color: #fff;
	background: none #97bfe0;
}
#contentBox #advanced li
{
	background: none;
	padding: 0px;
	width: 100%;
}
#advanced label
{
	width: 200px;
	display: block;
	float: left;
}
#advanced input,
#advanced select
{
	font-family: Arial;
	font-size: 1em;
	border: 1px solid #97bfe0;
	width: 200px;
	height: 17px;
	color: #1b3665;
}
#contentBox input.btn
{
	border: none;
	width: 64px;
	height: 20px;
	cursor: pointer;
}
#results table
{
	width: 100%;
}
#results table td
{
	padding: 2px;
}
#results .header
{
	font-size: 1.2em;
	color: #f8981d;
	border-bottom: 1px solid #1b3665;
	width: 100%;
	padding-bottom: 4px;
	margin-bottom: 5px;
}
/*------------------------------
Message Board----------------*/
.boardItem
{
	padding-top: 5px;
	border-top: 1px solid #1b3665;
	padding-bottom: 10px;
}
.boardItem .header
{
	font-size: 1.4em;
	padding: 5px 0px;
}
.boardItem .postedby,
.boardItem .date,
.boardItem .replies
{
	padding: 5px 0px 0px 5px;
	font-size: .9em;
}
#message .boardItem
{
	padding-top: 0px;
	border: none;
}
#message div.content
{
	padding-bottom: 10px;
	line-height: 1.4em;
}
#replies
{
	padding: 0px 20px;
}
#replies .boardItem
{
	padding-top: 5px;
	border-top: 1px solid #f8981d;
	padding-bottom: 10px;
}
#postForm
{
	border-top: 1px solid #1b3665;
	padding: 5px 20px;
	width: 560px;
}
#postForm .messagebox
{
	font-family: Arial;
	font-size: 1em;
	border: 1px solid #97bfe0;
	width: 400px;
	height: auto;
	color: #1b3665;
}
#postForm textbox.messagebox
{
	height: 280px;
}
/*------------------------------
Calendar----------------*/
#calendar table td
{
	border: 1px solid #97bfe0;
}
div.calendaritem
{
	padding: 5px;
}
div.calendaritem div.content
{
	font-size: .9em;
	line-height: 1.3em;
	padding: 5px;
}
#picColumn
{
	width: 150px;
	float: left;
}
#txtColumn
{
	width: 455px;
	float: right;
	font-size: 1em;
}
#txtColumn div
{
	float: left;
}
#txtColumn .orange
{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
}
#txtColumn .blueRight
{
	font-size: 1.2em;
	text-align: right;
	font-weight: bold;
}
#mainTxt
{
	clear: both;
	width: 100%;
}