@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 {
position: fixed;
width: 1030px;
height: 25px;
background-color: #cc0000;
text-align: top;
font-size: 12px;
font-weight: bold;
overflow: hidden;
}	

#mainContent {
margin-top: 25px;
background-image: url(images/Bckgr02.gif);
text-align: center;
padding: 3px;
font-style: italic;
font-weight: bold;
/*table-width: 640px;
table-align: center;
border-width: 5px; 
border-color: #FFC;
cell-spacing: 5px;*/
}

#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 ul{
list-style-type: none;
}*/

#navbar a{
float: left;
white-space: nowrap;
border-right: 1px #999 solid;
padding: 1px 15px 8px 15px;
text-decoration: none;
background-color: #C00;
color: #fff;
padding-top: 5px;

}

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

#navbar 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 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 a:link {
	color: #063;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:visited {
	text-decoration: none;
	color: #C00;
	font-style: normal;
	font-weight: bold;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #000;
	font-style: normal;
	font-weight: bold;
}
#mainContent a:active {
	text-decoration: none;
	color: #000;
	font-style: normal;
	font-weight: bold;
}
#mainContent table {
	text-align: center;
}
