.shadetabs {
padding: 3px 5px;
margin:40px 0px 0px 0px;
font-size:1.0em;
color: #16145f;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{ display: inline; margin: 0; }

.shadetabs li a{
text-decoration: none;
padding: 8px 15px;
margin-right: 5px;
border:0px solid #16145f;
border-width:1px 1px 0px 1px;
color: #16145f;
}

.shadetabs li a:link, a:active, a:visited { color: #16145f; }

.shadetabs li a:hover{ text-decoration: none; color: #fff; background-color:#16145f; }

.shadetabs li.selected { color:#fff; text-decoration:none; }

.shadetabs li.selected a { /*selected main tab style */
background-color: #16145f; color:#fff; font-weight:bold; font-style:italic; }

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none; }

.contentstyle { border-top: 4px solid #16145f; width:auto; }

#ajaxcontentarea { width:540px; padding-top:15px; }

#ajaxcontentarea  h3 { font-size:1.8em; margin:0px; }

#ajaxcontentarea .img { float:left; margin:15px 20px 10px 0px; }


#ajaxcontentarea .box {
clear:both;
width:540px;
border:0px solid #16145f;
border-width:0px 0px 0px 0px;
margin:10px 0px;
padding:10px 0px;
}

#ajaxcontentarea em {
width:100%;
margin:-10px 0px 15px 0px;
padding:0px 0px 10px 0px;
border:0px;
}

#ajaxcontentarea .blockquote {
font-size:1.0em; line-height:1.8em; font-style:italic;
color:#16145f;
width: 460px;
text-align:left;
background: url(../images/gr-open-quote.gif) no-repeat left top;
background-position: 0px 25px;
text-indent: -2px;
padding:25px 0px 0px 30px;
margin:0px;
}

#ajaxcontentarea .blockquote:first-letter {
/*background: url(../images/gr-open-quote.gif) no-repeat left top;*/
padding-left: 0px;
border:0px;
font: italic 1.6em Georgia, "Times New Roman", Times, serif;
}

.top {
text-align:right;
display:block;
background-color:#fff;
clear:both;
width:100%;
float:right;
padding:4px 5px;
font-size:0.9em;
font-weight:normal;
margin:-10px -3px -10px 0px;
border-top:1px solid #000;
}

#ajaxcontentarea a.top:hover {
font-weight:bold;
background-color:#fff;
}





