body {
   font-family: "Times New Roman", Times, serif;
   background-image: url(indexfiles/smallgrid-darkgray.jpg);
}

#head {
position:relative;
width:1200px;
height: 200px;
border: 4px solid #000000; 
background-image:url(indexfiles/sonic_boom.jpg);
margin:0px auto;
} 

h1 {
   text-align: center;
   padding-top: 15px;
   padding-right: 600px;
   font-size: 5em;
   font-style: italic;
}

h2 {
   text-align: center;
   color: #ffffff;
} 

p { 
   text-align: center;
   color: #ffffff;
}   

.cboth {
   clear: both;
}   

#container {
   position: relative;
   width: 1205px;
   margin: 2px auto;
   padding: 3px;
} 


#box {
   position: relative;
   margin: 0 auto;
   width: 1200px;
   background: #0D022E;
   border: 4px solid #020100; 
} 

#bigbox2 {
   position: relative;
   margin: 0 auto;
   width: 1220px;
   top: 2px;
} 

#navcontainer {
    position: relative;
	margin: 0 auto;
	background-image: url(indexfiles/navi_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both; 
	height:33px;
	width: 1200px; 
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
	display: block;
	text-align: center;
	border: 4px solid #000000;
}

#navlist {
    margin: 0px;
    padding: 0px 0px;
    display: block;
}

#navlist li {
    list-style: none;
    float: left;
}

#navcontainer a, #navlist li.extend {
	margin: 0px;
	display: block;
	text-decoration: none;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 33px;
	padding-top: 0px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 26px;
}

#navcontainer a:hover, #navcontainer a#current {
	color: #333333; 
	background-image: url(indexfiles/navi_bg_hover.jpg); 
	background-repeat: repeat-x;
	background-position: left top;
}
.link1 {
	background-image: url(indexfiles/navi_line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.link1 a{
	background-image: url(indexfiles/navi_line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.link1 a:hover{
	background-image: url(indexfiles/navi_line.jpg);
	background-repeat: no-repeat; 
	background-position: right top;
}

*html #upnav li a:link, #upnav li a:visited {
   position: relative;
   width: 804px;
   color: #FDF8FF;
   padding: 0px;
   margin: 0 auto;
   margin-top: 5px;
   padding-left: 26px;
   padding-right: 23px;
   text-decoration: none;
   display: inline;
} 
   
a:link {
color: #E2DCCC;
text-decoration: none;
}

a:visited {
color:#0241DC;
text-decoration: none;
}

//a:hover {
color:#4F009D
}

//a:active {
color:#4F009D;
background:#D8BFD8
}

table {
    position: relative; 
	margin: 0px auto;
	width: 600px;
	border-collapse: separate; 
	background-color: #0D022E; 
	border: 2px solid #000000; 
	caption-side: bottom;
	font-size: 12px;
}

table img {
    margin-top: 10px;
	
}	

td { 
    border-right: 2px solid #013792;
	border-left: 2px solid #013792;
    margin: 0px; 
	padding: 12px; 
	text-align: center;
	vertical-align: top; 
}
th {
	background: #0D022E; 
	color:#ffffff; 
	text-align: left; 
	font-weight: bold; 
	font-size: 14px;
	padding: 3px;
	border: 2px solid #013792;
}

tr {
    background-color: #000554;
    color: #ffffff; 
}

tr :hover, tr.odd:hover {
	background-color: #00B0AD;
	color: #ffffff;
}

.tbl1 {
   float: left;
}

.tbl2 {
   float: right;
}
   
#foot {
   position: relative;
   margin: 10px auto;
   width: 875px;
   text-align: center;
}   


.lft {
   Z-INDEX: 101;
   POSITION: absolute;
   TOP: 20px; 
   LEFT: 20px;
   border: 2px solid #000000;
}

.rgt {
   Z-INDEX: 100;
   POSITION: absolute;
   TOP: 20px;
   LEFT: 1000px;
   border: 2px solid #000000;
}