/* Basic set-up for all pages */
body {
	margin-top:		0px;
	margin-bottom:	0px;
    background: 	#000080;
    color:		    #f5deb3;
	font-family:	Verdana, Arial, sans-serif;
}

h1 {
	font-size:		1.5em;
}

h2 {
	font-size:		1.3em;
}

h3 {
	text-decoration:	underline;
}

form, p, li {
	font-size:		0.8em;
}

form {
	line-height:	2.0em;
}

/*a.noHighlight {
    text-decoration:    none;
	border-width:		0px;
    color:              #f5deb3;
}
*/

a.noHighlight img {
	border-width:		0px;
}

a.noHighlight:link {
    text-decoration:    none;
	border-width:		0px;
    color:              #f5deb3;
}

a.noHighlight:visited {
    text-decoration:    none;
	border-width:		0px;
    color:              #f5deb3;
}

a.noHighlight:hover {
    text-decoration:    none;
	border-width:		0px;
    color:              #ffffff;
	font-style:			italic;
}

/* Basic layout for pages  */
#masterDiv {
    margin-left:    auto;
    margin-right:   auto;
    width:          800px;
    padding:   		10px;
	margin-top:		0px;
	margin-bottom:	0px;
    background:		#000080;
	color:			#f5deb3;
}

#headerDiv {
	margin-top:			5px;
	margin-bottom:	0px;
	width:			800px;
	height:			100px;
	float:			left;
}

.header {
	text-align:		center;
    background:		black;
    color:     		#fdb927; /* Gold */
	line-height:	0.5em;
}

h2.header {
	font-style:		italic;
	line-height:	1.0em;
}


#navBarDiv {
	width:			798px;
	float:			left;
    height:             20px;
	margin-bottom:	10px;
	margin-left:	1px;
    background-position:    center;
    background-image:   url( 'images/nav-bar.png' );
}

div.navigationChoice {
	float:				left;
    text-align:         center;
	font-size:			0.9em;
	font-weight:		bold;
    width:              112px;
    height:             20px;
	border:				1px;
	border-color:		#000000;
	border-style:		solid;
	color:				#f5deb3;
}

a.navigationChoice:link {
    text-decoration: none;
	color:				#f5deb3;
}

a.navigationChoice:visited {
    text-decoration: none;
	color:				#f5deb3;
}

a.navigationChoice:hover {
	color:				#ffffff;
	font-style:			italic;
}

.navigationSelection  {
	color:				#ffffff;
}

a.navigationSelection:link {
    text-decoration: none;
	color:				#ffffff;
}

a.navigationSelection:visited {
    text-decoration: none;
	color:				#ffffff;
}

a.navigationSelection:hover {
	color:	            #ffffff;
	font-style:			italic;
}

#contentDiv {
	float:			left;
	width:			800px;
	margin-right:	5px;
}

.leftPicDiv {
    float:      left;
    display:    inline;
    margin:     10px;
    margin-top: 0px;
}

.rightPicDiv {
    float:      right;
    display:    inline;
    margin:     10px;
    margin-top: 0px;
}

#footerDiv {
	margin-top:	10px;
    float:      left;
    width:      800px;
	text-align:	center;
}

p.footer {
	font-size:	x-small;
	text-align:	center;
}


.membershipAppTitle {
	text-align:	center;
	font-variant:	small-caps;
	font-weight:	bold;
	font-size:		1.1em;
}

#highlightedEvent {
	float:		right;
	border:		solid 1px;
	padding:	2px;
	margin-left:	5px;
}
