	/* Dotted line around active button in Firefox */
    :-moz-any-link:focus {
        outline-style: none !important;
        outline-width: 0px !important;
    }
    /* End Dotted line around active button in Firefox */

body {background-color:#B2C8E0;}

#wrapper {
	text-align: left;
	margin: 20px auto;
	padding: 0px;
	border:0;
	width: 960px;
	height:1100px; 
	background-color:transparent;
	font-family: 'trebuchet ms', verdana, arial, 'sans serif';
}


#header {
	margin: 0 0 15px 0;
	padding-top:10px;
}

#side-a {
	float: left;
	width: 310px;
	margin-right:15px;
}

#side-b {
	float: right;
	width: 310px;
	margin-left:5px;
}

#content { 
	float: left;
	width: 32%;
	background-color:#999999;
	
}

#footer {
	clear: both;
	background: #526aaf;
	color:#ffffff;
	font-size:12px;
}

a:hover {
	text-decoration:underline;
}

#navmenu a {
	text-decoration:none; 
	color:#ffffff;
	font-size:14px;
}

#navmenu a:hover {
	background-color:#6D89DA;
}


#footer a {
	text-decoration:none; 
	color:#ffffff;
}

#footer a:hover {
	background-color:#6D89DA;
}

a {
	color:#283a6c;
}


#side-a a {
	text-decoration:none; 
}

#side-a a:hover {
	text-decoration:underline; 
}

/* ***********************DROPDOWN MENU *************************************** */


.tabs{
border-bottom: 1px solid transparent;
}

.tabs ul{
padding: 3px 0;
margin-left: 10px;
margin-top: 1px;
margin-bottom: 0;

list-style-type: none;
text-align: left;
}

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

.tabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #fff;

}

.tabs li a:visited{
color: #2d2b2b;
}

.tabs li a:hover{
text-decoration: none;
color: #fff;
}

.tabs li.selected{
}

.tabs li.selected a{ 

border-bottom-color: white;
}

.tabs li.selected a:hover{
text-decoration: none;
}


.dropmenudiv{
position:absolute;
top: 0;
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #6D89DA;
min-width: 100px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border: 1px solid #2D3B4E; 
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #fff;
}

* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover {
background-color: #fff;
color:#000;
}



/********************************TABBER **************************************/

/*--------------------------------------------------
  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;
 margin-right:5px;
 margin-bottom:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
  margin-left:-3px;
}

ul.tabbernav li a
{
 padding: 3px 10px 3px 0.5em;

 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* 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;
}


textarea {width:500px; height:100px; background-color:#D6DFFA;}
input { background-color:#D6DFFA;}
label {margin-right:10px;}

