/* CSS Document */

BODY { background: #FFFFFF; color: #333333;
       font-family: Arial;
       font-size: 9pt;
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

.nav A:link { color: #FFFF00; font-weight:bold; }
.nav A:visited { color: #FFFF00; font-weight:bold;}
.nav A:active { color:#FFFFFF; font-weight:bold;}

.nav_top A:link { color: #FFFF00; font-weight:bold; }
.nav_top A:visited { color: #FFFF00; font-weight:bold;}
.nav_top A:active { color:#FFFFFF; font-weight:bold;}

A:link { color: #336699; font-weight:bold; }
A:visited { color: #336699; font-weight:bold;}
A:active { color:#336666; font-weight:bold;}

.smallTextMemberMenu {
	font-size: xx-small;
	color: #FFFFFF;

}
.smallText {
	font-size: xx-small;

}
a:hover {
	color: #336601;
	text-decoration: underline;

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.txtSize1 {

	font-size: 10px;
}
.nav_top {
   border-top:solid 1px #5F87AF;
   border-bottom:solid 1px #5F87AF;
}
.nav {
   border-bottom:solid 1px #5F87AF;
}

.alert {
   border-top:solid 1px #336699;
   border-bottom:solid 1px #336699;
   border-left:solid 1px #336699;
   border-right:solid 1px #336699;
   background-color:#CBD8E5;
}








body,td,th {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:link {color: #B75312; text-decoration: underline;}
A:visited {color: #B75312; text-decoration: underline;}
A:active {color: #CF7600; text-decoration: underline;}
A:hover {color: #CF7600; text-decoration: underline;}


.more A:link {color: #A32428; font-weight:bold;}
.more A:visited {color: #A32428; font-weight:bold;}
.more A:active {color: #A32428; font-weight:bold;}
.more A:hover {color: #006602; font-weight:bold; text-decoration: underline;}
.more {color: #A32428; font-weight:bold;}

.more_right A:link {color: #A32428; font-weight:bold; font-size: 12px;}
.more_right A:visited {color: #A32428; font-weight:bold; font-size: 12px;}
.more_right A:active {color: #A32428; font-weight:bold; font-size: 12px;}
.more_right A:hover {color: #006602; font-weight:bold; font-size: 12px; text-decoration: underline;}
.more_right {color: #A32428; font-weight:bold; font-size: 12px;}

hr { height:0px; 
        border:0px; 
        border-top:1px solid #B75312; }
.style1 {color: #CF7600}
.style3 {color: #CF7600; font-size: 16px; }

.orange_headline {color: #ffffff; font-weight:bold; font-size: 16px;  font-family: Georgia;}
.black_headline {color: #000000; font-weight:bold; font-size: 18px; font-family: Georgia;}
.blue_headline {color: #1E3769; font-weight:bold; font-size: 16px; font-family: Georgia;}
.grey_headline {color: #999999; font-weight:bold; font-size: 14px;}

.orange_right {color: #ffffff; font-size: 14px;  font-family: Georgia;}
.black_headline_right {color: #000000; font-weight:bold; font-family: Georgia;  font-size: 16px;}
.right_column_txt {font-size: 12px;}
.brown_text {color: #3C3533; font-family: Georgia;  font-weight:bold; font-size: 15px;}
.brown_text_right {color: #3C3533; font-weight:bold; font-family: Georgia;  font-size: 14px;}
.copyright {color: #ffffff; font-size: 10px;}

.calendar_headlines {font-weight:bold; font-size: 16px;}
.calendar_dates {color: #1E3769;}



.feature {
   border-right:dotted 1px #cccccc;
}









/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #006602;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #006602;
 border-bottom: none;
 background: #336669;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #ffffff }
ul.tabbernav li a:visited { color: #ffffff; }

ul.tabbernav li a:hover
{
 color: #fff;
 background: #336669;
 border-color: #006602;
}

ul.tabbernav li.tabberactive a
{
 background-color: #006602;
 border-bottom: 1px solid #006602;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #fff;
 background: #006602;
 border-bottom: 1px solid #006602;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #006602;
 border-top:0;
 background: #E7E2DE;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

