.akaheader {
color: #003366;
font-weight: 100;
font-size: 15px;
line-height: 18px;
}

.akah5 {
color: #003366;
font-weight: 300;
font-size: 12pt;
margin-top: 18px;
}

.akatabcontentstyle{ /*style of akatabcontent container*/
border: none;
width: 800px;
margin-bottom: 1em;
}

.akatabcontent{
display:none;
padding-top: 30px;
font-size: 10pt;
}
.akatabcontent_main {
float: left;
width: 600px;
padding-right: 9px;
}

.akatabcontent_sidebar {
float: right;
width: 180px;
}
/*Footer Styling */

#footer {
clear: both;
}

/* Tab styling */

#tabs{
position: relative;
text-align: center;
width:100%;
font-family: Myriad Web, Helvetica, Arial, sans-serif;
font-size: 12pt;
font-weight: 100;
}

#tabs ul{
list-style-type: none;
margin:0;
padding:0;
z-index: 7;
}

#tabs li{
display:inline;
margin:0;
padding:0;
}

#tabs a{
float:left;
background:url(../img/gradient-tab-left.png) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#tabs a span{
float:left;
display:block;
background:url(../img/gradient-tab.png) no-repeat right top;
padding: 9px 36px 12px 27px;
font-weight:bold;
color:#003366;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
color: #000066;
}

#tabs li.selected a{ /*Selected Tab style*/
background-position:0 -82px;
}

#tabs li.selected a span{ /*Selected Tab style*/
background-position:100% -82px;
color: #000033;
}

#tabs a:hover{ /*onMouseover style*/
background-position:0% -82px;
}

#tabs a:hover span{ /*onMouseover style*/
background-position:100% -82px;
}
a { /*Remove dotted border on links in Firefox */
  outline: none;
}

ul {
	font-size: 12pt;
}
