﻿h1, h2, h3, h4, h5, h6
{
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	color: #000000;
}

/*  E6673A  Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1
{
	margin: 0 0 0.8em;
	font-size: 1.5em;
	font-weight: normal;
}
h2
{
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: normal;
}
h3
{
	margin: 0.5em 0;
	font-size: 0.9em;
	font-weight: bold;
}
h4
{
	margin: 0 0 0.5em;
	font-size: 0.85em;
	font-weight: bold;
}
h5
{
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}
h6
{
	margin: 0.5em 0;
	font-size: 0.7em;
	font-weight: bold;
}


a
{
	text-decoration: underline;
	color: #003399;
}

a:hover
{
	text-decoration: none;
}

.quot
{
	font-style: oblique;
	color: #333333;
}
#container-center
{
	padding: 35px 65px 20px 0;
}
#container-right
{
	padding: 35px 0px 0px 0px;
}
.MenuUnderlined
{
	border-bottom: solid 1px red;
	background-image: url(Images/menu_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 0.78em;
	letter-spacing: 0.1em;
	font-weight: bolder;
}

a.TopNav
{
	color: #000000;
}
a.TopNav:hover
{
	color: Red;
	text-decoration: none;
}

a.NodeHover
{
	color: #ff0000;
}

.MP
{
	border: solid 1px #ff0000;
	border-left-color: #efb510;
	border-top-color: #efb510;
	padding: 5px;
	margin-bottom: 15px;
	text-align: left;
}
.MP a
{
	font-size: 0.9em;
	color: #555555;
}

.Node
{
	font-size: 0.8em;
	color: #555555;
}
.NodeSelected
{
	border: solid 1px #ff0000;
	border-left-color: #efb510;
	border-top-color: #efb510;
}
.NodeHovered
{
	color: #000000;
}

dl
{
	font-size: 0.8em;
	line-height: 1.2em;
}
dt
{
	font-weight: bolder;
	margin-bottom: 0.8em;
	margin-top: 0.5em;
}
dd
{
	margin-left: 2em;
}
dd a
{
	color: Black;
}
dd img
{
	margin-right: 4px;
}


#list li, .list
{
	padding-left: 15px;
	margin-bottom: 10px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
}

#listAdv
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 1.3em;
}
#listAdv li
{
	padding-left: 10px;
	background-image: url(images/bulletSmall.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
}

.TdHead, .TdTotal

{

	color: #000000;
	vertical-align: top;
	border-bottom: darkgray 1px solid; 
	padding: 2px 0; 
	font-weight: bold
}
.TdTotal
{
	border-top: darkgray 1px solid; 
}
#subfooter1 a
{
	color: #000000;
}
.RotAdv
{
	font-weight: bold;
	padding-top: 35px;
	height: 140px;
	text-align: center;
	line-height: 22px;
}

.multiPage .formList
{
	list-style: none;	
}

.multiPage .formList li
{
	padding: 5px 0px;
}

.multiPage .formList li.lastListItem
{
	border: none;
}
.multiPage .leftcolLong
{float: left; width: 470px;
}
.multiPage .leftcol
{float: left; width: 350px;
}

.multiPage .mid
{float: left; width: 120px;
}
.inline
{
	display:inline;float: left; width: 40px;
}

/* Menu Template */
.SubGroup, .SubGroupLast, .SubGroupFirst
{
	float: left;
	text-align: left;
	width: 90px;
	padding: 0 5px 0 5px; 
}
.icon
{
	float: left;
	text-align: left;
	width: 34px;
}
.bc,.bc a
{
    color:#999; font-size:12px; text-transform:lowercase;
}
 .bc a
 {
 color:#000;
 }