/* CSS Document */

html
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
}

body
{
background-image: url(images/flyhigh.jpg);
background-repeat: no-repeat;
background-color: black;
}


#background
{
left: 100px;
top: 65px;
width: 85%;
margin-right: 100px;
background-color: white;
border-color: red;
border-style: solid;
border-width: 2px;


position: absolute;
}



#left
{
left: 0px;
top: 0px;
width: 250px;
position: absolute;
z-index: 10;
}


#right
{
margin-left: 155px;
top: 0px;
margin-right: 10px;
clear: both;
min-height: 700px;




}

#footer
{
margin-right: -50px;
margin-left: 50px;

background-color: Red;
margin-bottom: 25px;
margin-top: 25px;
padding: 2px;
padding-right: 55px;
color: White;
font-weight: bold;
text-align: right;
clear: both;

}


p.red
{
color: red;
padding-left: 215px;
font-weight:bold;
font-size: 95%;
}

p.center
{
	text-align:center;
}

#menu
{
top: 35px;
height: 53px;
color: red;
margin-left:45%;
margin-right: 100px;
padding: 1%;
text-align: right;
position: absolute;

}


h1{font-size: 150%;
    color: Black;
    width: 85%;
    border-bottom: dotted 1px Red;
    }

h2{font-size: 115%;
	width: 85%;
	border-bottom:dotted 1px #143759;}

h3{font-size:105%;
	color: #143759;
	}
	
	a {
	text-decoration: none;
	color: #143759;
}
a.menu {
	text-decoration: none;
	color: White;
}

a:visited {
	color: #8469b5;
}

a:hover {
	text-decoration: underline;
	color: Red;
}

a:active {
	color: Red;
}


menu.a{color: Red;}

menu.a.hover{color: White;}

hr.dot
{
    border-style: dotted;
}
hr
{
	color: #96c6e3;
	border-color: #96c6e3;
	border-style: dotted;
	border-width: 1px;
}

#login
{

width:100%;
padding: 1%;
color: red;
text-align: right;
position: relative;

}

div.leftheader
{
margin-top: 15px;
left: 50px;
padding: 1%;
font-size: 125%;
text-align:center;
background-color:#83b1ce;
position: relative;
width: 185px;
font-weight: bold;
color: white;


}

div.leftwide
{
margin-top: 15px;
left: 50px;
padding: 1%;

text-align:center;

position: relative;
width: 185px;
font-weight: bold;
color: blue;

}

div.leftbox
{
left: 105px;
padding: 1%;

font-size: 90%;
position: relative;
width: 125px;

}

.content_right
{
	width: 35%;
	float:left;
	padding: 2%;
	
	
}
.content_left
{
	width: 55%;
	float: left;
	padding: 2%;
	position: relative;
}

