@charset "utf-8";
/* CSS Document */

body {
font-family: Verdana, Geneva, "Bitstream Vera Sans",
"DejaVu Sans", sans-serif;
/*background-image: url(../www/images/Bckgr02.gif);*/
background-color: #789;
color: #000000;
margin: 0;
padding: 0;
text-align: center;
}
	
#container {
width: 1030px;
background-color: #c00;
margin: 0 auto;
padding: 0;
text-align: left;
}

#header {
width: inherit;	
background-image: url(images/Bckgr02.gif);
text-align: center;
margin: 0;
padding: 0;
}

#sidebar {
float: left;
width: 226px;
background-color: #063;
font-weight: bold;
font-color: #FFF;
}

#sidebar2 {
float: right;
width: 226px;
background-color: #c00;
text-align: center;
font-weight: bold;
}

#navbar {
float: right;
width: 226px;
background-color: #c00;
text-align: center;
font-weight: bold;
}	

#mainContent {
margin-right: 226px;
background-image: url(images/Bckgr02.gif);
text-align: center;
padding: 3px;
}

#footer p {
margin: 0;
padding: 10px 0;
background-color: #000;
text-align: center;
font-size: 10px;
color: #FFF;
}

.clearfloat {
clear: both;
height: 0;
font-size: 1px;
}

.h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", Times, serif;
color: gray;
font-weight: bold;
}

#sidebar ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#sidebar a {
display: block;
padding: 5px 3px 5px 20px;
background-color: #063;
color: #fff;
border-bottom: 1px #999 solid;
text-decoration: none;
}

#sidebar a:visited {
background-color: #063;
color: #CCC;
border-bottom: 1px #999 solid;
padding-bottom: 3px;
}

#sidebar a:hover, focus {
background-color: #096;
color: #fff;
border-top: 2px #999 solid;
border-right: 3px #000 solid;
border-bottom: 3px #000 solid;
border-left: 2px #999 solid;
padding-top: 3px;
padding-bottom: 3px;
}

#sidebar a:active {
background-color: #096;
color: #000;
border-top: 2px #999 solid;
border-right: 3px #000 solid;
border-bottom: 3px #000 solid;
border-left: 2px #999 solid;
padding-top: 3px;
padding-bottom: 3px;
}

#sidebar2 table {
position: fixed;	
margin-top: 25px;
margin-left: 12px;
border: 5px #c00 solid;
}

#sidebar2 table ul{
list-style-type: none;
}

#sidebar2 table a{
display: block;
padding: 5px;
background-color: #C00;
color: #fff;
text-decoration: none;
}

#sidebar2 table a:visited {
background-color: #c00;
color: #CCC;
}

#sidebar2 table a:hover, focus {
background-color: #c33;
color: #fff;
border-top: 2px #000 solid;
border-right: 2px #000 solid;
border-bottom: 2px #ccc solid;
border-left: 2px #ccc solid;
padding-top: 3px;
padding-bottom: 3px;
}

#sidebar2 table a:active {
background-color: #c33;
color: #000;
border-top: 2px #000 solid;
border-right: 2px #000 solid;
border-bottom: 2px #ccc solid;
border-left: 2px #ccc solid;
padding-top: 3px;
padding-bottom: 3px;
}

#navbar table {
position: fixed;	
margin-top: 25px;
margin-left: 12px;
border: 5px #c00 solid;
}

#navbar table ul{
list-style-type: none;
}

#navbar table a{
display: block;
padding: 5px;
background-color: #C00;
color: #fff;
text-decoration: none;
}

#navbar table a:visited {
background-color: #c00;
color: #CCC;
}

#navbar table a:hover, focus {
background-color: #c33;
color: #fff;
border-top: 2px #000 solid;
border-right: 2px #000 solid;
border-bottom: 2px #ccc solid;
border-left: 2px #ccc solid;
padding-top: 3px;
padding-bottom: 3px;
}

#navbar table a:active {
background-color: #c33;
color: #000;
border-top: 2px #000 solid;
border-right: 2px #000 solid;
border-bottom: 2px #ccc solid;
border-left: 2px #ccc solid;
padding-top: 3px;
padding-bottom: 3px;
}

.clearfloat {
clear: both;
height: 0;
font-size: 1px;
}
/*#mainContent {
position: fixed;
}*/
	