﻿/* CSS Document */

* {
margin:0;
padding:0;
outline:none;
}

body {
background: top repeat-x #050507;
font:70% Verdana;
color:#ACACB0;
}

#header {
height:70px;
display:block;
background: top center no-repeat;
}	
	

#container {
width:990px;
margin:0 auto;
background:#151521;
padding:5px;
}

a.external	 { font-size:12pt; color:#AC8304; text-decoration:none; }
:hover.external { font-size:12pt; text-decoration:overline underline; }
a.external:visited:hover { font-size:12pt; text-decoration:overline underline; }

a.a_link	 { font-size:10pt; color:#AC8304; text-decoration:none; }
:hover.a_link { font-size:10pt; text-decoration:overline underline; }
:visited.a_link { font-size:10pt; text-decoration:none; }

#inner_container {
background:url(../images/inner_container.jpg) top repeat-x #181824;
padding:10px 10px 10px 25px;
}

#content {
margin-right:70px;
}


#container img {
background:#070713;
padding:5px;
}
	
#navigation {
background:#181825;
width:1000px;
border-top:4px solid #2E2E47;
color:#fff;
letter-spacing:2px;
text-transform:uppercase; font-style:normal; font-variant:normal; font-weight:normal; font-size:200%; font-family:Georgia; text-align:center; margin-left:auto; margin-right:auto; margin-top:0px; margin-bottom:1px; padding-left:0; padding-right:0; padding-top:12px; padding-bottom:12px
}

#nav li {
list-style:none;
display:inline;
margin-right:0px;
}

#nav a {
padding:12px;
color:#ACACB0;
text-decoration:none;
margin-right:0px;
}

#nav a:hover {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#fff;
}

#nav a.active {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#fff;
font-weight:bold;
}


#footer {
width:990px;
background:#15152F;
padding:5px;
margin:0 auto;
clear:both;
}

table
.inner { border:0; width:800; border-collapse:collapse; font-family:Tahoma; font-size:10pt; color:#0000FF; font-weight:bold; cellpadding:4  }
.list  { padding:5px; background-color:#33334D; border-spacing:5px; width:100% }


td.title {
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	vertical-align: top;
}
td.data {
	font-size: 10pt;
}

td.footer {
	width:50%; font-size:10pt; text-align:center
}
