/* Presentation Stylesheet */ 

body{
 font: 80% Helvetica, Arial, sans-serif;
 color: #5c5c5c;
 line-height: 1.3em;
}

p {
 margin-top: 0px;
}

h1 {
	font-size: 1.3em;
	color: #4f91cd;
	margin: 0.2;
}
h2 {
 font-size: 1.2em;
 color: #ffffff;
 margin: 0.2;
}
h3 {
	color: #4f91cd;
	font-size: 1.1em;
}
h4 {
	color: #96c0e6;
	font-size: 1.1em;
}
h5 {
	color: #4f91cd;
	font-size: 0.9em;
}
h6 {
	color: #96c0e6;
	font-size: 0.9em;
}
hr  {
 color:#97c0e6; background: #97c0e6; 
 border: 0; height:1px;
}

#lh-col p {
 font-size: 0.8em;
 margin: 0;
 color: #ffffff;
}
#footer p {
 font-size: 0.8em; color: #ffffff;
 line-height: 0.8em;
 margin: 1.2;
}

a:link {
 color: #204972;
 text-decoration: none;
}
a:visited {
 color: #204972;
 text-decoration: none;
}
a:active {
 color: #4F91CD;
 text-decoration: none;
}
a:hover {
 color: #4F91CD;
 text-decoration: none;
}

#footer a:active {
 color: #3C73AB;
 text-decoration: none;
}
#footer a:hover {
 color: #3C73AB;
 text-decoration: none;
}

a.white {
 color: #FFFFFF;
 font-weight: bold;
}
a.white:hover {
 color: #272727;
}
a.white:active {
 color: #272727;
}

a.black {
 color: #272727;
 font-weight: bold;
}
a.black:hover {
 color: #FFFFFF;
}
a.black:active {
 color: #FFFFFF;
}

li {
 padding-bottom: 4px;
}

ul.white {
 list-style: url(/images/px_bullet.gif);
 margin-left: 15px; padding: 0;
}
ul.black {
 list-style: url(/images/px_bullet_blk.gif);
 margin-left: 15px; padding: 0;
}

#blue_box ul.white {
 list-style: url(/images/px_bullet.gif) outside;
 margin: 0; padding: 0;
}
#grey_box ul.black {
 list-style: url(/images/px_bullet_blk.gif) outside;
 margin: 0; padding: 0;
}



/* -------------------- */
#LocalToolbar {
	vertical-align:baseline; padding:0px; background-color:#305081;margin:0 0 24px 0; 
}

.SectionMenu {
   font:normal 11px verdana; padding:0 2px 0 2px;
}

A.SectionMenu:link, A.SectionMenu:visited, A.SectionMenu:active   {
    text-decoration:    underline;
    color:white;
}

A.SectionMenu:hover, A.SectionMenu:hover  {
    text-decoration:    underline;
    color:yellow;
}

.main_page_title {
    font-size: 1.3em;
	color: #4f91cd;
	margin: 0.2;
}
.secondary_title_dark_blue {
	color: #4f91cd;
	font-size: 1.1em;
}

.secondary_title_light_blue {
	color: #96c0e6;
	font-size: 1.1em;
}

.sub_title_dark_blue {
	color: #4f91cd;
	font-size: 0.9em;
}

.sub_title_light_blue {
	color: #96c0e6;
	font-size: 0.9em;
}

.bold_dark_blue {
	color: #4f91cd;
	font-weight: bold;
}

.bold_light_blue {
	color: #96c0e6;
	font-weight: bold;
}

.dark_blue {
	color: #4f91cd;
}

.light_blue {
	color: #96c0e6;
}

.normal {
 
}