﻿@import url("layout.css");
body {
	background-color: #000066;
	color: white;
}
#container {
}
#back {
	background: #000066 url('../images/back.png') repeat-y;
}
#top{
	background-image: url('../images/logo-falcon.png');
	background-repeat: no-repeat;
}
menuleft {
	text-align: left;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
}
#contentC {
	font-family: Arial, Helvetica, sans-serif;
}
#bannerright {
}
#bannerbottom {
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	border-top: medium #cc0000 solid;
	font-size: x-small;
}
/* Styles for Navigation */
#menuleft ul {
	list-style-type: none;
	width: 150px;
	margin: 0;
	padding: 0;
}
#menuleft li {
	float: left;
	margin-bottom: 5px;
	padding-left: 15px;
	background-color:black;
	border-left: thin black solid;
}
#menuleft a {
	font-family:"Arial Black", Arial, sans-serif;
	color: white;
	font-size:large;
	font-weight:bold;
	text-decoration: none;
	background-color: blue;
	display: block;
	padding: 5px;
	width: 140px;
}
#menuleft a:hover {
	color: white;
	text-decoration: none;
	background-color: #cc0000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
/* General */
p {
	font-size:small;
}
.nolink {
	border:0;
}
a {
	color: white;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	background-color: #cc0000;
}
.redtitle{
	color: white;
	background-color: #cc0000;
	padding: 2px;
}
.bluetitle{
	color: white;
	background-color: #0000CC;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
}
.newsitem{
	color: white;
	background-color: #0000CC;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
}
.detail{
	font-size:small;
	margin-left:10px;
	margin-bottom: 5px;
	margin-top: 0;
	height:100px;
	border: 0;
}
.pic1 {
	float: left;
	padding-right: 100px;
	background-color:#0159B1;
	background-image:url('../images/front_sm.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
}
.pic2 {
	float: left;
	padding-right: 100px;
	background-color:#0159B1;
	background-image:url('../images/front_sm.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
	width: 460px;
	min-height: 360px;
}
.inputfield {
	color: #FFFFFF; 
	background-color: #7088FF; 
	border: #000000;
}
.inputbutton {
	color: #FFFFFF; 
	background-color: #CC0000; 
	border: #000000;
}