html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url('../images/bkgrnd5.gif');
    background-attachment: fixed;
}

a:link {
	color: black
}

a:visited {
	color: grey
}

.fltright {
	float: right;
	margin: 0px 0px 10px 10px;
}

.fltleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

#header {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 75px; /*Height of top frame div*/
	top: 0;
	overflow: hidden;
	background-color: blue;
	background-image: url('../images/ltgrymrb.jpg');
	color: black;
	border-bottom-color: black;
	border-bottom-style: ridge;
}

#nav {
	left: 0;
	bottom: 0;
	height:100%;
	/*width: 180px; /*Width of left frame div*/
	overflow: hidden;
	background-image: url('../images/ltgrymrb.jpg');
	color: white;
	/*border-top-style: ridge;*/ /*border-top-color: black;*/
}

#nav ul {
	list-style: none;
	padding-left: 10%;
	padding-top: 10%;
}

#main { /**	position: fixed;	
	top: 80px;
	left: 180px;
	height: 80%;
	**/
	padding: 15px;
	/**overflow: auto;**/
}

#main ul {
	list-position: right;
	list-style: none;
	padding-left: 10%;
	/*padding-top: 10%;*/
	padding-right: 10%;
	min-width: 200px;
}

#main ol {
	list-position: right;
	list-style: upper-roman;
	padding-left: 10%;
	padding-right: 10%;
	min-width: 200px;
}

span.officerPosition {
	font-size: x-large;
	font-weight: bolder;
	padding-left: 5%
}
span.signature {
	font-family: script mt bold, times, serif;
	font-size: large;
	font-weight: bolder;
	font-style: italic;
}

img.officerPortrait {
	vertical-align: middle
}


li.officer {
	border-bottom: thin;
	border-bottom-color: black;
	border-bottom-style: solid;
	padding-bottom: 5px;
	padding-top: 5px;
}

h3.center, h2.center
{
 text-align:center;
}

span.question
{
    font-weight:bold;
}

div.question
{
    padding-bottom:15px;
}

p.FAQ
{
    padding-left: 10%;
    /*padding-top: 10%;*/
    padding-right: 10%;
    min-width: 200px;
}
