body {
    margin : 0;
    padding : 0;
    background-color : #394A94;
    font-family: sans-serif, Helvetica, "Eras LTC", Helvetica, Verdana;
font-size:95%;
  }

/*html,body {height:100%;}*/

a {
color: #006;
font-weight:bold;
text-decoration:none;
}

a:hover,focus{
text-decoration:underline;}

a:link{
text-decoration:none;}


img{border:none;}

.activelink{
color: #336633;
/*text-decoration:underline;*/
}



.inner1{
min-height:100%;
margin: 0 auto;
width:800px;
background:#009;
}

.inner2{
min-height:100%;
margin: 0 auto;
width:798px;
background-color:#ff9429;
}
.inner3{
position:relative;

min-height:100%;
margin: 0 auto;
width:790px;
background-color:#fff;
}


.header{
margin-top:0px;
padding-top:0px;
padding-bottom:0px;
margin-bottom:0em;
background:#fff;
}

.header-left{

float:left;
color:#00f;
background-color:#fff;
bottom:0;
height:320px;
width:462px;
background-image: url(images/ThumbsUp.png);
background-repeat:no-repeat;
background-position:bottom;
}

.header-right{
float:right;
padding-top:25px;
padding-right:25px;
background:#fff;
bottom:0;
}


.header-right-links{
margin-top:20px;
margin-bottom:10px;
padding-left:0px;
text-align:center;
font-size:1.1em;
}
.header-right-inner{
background:#fff;
height:280px;
background-image: url(images/tag_cloud.png);
background-repeat:no-repeat;
background-position:bottom;
}

.header-bottom{
clear:both;
height:2px;
background-color:#000;
}


.content{
    width: 780px;
    margin-left: 0px;
 
}
.content-center{
text-align:center;
}
.content-left{
float:left;
padding-top:30px;
padding-left:30px;
width:500px;
text-align:justify;
color:#009;
background:#fff;
}

.content-right{
    width: 200px;
    margin-left: 570px; /* Width of content + sidebar-left. */
    margin-right: 0px; /* Negative value of #sidebar-right's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
text-align:center;
padding-top:20px;
color:#336;
border-left:#000033;
}


.block-inner1{
width:200px;
background-image: url(images/block-top200.png);
background-repeat:no-repeat;
height:12px;
}
.block-inner2{
background-image: url(images/block-1px200.png);
background-repeat:repeat-y;
color:#000;
}
.block-inner3{
background-image: url(images/block-bottom200.png);
background-repeat:no-repeat;
height:14px;
}

.block-address{
max-width:180px;
font-size:85%;
margin-left:1.5em;
text-align:left;
font-weight:bold;
}

.footer{
font-size:75%;
clear:both;
text-align:center;
margin-top:5px;
margin-bottom:2px;
color:#9999cc;

}



.superscript {
font-size:80%;
}
.spacer-ten{
min-height:25px;
}
.right-navigation-heading{
margin-bottom:0px;
padding-bottom:0px;
}

.float-left{
float:left;
padding-right:10px;
}
