Body
{
background-color:#000000;
}

div#header
{
padding: .5em;
background-color: #3665aa;
border-color: #000000;
border-style: groove;
border-width: 3px;
margin-bottom: 10px;
}


div#container
{
background-image: url(graphics/misc/silver.jpg);
background-repeat:repeat;
line-height: 130%;
width: 95%;
padding: .5em;
margin: 2px auto;
min-width:800px;
max-width:600px;
}

div#navside
{
background-image: url(graphics/misc/med.blue.107.jpg);
}

div#adside
{
background-image: url(graphics/misc/med.blue.200.jpg);
}



div#navcol
{
background-color: #3665aa;
float: left;
width: 107px;
display: inline;
border-color: #000000;
border-style: groove;
border-width: 3px;
margin-bottom: 10px;
}


div#adscol
{
background-color: #3665aa;
float: right;
width: 200px;
margin-left: 1%;
padding: 0;
border-color: #000000;
border-style: groove;
border-width: 3px;
margin-bottom: 10px;
}



div#centercol
{
background-color: #d3d1d2;
float: left;
width: 53%;
margin-left: 1%;
padding: 1em;
font-family: "Century Gothic";
border-color: #000000;
border-style: groove;
border-width: 1px;
margin-bottom: 10px;
}


div#footer
{
clear: both;
background-color: #3665aa;
padding: .2em .2em;
border-color: #000000;
border-style: groove;
border-width: 3px;
   font-family: "Century Gothic";
   font-size: 12px;
   font-weight: normal; 
   color: #d3d1d2;
   text-align:	center;
}

.text.j
{
   font-family: "Century Gothic";
   font-size: 22px;
   font-weight: normal; 
   color: #000000;
   text-align:justify;
}

.text.c
{
   font-family: "Century Gothic";
   font-size: 22px;
   font-weight: normal; 
   color: #d3d1d2;
   text-align:	center;
}

.style1 
{
font-family: "Century Gothic"
}


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

ul#navigation li a
{
display: block;
width: 6.4em;
background-color: #c50f26;
padding: .6em .6em;

       font-family:  "Century Gothic"	;
	    font-size: 14px;
	   font-weight: normal; 
       color: #FFFFFF;
	   text-align: center;

text-decoration: none;
}

ul#navigation li a:hover
{
color: #d3d1d2;
background-color: #005b9e;
}

ul#navigation li a:active
{
color:#000000;
background-color:  #0091d2;
}

ul#navigation .left
{ 
float: left; 
clear: left;
margin-bottom: 1px;
}


.drawline
{ 
display: block;
background-color: #999999;
height: 1px;
border-style:solid; 
}

