/* CSS Document */
body
{
	margin: 0 auto;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link, a:visited
{
	color: #0000FF;
}

a:hover
{
	color: #663399;
	text-decoration: underline;
}

.subTitle
{
	color:#990000;
	font-weight: bold;
	font-size: 14px;
}

.bolded
{
	font-weight: bold;
}

#mainBody
{
	width: 738px;
	padding-left: 5px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: justify;
	overflow: auto;
}

.mainContent
{
	width: 535px;
	float: left;
	text-align: justify;
	padding-bottom: 20px;
}

.sidebar
{
	width: 190px;
	float: right;

}

#mainLinkTable
{
	width:211px;
}

.footerText
{
	font-size: 12px;
	color: #CCCCCC;
	text-align: right;
}

#footer
{
	text-align: center;
}

#footer a:link, #footer a:visited 
{
	color: #FFFFFF;
	font-size: 12px;
}

.error
{
	color:#CC0000;
}

.centered
{
	margin: 0 auto;
	text-align: center;
}

.title
{
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}

.boldCenter
{
	margin: 0 auto;
	width: 75%;
	text-align: center;
	font-weight: bold;
	font-style:italic;
}

.righted
{
	text-align:right;
	float:right;
}

.calPreviewTitle
{
	font-weight: bold;
	color: #009933;
	text-decoration: underline;
}

.calPreview
{
	padding-bottom: 5px;
}

.orgTable
{
	width: 520px;
	border-color: #CCCCCC;
	border-style: inset;
	border-width: 2px;
}

.orgCell
{
	border-color: #CCCCC;
	border-style: inset;
	border-width: 1px;
	padding: 1px;
}