/* CSS Document */

a {
color:  #0091d4;
font-weight: bold;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

img {
border: 0px;
}

h1 {
background-color: #c6e4fa;
color:  #0091d4;
font-size: 15px;
padding: 4px;
margin: 0px;
margin-bottom: 10px;
text-align: center;
}

h2 {
color:  #0091d4;
font-size: 13px;
padding: 4px;
padding-left: 0px;
margin: 0px;
margin-bottom: 2px;
}

#all {
background-image: url(images/allbg.gif);
background-repeat: repeat-y;
border: 1px #6c98b1 solid;
color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin-right: auto;
margin-left: auto;
width: 793px;
}

.arrow{
float: right;
}

.centerbar {
background-color: #b6d4ea;
float: left;
width: 599px;
}

.centertext{
background-color: #ffffff;
font-size: 12px;
padding: 10px;
}

.footer {
background-image: url(images/footerbg.gif);
border-top: 1px #6c98b1 solid;
font-size: 9px;
height: 46px;
clear: both;
padding-top: 10px;
text-align:center;
width: 793px;

}

.footer2, .footer2 a {
font-size: 9px;
height: 46px;
clear: both;
padding-top: 10px;
text-align: justify;
width: 793px;
color: #666666;
font-family: Arial, Helvetica, sans-serif;
}

.hide {
display: none;
}

.navbar {
background-color: #b6d4ea;
border-right: 1px #ffffff solid;
float: left;
width: 192px;
}

.navbar a {
border-top: 1px #ffffff solid;
color: #3183b1;
display: block;
font-weight: bold;
padding: 3px;
padding-left: 13px;
text-decoration: none;
}

.navbar a:hover {
background-color: #0091d4;
color: #ffffff;
}


.show{
display: block;
}

.show a{
background-color: #c6e4fa;
padding-left: 30px;
}