@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

ul
{
	list-style-type:none;
}

h1
{
	margin-top:0;
	margin-bottom:5px;
}

h2
{
	margin-top:0;
	margin-bottom:5px;
}

h3
{
	margin-top:0;
	margin-bottom:0;
}

a:link {color:#0FF;}
a:hover {color:#00F;}
a:active {color:#0FF;}
a:visited {color:#90F;}
a img {border:0;}

#rightcol a:link, a:active{
	color:#00C;
}

#rightcol a:hover{
	color:#00F;
}

#rightcol a:visisted{
	color:#90F;
}

#leftcol a:link, a:active{
	color:#00C;
}

#leftcol a:hover{
	color:#00F;
}

#leftcol a:visisted{
	color:#90F;
}

image
{
	border:0;
}

#container
{
	margin:auto;
	height:600px;
	width:1000px;
}

#top
{
	padding:2px 0;
	height:75px;
	width:1000px;
	background-color:#CCC;
}

#topnav
{
	padding:5px;
	height:35px;
	background-color:#333;
}

#content
{
	padding:10px;
	height:425px;
	background-color:#FFF;
	overflow:auto;
}

#leftcol
{
	position:absolute;
	padding:10px;
	height:400px;
	width:425px;
	top: 165px;
}

#rightcol
{
	text-align:justify;
	padding:10px;
	height:375px;
	width:400px;
	margin-left:500px;
	
}

#bottomnav
{
	height:20px;
	padding:7px;
	background-color:#333;
}

#bottom
{
	height:10px;
	width:1000px;
	background-color:#CCC;
}

#homebtn
{
	display:block;
	border:0;
	height:28px;
	width:92px;
	background-image:url(homebtn.png);
}

#homebtn:hover
{
	background-position:0 -29px;
}

#studentbtn
{
	display:block;
	border:0;
	height:28px;
	width:113px;
	background-image:url(images/studentbtn.png);
}

#studentbtn:hover
{
	background-position:0 -29px;
}

#onlinebtn
{
	display:block;
	border:0;
	height:28px;
	width:178px;
	background-image:url(images/onlinebtn.png);
}

#onlinebtn:hover
{
	background-position:0 -29px;
}

#flightbtn
{
	display:block;
	border:0;
	height:28px;
	width:178px;
	background-image:url(images/flighttrnbtn.png);
}

#flightbtn:hover
{
	background-position:0 -29px;
}

#groundbtn
{
	display:block;
	border:0;
	height:28px;
	width:192px;
	background-image:url(images/groundbtn.png);
}

#groundbtn:hover
{
	background-position:0 -29px;
}

#registerbtn
{
	display:block;
	border:0;
	height:28px;
	width:113px;
	background-image:url(images/registerbtn.png);
}

#registerbtn:hover
{
	background-position:0 -29px;
}

#contactbtn
{
	display:block;
	border:0;
	height:28px;
	width:98px;
	background-image:url(images/contactbtn.png);
}

#contactbtn:hover
{
	background-position:0 -29px;
}

#bold
{
	font-weight:bold;
}
