﻿
body
{
    background-repeat: @PageBackground-repeat;
}

}
.style2 {
	text-align: left;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}
.style3 {
	text-align: left;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	font-weight: bolder;
}


a
{
    color: @ContentHyperlinkColor;
	text-decoration: @ContentHyperlinkText-decoration;
}

a:hover
{
    color:  @ContentHyperlinkHoverColor;
}

/*  Our elements */

#maintable
{
    	background-repeat: @MainTableBackground-repeat;
}

#header
{
	background-image: url('graphics/headerBG2.jpg')
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

#menucell /* This is the table cell that contains  menucontainerdiv, which contains the menu items */
{


    border-left: 4px solid white;
	border-right-style: solid;
	
}


#menucontainerdiv /* This is the div containing the menu items */
{
    	
   	padding-left:   5px; /*  Padding to the left of the menu items */
    padding-right: 	5px;
	text-align: right;
	visibility: hidden;

}

/* This is the body content region */
#maincontent
{
	padding: 10px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	vertical-aligh: top;
	float: left;
	width: 550px:
	position: relative;
}
#rightcolumn
{
	padding: 3px;
	background-color: #FFF;
	width: 175px;
	vertical-aligh: top;
	margin-left: 825px
	color: #066;
	float: left;
}

#footer
{
	background-color: #b6d3e9;
	border-top-style: solid;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	border-top-width: 2px;
}

/*  Our classes */
.menuitemdiv	/* div containing each menu item */
{
    padding-top: 10px;
}

.submenu0itemdiv	/* div containing each submenu item */
{
    padding-top: 0px;
	padding-left: @2px;
}


a.CurrentMenuSelection
{
    	font-family: @NavMenuFont-family;
		font-size: @NavMenuFont-size;
    	color: @NavMenuCurrentItemColor;
    	font-weight: @NavMentCurrentItemFont-weight;
    	text-decoration: @NavMenuCurrentItemText-decoration;
}
a:hover.CurrentMenuSelection
{
    text-decoration: @NavMenuHoverText-decoration;
    color:  @NavMenuHoverColor; 
    font-weight: @NavMenuFont-Weight; /*    isn't working for some reason */
}

a.menu
{
    font-family: @NavMenuFont-family;
    font-size: @NavMenuFont-Size;
    font-weight: @NavMenuFont-Weight;
    color: @NavMenuColor;
    text-decoration: @NavMenuText-decoration;
}

a:hover.menu
{
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: @NavMenuHoverColor;
    text-decoration: @NavMenuHoverText-decoration;
    font-weight: @NavMenuHoverFont-weight;

}

a.CurrentSubMenu0Selection
{
    font-family: @SubMenu0Font-family;
	font-size: @SubMenu0Font-size;
    color: @SubMenu0CurrentItemColor;
    font-weight: @SubMenu0CurrentItemFont-weight;
    text-decoration: @SubMenu0CurrentItemText-decoration;
}


a:hover.CurrentSubMenu0Selection
{
    text-decoration: @SubMenu0HoverText-decoration;
    color:  @SubMenu0HoverColor; 
    font-weight: @SubMenu0Font-Weight; /*    isn't working for some reason */
}

a.submenu0
{
    font-family: @SubMenu0Font-family;
    font-size: @SubMenu0Font-Size;
    font-weight: @SubMenu0Font-Weight;
    color: @SubMenu0Color;
    text-decoration: @SubMenu0Text-decoration;
}

a:hover.submenu0
{
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: @SubMenu0HoverColor;
    text-decoration: @SubMenu0HoverText-decoration;
    font-weight: @SubMenu0HoverFont-weight;

}

.ThinBorderRight
{
border-right-style: solid; 	border-right-width: @ThinLineWidth;
}

.ThinBorderTop
{
border-top: @ThinLineWidth solid @LineColor;
}


.ThickBorderTop
{
border-top: @ThickLineWidth solid @LineColor;
}


.ThickBorderBottom
{
border-bottom: @ThickLineWidth solid @LineColor;
}

