/* Frame layout */

body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: white;
height: 100px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
text-align: right;
font-size: 150%;
font-style: italic;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-weight: bold;
color: navy;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
height:600px;
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
/*** background: #C8FC98; ***/
background: #2175bc;
}

#footer{
clear: left;
width: 100%;
background: navy;
text-align: center;
padding: 4px 0;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #211C81; /* Akurit dark blue */
color: white;
}

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

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

/* Side Menu */

#button {
width: 175px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

#button ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#button li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#button li a {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #button li a {
width: auto;
}

#button li a:hover {
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

/* Tab menu */

#tablist{
padding: 3px 0;
margin-left:0;
margin-bottom:0;
margin-top:1.0em;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 1.0em;
margin-right: 3px;
border: 1px solid#778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color:gray;
}

#tablist li a:hover{
color: white;
/*background: #2175bc; */
background: #21a0eb; /* akurit light blue */
border-color: navy;
}

#tablist li a.current{
color: white;
background: #2175bc;
}

#tabmenu{
background: white;
height: 40px; /*Height of top section*/
}

/* text formatting */

p.header{
font-size: 100%;
font-style: italic;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-weight: bold;
color: dark grey;
}

p.bodytext{
font-size: 100%;
font-style: normal;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-weight: normal;
color: black;
}

/* EOF */
