body {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
}

/* general link style */
a:link, a:visited {
	text-decoration: none;
	color: #003d78;
}

a:hover, a:active {
	text-decoration: underline;
	color: #790132;
}

.section_title {
	color: #880000;
	font-weight: bold;
}

/* remove the border from all images */
img {
	border-width: 0;
}

.image_caption {
	font-style: italic;
	font-weight: bold;
	font-size: 0.7em;
}

h3 {
	margin-top: 0;
}

table {
	border-collapse: collapse;
}

#body_table {
	width: 800px;
	margin: 0 auto;
}

/* nav_table contains the drop down menus up at the top */
#nav_table {
	border-width: 0px;
	width: 798px;
}

/* for the table on the aircraft rental page */
#rental_table th, #rental_table td {
	border: 1px solid black;
	padding: 0 0.4em 0 0.4em;
}

.error_div {
	border: 2px solid #ff0000;
	background-color: #ffcccc;
	padding: 5px;
}

/* appears at the bottom of all pages */
#last_updated {
	font-size: 0.7em;
	color: gray;
	text-align: center;
}

/*
.left_nav_menu a:link, .left_nav_menu a:visited,
.course_nav a:link, .course_nav a:visited {
	color: #776666;
	text-decoration: none;
	font-weight: bold;
}
.left_nav_menu a:active, .left_nav_menu a:hover,
.course_nav a:active, .course_nav a:hover {
	color: #bbaaaa;
	text-decoration: underline;
	font-weight: bold;
}
*/
.left_nav_menu a {
	font-weight: bold;
}

/* course_table is used of private and instrument rating pages */
.course_table {
	margin: 0 auto;
}

.course_table th, .course_table td {
	border: 1px solid gray;
	padding: 0.2em 0.3em;
}

/* menu_bar is the menu nav bar found at the top of all pages */
#menu_bar_container ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #003d78;
	color: #ffffff;
	float: left;
	width: 100%;
	list-style-type: none;
	margin-top: 0;
}

#menu_bar li {
	display: inline;
}

#menu_bar_container a {
	padding: 0.2em 1em;
	background-color: #003d78;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.9em;
	float: left;
	border-right: 1px solid #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#menu_bar a:link, #menu_bar a:visited {
	background-color: #003d78;
	border-top: 2px solid #003d78;
	border-bottom: 2px solid #003d78;
}

#menu_bar a:hover, #menu_bar a:active {
	background-color: #790132;
	border-top: 2px solid #790132;
	border-bottom: 2px solid #333333;
}

.special_event_ul {
	list-style-type: none;
	margin: 0;
	padding-left: 1.5em;
}

