﻿.body 
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 2px;
	background-image: url('images/gradient.jpg');
}
.header {
	font-family: Arial;
	font-size: x-small;
	background-image: url('images/grid.jpg');
	line-height: 92px;
	width: 800px;
	text-align: right;
}
.header a {
	text-decoration: none;
	color: #000000;
	font-family: Arial;
	font-size: x-small;
}
.header a:hover {
	text-decoration: none;
	color: #E41C34;
	font-family: arial;
	font-size: x-small;
}
.content {
	font-family: Arial;
	font-size: 10pt;
}
.links {
	font-family: Arial;
	font-size: 10pt;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:link.links {
	font-family: Arial;
	font-size: 10pt;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover.links {
	font-family: Arial;
	font-size: 10pt;
	color: #FF5353;
	text-decoration: underline;
	font-weight: bold;
}
a:visited.links {
	font-family: Arial;
	font-size: 10pt;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
.menus {
	font-family: Arial;
	font-size: x-small;
	line-height: 20px;
	background-color: #E41C34;
	color: #FFFFFF;
	text-align: center;
}
.menutext
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	background-image: url('images/grid.jpg');
	line-height: 92px;
	width: 800px;
	text-align: right;
}
.menutext a
{
	text-decoration: none;
	color: #000000;
	font-family: Arial;
	font-size: x-small;
}
.menutext a:hover
{
	text-decoration: none;
	color: #E41C34;
}

.footer {
	font-family: Verdana;
	font-size: xx-small;
	background-color: #E2E2E2;
	text-align: center;
	color: #808080;
	padding: 10px 10px 10px 10px;
}
.titles {
	font-family: Arial;
	font-size: 16pt;
	color: #006699;
	font-weight: bold;
}
.titles1 {
	font-family: Arial;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}
.titles2 {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

/*
** ***********************************
** 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: normal;
	background-color: #E41C34;
	font-family: Arial;
}
table.submenu
{
	color: white;
	font-size: 10pt;
	font-weight: normal;
	background-color: #E41C34;
	font-family: Arial;
	z-index:10000;
}

/* Turn off underlines for all menu links */
.menu a
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
}
.submenu a
{
	text-decoration: none;
	color: white;
	font-family: Arial;
	font-size: 10pt;
}
td.menu
{
	border-bottom: 1px solid #9A9A9A;
	font-family: Arial;
	font-size: 10pt;
	background-color: #E41C34;
	border-bottom-width: 0px;
}
td.submenu
{
	border-bottom: 1px solid #9A9A9A;
	font-family: Arial;
	font-size: 10pt;
	background-color: #E41C34;
	border-bottom-width: 0px;
}
td.menubottom
{
	border-bottom: 0px;
}

.menu a:hover
{
	background-color: #EA5366;
	color: #FFFFFF;
}
.submenu a:hover
{
	background-color: #EA5366;
	color: #FFFFFF;
}
a:link.menuitem
{
    text-decoration: none;
    display: block;
}


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: #EA5366;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
}

/*
** 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: inline;
	position: absolute;
}


/* ---------------------- SECOND MENU ---------------------------- */
/*
** 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.menu2
{
    color: #FFFFFF;
    font: verdana;
    font-size: 6.5pt;
    font-weight: normal;
    vertical-align: top;
    background-color: #000000;
    padding: 1px 10px 1px 0px;
}
td.menu2
{
	border-bottom: 1px solid #9A9A9A;
}
td.menubottom2
{
	border-bottom: 0px;
}

/* Turn off underlines for all menu links */
.menu2 a
{
	text-decoration: none;
	color: #FFFFFF;
}

/* Turn off underlines for all menu links */
.menu2 a:
{
	text-decoration: none;
	color: #FFFFFF;
}

/* Turn on background color changes for links */
.menu2 a:hover
{
	background-color: #9A9A9A;
	color: #FFFFFF;
}

/* Special class to emulate a ref hovers See expand js function */
.menuSelected2
{
	background-color: #9A9A9A;
	color: #FFFFFF;
}

/*
** MENU HIDDEN
** Sub-menus are set to this class when display *IS NOT* desired (note the display:none setting)
*/
div.menuHide2
{
	display: none;
	position: static;
}


/*
** MENU HOVER
** Sub-menus are set to this class when display *IS* desired (note the display:inline setting)
*/
div.menuShow2
{
	display: inline;
	position: absolute;
}
.whatsnewTitle {
	font-family: Arial;
	font-size: 14pt;
	color: #FFFFFF;
}
.whatsnewheadings {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
.whatsnew {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
}
.calendar {
	font-family: Arial;
	font-size: 10pt;
	background-color: #FFFFFF;
	margin: 20px;
}
