
* { padding: 0; margin: 0; }
img {
border: none
}
a {text-decoration:none;}

body {
 font-family: Tahoma,sans-serif;
 font-size: 1em;
}


h1 {
 
 font-family: Georgia, Sans-Serif, Times New Roman;
 margin-bottom: 4px;
 margin-bottom: 8px;
 font-size: 0.8em;
 color: #00008B ;
}

h2 {
 	color: #664;
	font-size: 0.9em;
	margin-bottom: 15px;
	margin-top: 5px;
}

h3 {
 color: #666;
 font: normal 1em Tahoma,sans-serif;
 font-size: 0.7em;
 	margin-bottom: 15px;
	margin-top: 30px;
	padding: 10px 10px;
	line-height: 1.6em;
	border-left: 5px solid #000033 ;
}


#container{ 
 margin: 0 auto;
 width: 922px;
}
#content-container {
 background: url(######.gif);
 margin-bottom: 5px;
 overflow: auto;
 width: 100%
}
.site-header {
            width: 900px;
            height: 60px;
            background-color: #1a73e8;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-family: Arial, sans-serif;
            font-size: 38px;
            font-weight: bold;
            box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

#navigation 
{
 font: normal 80% Tahoma,sans-serif;
 background: #ccc;
 text-align: left;
 list-style-type: none;
 width: 922px;
 float: left;
 margin: 0px 0px 0px 0px;
 padding: 5px 0px 5px 0px;
}
#navigation ul li
{
 display: inline;
}
#navigation li a
{
 padding: 5px 10px;
 border-right: 0px;
 color: #333;
 text-decoration: none;
 border-right: 1px solid #fff;
}

#navigation li a:hover { background: #ffffff}



#section-navigation 
{
 background: #fff;
 font: normal 1em Tahoma,sans-serif;
 color: #000033;
 text-decoration: none;
 list-style-type: none;
 margin: 50px 10px;
 padding: 0px;
 width: 145px;
 float: left;
}
#section-navigation ul
{
	margin: 0;
	padding: 0;
}

#section-navigation ul li
{
	color:#000033;
	text-decoration: none;
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

#section-navigation li a
{
	color:#000033;
	text-decoration: none;
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

#content
 { 
 float: left;
 color: #333;
 margin: 20px 10px;
 padding: 0px;
 width: 540px;
 display: inline;
 position: relative;
 font: normal 1.4em Tahoma,sans-serif;
}

#aside {
 float: right;
 display: inline;
 position: relative;
 margin: 50px 0px 0px 0px;
 padding: 0px;
 width: 165px;
 border-right: 5px solid #000033;
}

.site-footer {
   			width: 900px;
    			height: 20px;
   			background-color: #1a73e8;
    			display: flex; 
    			align-items: center;
    			justify-content: center;
    			color: white;
    			font-family: Arial, sans-serif;
    			font-size: 12px;
    			font-weight: bold;
    			box-shadow: 0px 4px 5px rgba(0,0,0,0.2);
 
}


#loading_screen
{  
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: black;
  color: white;  
  text-align: center;
  padding-top: 100px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

li { background:none; }

