/* CSS Document */

@import "form.css";

body {
	background-color : #03436F;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
	text-align: center;
} 
#outer {
	position : relative;
	height : 510px;
	width : 900px;
	background-color : #ADC2DF;
	margin: 0px;
	padding: 0px;
	top : 20px;
	margin-right: auto;
	margin-left: auto;
}
#inner {
	position : absolute;
	height : 500px;
	width : 890px;
	background-color : #ffffff;
	margin: 0px;
	padding: 0px;
	left: 5px;
	top : 5px;
	padding: 0px;
	text-align: left;
}
#top {
	position : absolute;
	left: 0px;
	top : 0px;
	width : 890px;
	height : 175px;
	background-image: url(../images/bg1.jpg);
}
#top-txt1 {
	position : absolute;
	left: 13px;
	top : 13px;
	font-size:48px;
	font-weight: bold;
	color: #990000;
}
#top-txt2 {
	position : absolute;
	left: 13px;
	top : 78px;
	font-size:16px;
	font-weight: bold;
	text-align: left;
	width: 593px;
}
#top-txt3 {
	position : absolute;
	left: 716px;
	top : 10px;
	font-size:16px;
	font-weight: bold;
	text-align: right;
	width: 166px;
}
#top-img {
	position : absolute;
	left: 300px;
	top : 39px;
}
#bar {
	position : absolute;
	left: 0px;
	top : 175px;
	width : 882px;
	height : 20px;
	background-color : #778899;
	text-align: left;
	color: #990000;
	padding: 4px;
	border-bottom:5px solid #03436F;
	font-size: 14px;
	font-weight: bold;
}
#main {
	position : absolute;
	left : 2px;
	top : 205px;
	width : 896px;
}
#main a {	
	color: #cccccc;
    text-decoration: none;		
}
#main a:visited {
    color: #cccccc;
	text-decoration: none;
}
#main a:hover {
	color: #ff0000;
    text-decoration: none;
}
#main a:active {
	color: #ff0000;
    text-decoration: none;	
}
#left {
	position : absolute;
	left : 0px;
	top : 9px;
	margin: 0px;
	width : 220px;
	padding: 5px;
	text-align: left;
}
#middle {
	position : absolute;
	left : 220px;
	top : 10px;
	margin: 0px;
	width : 653px;
	padding: 5px;
	text-align: left;
}
#middle a {	
	color: #0000ff;
    text-decoration: none;		
}
#middle a:visited {
    color: #ff0000;
	text-decoration: none;
}
#middle a:hover {
	color: #ff0000;
    text-decoration: none;
}
#middle a:active {
	color: #ff0000;
    text-decoration: none;	
}
#right {
	position : absolute;
	left : 650px;
	top : 10px;
	margin: 0px;
	width : 230px;
	padding: 5px;
	text-align: left;
}
a {	
	color: #3333FF;
    text-decoration: none;		
}
a:visited {
    color: #3333FF;
	text-decoration: none;
}
a:hover {
	color: #3333FF;
    text-decoration: none;
}
a:active {
	color: #3333FF;
    text-decoration: none;	
}
#troutfly {
	position : absolute;
	left : 747px;
	top : 486px;
	font-size : 12px;
	color: #666666;
}
#troutfly a {	
	color: #666666;
    text-decoration: none;		
}
#troutfly a:visited {
    color: #666666;
	text-decoration: none;
}
#troutfly a:hover {
	color: #666666;
    text-decoration: underline;
}
#troutfly a:active {
	color: #666666;
    text-decoration: none;	
}
.menu {
	position : absolute;
	left : 10px;
	top : 10px;
	margin: 0px;
	padding:0px;
	border-top:5px solid #ADC2DF;
	border-bottom:5px solid #ADC2DF;
}
.menu-list {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}
.menu li {
	margin:0px;
	border-bottom:1px solid #ffffff;
	font-size: 1.1em;
	text-decoration: none;
	background-color: #990000;
	padding:0px;
	width:199px;
}
.menu li a {
	margin:0px;
	display: block;
	font-size: 1.1em;
	text-decoration: none;
	border-left:5px solid #ADC2DF;
	border-right:5px solid #ADC2DF;
	padding:5px;
}
.menu li a:visited {
    color: #ffff00;
	text-decoration: none;
}
.menu li a:hover {
	text-decoration: none;
	background-color:#03436F;
}
.title1 {
	font-size: 22px;
}
#leftlow {
	position : absolute;
	left : 6px;
	top : 130px;
	margin: 0px;
	width : 206px;
	padding: 5px;
	text-align: left;
}
#leftlow a {	
	color: #ff0000;
    text-decoration: none;		
}
#leftlow a:visited {
    color: #ff0000;
	text-decoration: none;
}
#leftlow a:hover {
	color: #0000ff;
    text-decoration: none;
}
#leftlow a:active {
	color: #ff0000;
    text-decoration: none;	
}
#form {
	position : absolute;
	left: 306px;
	top : 80px;
	width: 340px;
}

