									/* CSS Document */



/* font style of the date on the right hand side of the website */

.f_date
{
	color:#003FBF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
}


/* font style of the copyright text at the bottom of the site */

.f_copy
{
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* Main Page Header font style */

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#0000CC;
}


/* Sub Header font style */

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#690125;
	font-style:italic;
}

.scrollBanner
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#690125;
}

/* font for news information */

.news_update
{
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* font for paragraphs */

p
{
	text-indent: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}


/* font for hyperlinks */

a:link, a:visited
{
	text-indent: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006699;
	text-decoration:underline;
}


/* font for hyperlinks that have the cursor over them */

a:hover, a:active
{
	text-indent: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	text-decoration:underline;
}
	

/* font for the header of the information tables.  I.E. \\\\\\\'contact us\\\\\\\' */
	
.infotablecell
{
	
	border-bottom:#999999 1px solid;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style:italic;
	padding-top: 20px;
}

.cal_DayHeader
{
	border-bottom:#999999 1px solid;
	border-collapse:collapse;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	background-color:#CCCCCC;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-left: 10px;
	width: 14%;
}
.cal_Cell
{
	border-bottom:#000000 1px solid;
	border-collapse:collapse;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	color:#000000;
	height: 100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;

}
.cal_Num
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}

/*DO NOT EDIT ANYTHING BELOW THIS LINE! */
/*----------------------------------------------------------------------------------*/
body
{
	background-image:url(../GFX/mainbg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	text-indent: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
.m_table
{
	border: 0px;
	width: 100%;
	height:100%;
}
.m_logo
{
	width: 159px;
	height: 134px;
	background-image:url(../GFX/logo.gif);
	background-repeat:no-repeat;
}
.m_titlebar
{
	background-image:url(../GFX/titlebg.gif);
	background-repeat:no-repeat;
	height: 134px;
}
.m_timebar
{
	height: 33px;
	margin-right: 30px;
}
.m_sidebar
{
	width: 159px;
	background-image:url(../GFX/menubg.gif);
	background-repeat:repeat-y;
}
.m_content
{
	background-image:url(../GFX/contentbg.gif);
	background-repeat:repeat-y;
}
.m_contentDiv
{
	height: 100%; 
	width: 75%; 
	margin-left: 15px;
}
.m_footerRpt
{
	background-image:url(../GFX/footer_rpt.gif); 
	background-repeat: repeat-x;
}
.m_langLBDR
{
	width: 3px;
	height: 28px;
	padding: 0;
	border: 0;
	margin: 0;
	background-image: url(../GFX/langbdr_l.gif);
	background-repeat: no-repeat;
}
.m_langRBDR
{
	width: 3px;
	height: 28px;
	padding: 0;
	border: 0;
	margin: 0;
	background-image: url(../GFX/langbdr_r.gif);
	background-repeat: no-repeat;
}
/*----------------------------------------------------------------------------------*/																					