/* CSS Document */
/* Default Style Sheet - Minnesota Agricultural Aircraft Association */

/* {border:1px solid black;} */

/* HTML tag styles. */

body {
	background-color: #084000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}

a {

}

a:hover {
	color: #999999;
}

h1, h2, h3, h4, h5, h6 {font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif;}
h1 {font-size: 30pt;}
h2 {font-size: 20pt;}
h3 {font-size: 18pt; font-weight: normal;}
h4 {font-size: 14pt; font-weight: normal;}
h5 {font-size: 12pt;}


/* Layout Styles */

#main {
	width: 740px;
	margin: 0 auto;
	border-right: 3px solid white;
	border-left: 3px solid white;
}

#header {
	position: relative;
	width: 740px;
	height: 150px;
	background: url(images/header.jpg) no-repeat;
}

#siteTitle {
	position: absolute;
	top: 73px;
	left: 170px;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 20pt;
	letter-spacing: -0.5pt;
	font-weight: bold;
	color: #4169e1;
}

#contentWrap {
	background: url(images/bg-page.gif) repeat-y;
}

#mainMenu {
	font-size: 11pt;
}

#rightCol {
	float: right;
	width: 475px;
	padding-right: 30px;
	margin-top: 16px;
}

#leftCol {
	float: left;
	width: 200px;
}

#footer {
	background-color: #FF0000;
	height: 20px;
}


#copyright {
	width: 750px;
	margin: 12px auto;
	text-align: center;
	font-size: 8pt;
	color: #807f70;
}


/* Main Menu */

#mainMenu a {
	color: #EEE;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif;
}

#mainMenu a:hover {
	color: #FFF;
}

#mainMenu ul {
	list-style: none;
	margin: 4px 0 0 12px;
	padding-left: 16px;
}

/* Misc Styles */

.noMargin {
	margin: 0;
}

.textWrap {
	margin: 8px;
}

.myHR {
	border-top: 1px solid silver;
	margin: 12px;
}

.title {
	color: #000;
	text-align: left;
	margin: 10px 0 0 16px;
	line-height: 14pt;
}

.cleared {
	clear: both;
}

.silverBorder {
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}
.blockedContent {
	margin: -20px 10px 0 20px;
	width: 350px;
}
.largeText {
	font-size: 12pt;
}
.floatLeft {
	float:left;
	width: auto;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.black {
	color: #000000;
}
.tableWrap {
	margin: 10px;
}

.contactFormLabel 
{
	display: block;
	width: 100px;
	float: left;
	text-align: right;
}

.contactFormLabelLong
{
	display: block;
	width: 250px;
	float: left;
	text-align: left;
}

.searchFormLabel 
{
	display: block;
	width: 150px;
	float: left;
	text-align: right;
}
