/* CSS Document */
body {
	background-color:#ffffff;
}
td {vertical-align:top;}
strong {font-weight:bold; color:#202020;}
em {font-style:italic}
a:link, a:visited, a:hover, a:active {
 font-weight : normal; 
 text-decoration : underline;
 color: #0B5882;
 background: transparent; 
}
a:hover 
{
    color:#000000;
    text-decoration:none;
}
p	{
 margin-bottom:0.6em;
 font:90% Arial, Verdana, Lucida, sans-serif;
}

h1 {
	font-size: 170%;
	color: #0B5882;
	margin-bottom:0.3em;
}
h2 {
	font-size: 130%;
	color: #0B5882;
	margin-bottom:0.3em;
	text-transform:uppercase;
}
h3 {
	font-size: 110%;
	color: #0B5882;
	margin-bottom:0.2em;
}

ul 
{
    margin: 2px 8px 2px 20px;
}
ul li
{   
    list-style-image:url(../images/list-bullet.gif);
    margin:0 0 .2em 4px ;
}	

#emailer{
 border: 1px solid #CBCBCB;
 margin-top:15px;
}

#emailer td{
 font-weight:bold;
 background:#eceff1;
 border:0;
 padding: 8px;
 color: #577084;
 vertical-align:middle;
}
#logo {
	float: right;
	margin-right: 45px;
	width: 102px;
}
#mainNav {
	padding: 4px;
	font-size: 100%;
	color: #FFFFFF;
	text-align:right;
}
#mainNav a, #mainNav a:link, #mainNav a:visited, #mainNav a:hover, #mainNav a:active {
	font-size: 100%;
	color: #FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 5px;
}
#mainNav a:hover{
color:#ffcc00;
}
#mainContent {
    padding:8px;
    padding-bottom:20px;
	}
#secondaryContent p 
{
    color:White;
    padding-left:8px;
    padding-right:8px;
    margin-bottom:0.3em;
}
#secondaryContent ul li 
{
    color:White;
    font-size:90%;
    margin-bottom:0.4em;
    list-style-image:url(../images/list-bullet-brown.gif);
}
#secondaryContent h1 
{
    font-size:120%;
    background-color:#5C4B4B;
    padding:4px;
    color:White;
    font-weight:bold;
    text-align:center;
}
#secondaryContent a 
{
    color:White;
}
.img-shadow 
{
    float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 

a.linkopacity img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; }

a.linkopacity:hover img {
filter:alpha(opacity=70);
-moz-opacity: 0.7; 
opacity: 0.7;
-khtml-opacity: 0.7;}

.endorseTable td { padding:1px;}