﻿.title {
	font-family: "Times New Roman";
	font-size: 20pt;
	font-weight: bold;
	color: #000000;
}
.heading2 {
	font-family: "Times New Roman";
	font-size: 16pt;
	font-weight: bold;
	color: #000080;
}

/*
** ***********************************
** START OF MENU CSS STYLES TO INCLUDE
** ***********************************
*/

/*
** MENU - Overall settings for menu
**			These should be your overall settings for the menu
**			You should not need to repeat them in the sub-menu sections
*/
table.menu
{
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bolder;
	font-weight: normal;
	background-color: #336699;
	font-family: Arial;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Turn off underlines for all menu links */
.menu a
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
    padding-left: 5px;	
}
td.menu
{
	border-bottom: 0px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
	background-color: #336699;
	width: 133px;
	height: 15px;
}
td.menuitem
{
	border-bottom: 1px white solid;
	width: 133px;
	height: 17px;	
}

.menu a:hover
{
	background-color: #6699CC;
	color: #FFFFFF;
    padding-left: 5px;	
}

a:link.menuitem
{
    text-decoration: none;
    display: block;
	background-color: #336699;    
}


a:visited.menuitem
{text-decoration: none;
display: block;}


a:hover.menuitem
{
	text-decoration: none;
	display: block;
}


a:active.menuitem
{text-decoration: none;
display: block;}


/* Special class to emulate a ref hovers See expand js function */
.menuSelected
{
	background-color: #336699;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
	width: 133px;	
}

/*
** MENU HIDDEN
** Sub-menus are set to this class when display *IS NOT* desired (note the display:none setting)
*/
div.menuHide
{
	display: none;
	position: static;
}


/*
** MENU HOVER
** Sub-menus are set to this class when display *IS* desired (note the display:inline setting)
*/
div.menuShow
{
	display: block;
	position: absolute;
}

.pageintro {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bolder;
	font-weight: normal;
	color: #000080;
}
body {
	margin: 0px;
	font-family: Verdana;
	font-size: 10pt;
	color: #000080;
	padding-top: 0px;
	background-image: url('images/computerdrk.jpg');
}
bodybold {
	font-family: Verdana;
	font-size: 10pt;
	color: #000080;
	font-weight: bold;
}
td.body {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 10pt;
	color: #000080;
	vertical-align: top;
	background-color: #FFFFFF;
	width: 800px;
}
td.bodywithpadding {
	border-width: 0px;
	padding: 20px;
	margin: 0px;
	font-family: Verdana;
	font-size: 10pt;
	color: #000080;
	vertical-align: top;
	background-color: #FFFFFF;
	width: 800px;
}
td.body.leftalign {
	border-style: 0;
	font-family: Verdana;
	font-size: 10pt;
	color: #000080;
	vertical-align: top;
	border-width: 0px;
	padding: 10px 10px 0px 10px;
	text-align: left;
}
td.body.rightpadding {
	border-style: 0;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #000080;
	vertical-align: top;
	border-width: 0px;
	padding: 0px 20px 0px 0px;
	text-align: left;
}
td.body.rightpaddingbold {
	border-style: 0;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #000080;
	vertical-align: top;
	border-width: 0px;
	padding: 0px 20px 0px 0px;
	text-align: right;
}
td.body.border {
	border: 1px solid #72A0CF;
	vertical-align: top;
	padding: 5px;
	margin: 0px;
	width: 180px;
	text-align: center;
	background-color: #D6DCEB;
}
td.body.noborder {
	border-style: 0;
	font-family: Verdana;
	font-size: 10pt;
	color: #000080;
	vertical-align: top;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 200px;
	text-align: right;
}
a:link.body {
	font-family: Verdana;
	font-size: 10pt;
	color: #000080;
	font-weight: bold;
}
a:hover.body {
	font-family: Verdana;
	font-size: 10pt;
	color: #800000;
	font-weight: bold;
}
a:visited.body {
	font-family: Verdana;
	font-size: 10pt;
	color: #000080;
	font-weight: bold;
}
a:active.body {
	color: #800000;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
}
td.news {
	padding: 20px 5px 5px 5px;
	border: 0pt solid #000080;
	vertical-align: top;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #000080;
	background-image: url('images/newsltbluebck3.gif');
	width: 300px;
}
a:link.news {
	font-family: Verdana;
	font-size: 8pt;
	color: #000080;
	font-weight: bold;
}
a:hover.news {
	font-family: Verdana;
	font-size: 8pt;
	color: #800000;
	font-weight: bold;
}
a:visited.news {
	font-family: Verdana;
	font-size: 8pt;
	color: #000080;
	font-weight: bold;
}
a:active.news {
	color: #800000;
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
}
td.newsmaincolumns {
	border-color: #FFFFFF;
	border-width: 3px;
	padding: 10px;
	margin: 0px;
	font-family: Verdana;
	font-size: 9pt;
	color: #000080;
	vertical-align: top;
	background-color: #FFFFFF;
	width: 25%;
	background-image: url('images/newsltbluebck3.gif');
	text-align: left;
}
