/*style.css*/

* {
	margin: 0;
	padding: 0;
	color: #DBDBDB;
}

h1 img {
	display: block;
}

img {
	border: 0;
}

p {
	margin: 0.8em 0;
	font: .8em arial, sans-serif;
	text-align:justify;
}

a {
	color:Gray;
	text-decoration: none;
}

a:hover {
	color: White;
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.more {
	text-align: right;
}

.clear {
	clear: both;
}


body 
{
	background:#580000 url(images/header_bg.jpg) repeat-x;
	margin: 0 auto;
	width: 100%;
}

#wrapper 
{
    width:47em;
    margin:0 auto;
}

#header {
	top: 0;
	width: 100%;
	background: url(images/header_bg.jpg) repeat-x;
	height: 10em;
}

#header h1 em {
	float:left;
	background: url(images/header_bg.jpg) no-repeat;
	padding: 0;
	margin-bottom: .5em;
	font-weight: normal;
	font-size: 2em;
	font-family: "Times new roman", serif;
	color:#fff;
	}

#nav {
	background: top left url(images/nav_left.gif) no-repeat;
	font: .6em arial, sans-serif;
	width: 50em;	
	text-align: center;
	clear:left;
	margin-top:1em;
	}

#nav div {
	background: top right url(images/nav_right.gif) no-repeat;
	padding: 0 .625em;
	
}
#nav ul {
	background: top left url(images/nav_bg.gif) repeat-x;
	padding: 1.2em 0;
	list-style: none;

}
#nav li {
	display: inline;
}
#nav a {
	font-weight: normal;
}

#right-shield {
	top: 0;
	float:right;
	background:inherit;
	z-index:3;
}

#right-shield img 
{
    width:12em;
    
}

#body h2 {
	font-weight: normal;
}
#body h2 em {
	font-size: 1.3em;
	font-family: serif;
}

#body h3
{
    font-weight:normal;
    font-size:1em;
}

#cont 
{
	font-size: 2em;
    padding-top:0;
}

#cont ul 
{
    list-style-type:square;
    margin-left:1.3em;
    font-size:1.2em;
    padding-left:12em;
    padding-bottom:2em;
    float:left;
}

#cont a 
{
	color: Gray;
	text-decoration: underline;
}

#cont a:hover {
	color: White;
	text-decoration: underline;
}
#bullet
{
    float:left;
    bottom:50.4em;
    width:15em;
    margin:0;
}

#bullet ul
{
    list-style-type:square;
    margin-left:1.3em;
    font-size:1em;
    padding-bottom:2em;
    padding-left:5em;
}

table
{
    border:inset .1em gray;
    margin-top:3em;
}

table img
{
    width:320px;
}

td
{
    border:outset .1em gray;
    padding:.5em;
}

#black-tl { width: 100%; height:11.2em  ; background: black top left url(images/black_tl.gif) no-repeat; }
#black-tr { width: 100%; background: top right url(images/black_tr.gif) no-repeat; }
#black-bl { width: 100%;height:11.2em; background: bottom left url(images/black_bl.gif) no-repeat; }
#black-br { width: 100%; background: bottom right url(images/black_br.gif) no-repeat; }

.black-box {
	float:left;
	width: 7.9em;
	padding-top: .6em;
	padding-bottom: .6em;
	padding-left:.6em;
	padding-right:.6em;
}
.black-box h2 {
	font-size: .8em;
	font-weight: normal;
}
.black-box h2 em {
	font-size: 1.375em;
	font-family: serif;
}

#copyright 
{
    text-align:center;
    margin-top:.5em;
    font: .6em arial, sans-serif;
}
