/* General Style Info */
body {
    background-color: black;
    margin:0; 
    font-family:verdana, geneva, arial, sans-serif;
    font-size: 80%;
    text-align: center;
}

#content{
    position:relative;
    padding: 10px 20px 40px 20px;
    left:10px;
    width:65%;
    margin: 15px;
    color: yellow;
}
.borderimg {
	float: left;
	margin-left: 130px;
	margin-right: 10px;
}
.nexttoimg {
	text-align: left;
}
#strip {
	position: absolute;
    background: #000 url(../img/background-blend.jpg) no-repeat;
    top: 10px;
    height: 100%;
    left: 80px;
    width:100px;
}

a {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:link { 
	text-decoration: none; 
}
a:visited { 
	color: #990000; 
	text-decoration: none; 
} 
a:hover { 
	text-decoration: underline;
}
a:active { 
	text-decoration: line-through;
}       

a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 150%;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
ul, li {
	margin: 0 12px;
}

#header{
	padding: 10px 20px;
}
#header h1 {
	background: #003d4c url('../img/cross.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}

#navbar {
	font-size: 130%;
}
#navbar a {
}
.infotext {
	text-align: left;
	font-weight: bold;
}

#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

.flash {
	font-size: 120%;
	font-weight: bold;
	color: yellow;
}

#toplogo {
	position: relative;
}
.maintext {
	position: relative;
}
.maintext p {
	margin-left: 170px;
}

#contactbox {
	clear: left;
	position: relative;
	top: 40px;
	border: medium solid;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 180px;
	width: 25%;
	
}
#contactsubmit {
	display: inline;
}
.input input {
	display: inline;
}

#copyright {
	vertical-align:top;
	text-align:right;
    font-family:verdana, geneva, arial, sans-serif;
    font-size: 0.8 em;
  }
	
#links {
	position:absolute;
	left:250px;
	top: 140px;
	height: 30px;
        width:400px;
        font-family:verdana, geneva, arial, sans-serif;
        font-size:16px;
        line-height:16px;
        background-color:#000000;
        color:#990000;        
        }

#mainmenu {
	position: absolute;
	top: 120px;
	left: 170px;
	width: 600px;
	height: 104px;
	padding: 0;
	margin: 3px 0 20px 0;
	background: #000000;	
	}

#mainmenul2 {
	position: absolute;
	top: 168px;
	left: 270px;
	width: 600px;
	height: 104px;
	padding: 0;
	margin: 3px 0 20px 0;
	background: #000000;	
	}

#nav {
	position: absolute;
	top: 10px;
	left: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 84px;
	display: inline;
	overflow: hidden;
	width: 560px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}

#footer img {
	width: 50px;
}

