/*	styles any unclassified copy */
body {
	color: #183586;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.secondaryNavLink {
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #9F192B;
}

a:hover.secondaryNavLink { 
	text-decoration: underline;
}

.secondaryNavText {
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #183586;
}

.breadcrumbNavHeader {
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #183586;
}


.breadcrumbNavLink {
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #9F192B;
}

a:hover.breadcrumbNavLink { 
	text-decoration: underline;
}
/*  note calendar is spelt correctly in this class  */
.calendarTable {
	border:4px double #183586;
	padding:2px;
	background-color: #FFFFFF;
}
.calenderBold {
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	color: #183586;
}

.calenderWhiteBold {
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

.calenderWhiteBoldLink {
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

a:hover.calenderWhiteBoldLink { 
	text-decoration: none;
}

.bodyFooter {
	font-size: 0.6em;
	font-weight: normal;
	color: #183586;
	line-height: normal;
	font-style: italic;
}

.bodyFooterLink {
	font-size: 0.6em;
	font-weight: normal;
	color: #183586;
	line-height: normal;
}


.bodyHeaderMain {
	font-size: 1.05em;
	font-style: normal;
	font-weight: bold;
	color: #9F192B;
}

.bodyCopy {
	font-size: 0.8em;
	font-weight: normal;
	color: #183586;
	line-height: normal;
}

.bodyCopyBurgundy {
    color: #9F192B;
}

.bodyCopyBurgundyBold {
    color: #9F192B;
    font-weight: bold;
}

.bodySmall {
	font-size: 0.7em;
	font-weight: normal;
	color: #183586;
	line-height: normal;
}

.bodyHeaderSub {
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #9F192B;
}

.bodyBold {
	font-size: 0.75em;
	font-weight: bold;
	color: #183586;
	line-height: normal;
}

.bodyError {
	font-size: 0.75em;
	font-weight: bold;
	color: #FF0000;
	line-height: normal;
}

.bodyOk {
	font-size: 0.75em;
	font-weight: bold;
	color: #009900;
	line-height: normal;
}

.bodyNote {
	font-size: 0.7em;
	font-weight: normal;
	color: #183586;
	line-height: normal;
	font-style: italic;
}

.bodyInlineLink {
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #9F192B;
	text-decoration: underline;
}

.bodyInlineLinkBold {
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	color: #9F192B;
	text-decoration: underline;
}

.bodyInlineHeader {
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	color: #9F192B;
}

a:hover.bodyInlineLink { 
	text-decoration: none;
}

a:hover.bodyInlineLinkBold { 
	text-decoration: none;
}

.navLeftLink {
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #9F192B;
	text-decoration: none;
}

.navLeftLinkBold {
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	color: #9F192B;
	text-decoration: none;
}

a:hover.navLeftLink { 
	text-decoration: underline;
}

a:hover.navLeftLinkBold { 
	text-decoration: underline;
}

.navLinkBold {
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	color: #9F192B;
}

a:hover.navLinkBold { 
	text-decoration: underline; 
}

a {
	text-decoration: underline; 
	color: #9F192B;
}

.navLink {
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #9F192B;
}

a:hover.navLink { 
	text-decoration: underline; 
}

.bodyQuote {
	font-size: 0.8em;
	font-weight: normal;
	color: #183586;
	line-height: normal;
	font-style: italic;
}

/*** Nav Styles ***/

.firstlevelnav, .firstlevelnav a {
/*
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#9F192B;
	text-decoration:none;*/
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #9F192B;
}

.secondlevelnav, .secondlevelnav a {
/*
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	color:#9F192B;
	text-decoration:none;*/
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #9F192B;
}

/* Align second line in long menu items with first line */
.hastopline, .notopline {
    padding-left: 6px;
    text-indent: -6px;
}

.tableouterline {
	border: 1px solid #1D4EA4;
}

.hastopline {
	border-top: 1px solid #1D4EA4;
}

.notopline {
	border-top:none #1D4EA4;
}


.tableouterlineshadow {
	border: 1px solid #eeeeee;
}

.hastoplineshadow {
	border-top: 1px solid #eeeeee;
}

.notoplineshadow {
	border-top:none #eeeeee;
}

/*** END: Nav Styles ***/

/*	styles any MS Frontpage copy */
.MsoNormal {
	color: #183586;
}

li.key {
    list-style-image: url(../site_images/blue_key_bullet.gif);
/*
    this url needs to be absolute because the css file is loaded from 2 different directories.
    This needs to be fixed to enable a relative url instead, like this:
    list-style-image: url(../site_images/blue_key_bullet.gif);
*/
    margin-left: -24;
}

#nav, #nav ul {
    float: left;
    width: 776px;   /* overall width of top level nav bar - 8 x 97 = 776 */
    list-style: none;
    line-height: 1;
    background: white;
    font-size: 0.75em;
    font-weight: bold;
    padding: 0;
    border: solid #99AAD9;
    border-width: 1px 0;
    margin: 0;
	position:relative;
	z-index:1;
}

#nav a, #nav a.navtop {
    display: block;
    width: 97px;    /* for top level: width 91 + 6 left & right padding = 97 */
    color: #9F192B;
    text-decoration: none;
    padding: 4px 8px 4px 3px;    /* controls padding around text, affects nav li in IE */
}

#nav a.navtop {
    padding: 4px 3px;    /* controls padding around top level text, affects nav li in IE */
	text-align:center;    /* Jul-09*/
}

#nav a.daddy, #nav a.lastdaddy {
    background: url(../site_images/righttriangle.gif) center right no-repeat;
}

#nav a.last, #nav a.lastdaddy {
    border-bottom: none;    /* no dotted line on last item */
}

#nav li {
    float: left;
    padding: 0;
    width: 97px;    /* controls width of top level list elements 97 */
}

#nav li ul {
    position: absolute;
    left: -999em;
    height: auto;
    width: 161px;   /* width of drop downs: 160 + 5 - 4 cos IE gets it wrong */
    font-weight: normal;
    font-size: 1em;
    border-width: 3px;
    margin: 0;
    padding: 0;
    background: white;    /* ensures lower level navs have white background if top doesn't Jul-09*/
}

#nav li li {
    padding-right: 5px;    /* padding on hover */
    width: 160px;   /* controls width of blue hover on drop downs */
}

#nav li ul a {
    width: 150px;   /* width for text area - play with this next */
    border-bottom: 1px #99AAD9 dotted;
}

#nav li ul ul {
    margin: -2em 0 0 50px;   /* the left margin here controls list offset - reduced from 125 to 50px due to rhs overflow */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: auto;
}

#nav li:hover, #nav li.sfhover {
    background: #D8DEF0;
}

table #menu {
	border-width: 1px;
	border-style: dotted;
	border-color: #183586;
}

table .rowodd {
	background: #D8DEF0;
}

table .roweven {
	background: #ffffff;
}

table .tableimage {
	margin-right: 10px;
}

table #homebanner {
/*	background: #2259c0;	 224dbd,  226cd2 */
	background: #183586;
	font-size: 1em;
	font-weight: bold;
	color: white;
	line-height: normal;
	padding: 10px;
}

.bannerCopy {
	font-size: 0.8em;
	color: white;
}

.bannerHeader {
    font-size: 1em;
    color: white;
}

.banneryellowHeader {
    font-size: 1em;
    color: yellow;
}

.bannerHighlight {
    font-size: 0.8em;
    color: yellow;
}

.bannerCopy a {
	color: white;
}

.bannerCopy a:hover {
    color: yellow;
}

.bannerHighlight a {
    color: yellow;
}

.bannerHighlight a:hover {
    color: white;
}

.asterisk {
color: red;
}
.letterBoldWhite {
    font-size: 0.8em;
    font-weight: bold;
    color: #FFFFFF;
    line-height: normal;
}

.letterBold {
    font-size: 0.8em;
    font-weight: bold;
    color: #183586;
    line-height: normal;
}

.letterInlineLinkBold {
    font-size: 0.8em;
    font-style: normal;
    font-weight: bold;
    color: #9F192B;
    text-decoration: underline;
}
