@charset "utf-8";

/* CSS Document - MMRCA Website Design 2 - Bob Ackerman 3/20/10 */

/* 03/20/10 - Validated CSS Level 2.1 - jigsaw.w3.org/css-validator/validator */

/* ********** TOP MENU CSS STATEMENTS ********** */

#Top_Section {
	width: 100%;
	text-align: left;
	/* font-family: "Times New Roman", Times, Serif; */
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#Title_Section {
	margin-bottom: 10px;
}

.head1 {		/* First line of header */
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.head2 {		/* Second line of header */
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.mmrca {		/* MMRCA name within header */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.menu_table {		/* menu configuration */
	font-size: 16px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}

.menu_cell {		/* menu button configuration */
	width: 120px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: blue;
	border: 1px solid gray;
}

.menu_cell a:link {
	color: white;
	text-decoration: none;
}

.menu_cell a:visited {
	color: white;
	text-decoration: none;
}

.menu_cell a:hover {
	color: yellow;
	font-weight: bold;
}

.menu_cell a:active {
	color: white;
	text-decoration: none;
}

/* ********** CSS STATEMENTS FOR OTHER PAGES ********** */

#main_body {		/* The main body for each page */
	font-family: "Times New Roman", Times, serif;
	background-color: white;
	margin-left: 5%;
	width: 90%;
}

#wide_margin {		
	font-family: "Times New Roman", Times, serif;
	background-color: white;
	margin-left: 25%;
	width: 70%;
}

.column_table {		/* Used for 2 column table format on most pages */
	text-align: left;
	width: 40%;
	padding-left: 25px;
	padding-right: 25px;
	vertical-align: top;
}

.col_table3 {		/* Used for 3 column table format on most pages */
	text-align: left;
	width: 30%;
	padding-left: 10px;
	padding-right: 5px;
	vertical-align: top;
}

.title_table0 {		/* Used for single titles across page on some pages - See Club.shtml */
	width: 100%;
	padding-left: 20px;
	padding-right: 10px;
	vertical-align: top;
	text-align: center;
}

.margin50 {	/* provides a 50px margin for some listings */
	margin-left: 50px;
}

.pilot_pages {
	text-align: left;
	width: 90%;
	padding-left: 100px;
	padding-right: 25px;
	vertical-align: top;
}

/* ********** CSS STATEMENTS FOR LINKS ********** */

/* Standard Links */

.links a:link {		
	color: blue;
	text-decoration: underline;
}

.links a:visited {		
	color: blue;
	text-decoration: underline;
}

.links a:hover {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

.links a:active {		
	color: blue;
	text-decoration: underline;
}

/* Links with a 50px leading left margin */

.links2 a:link {		
	color: blue;
	text-decoration: underline;
	margin-left: 50px;
}

.links2 a:visited {		
	color: blue;
	text-decoration: underline;
	margin-left: 50px;
}

.links2 a:hover {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 50px;
}

.links2 a:active {		
	color: blue;
	text-decoration: underline;
	margin-left: 50px;
}
