@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0px;
}

body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #714114;
}

#xxheader {
	background-color:#000000;
	height: 96px;
	background-image: url(../img/ney_header.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.header {
	background-color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 6px;
}
h2 {
	font-size: 1.25em;
	margin-bottom: 4px;
}

.container {
	width: 755px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #AA824F;
	vertical-align: top;
} 

.contentTable {
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
} 


.twoColElsLt #container {
	width: 755px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #AA824F;
} 

#navigationa {
	float: left;
	width: 162px;	
}

.navigationa   ul {
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
}
.navigationa li {}

.navigationa a:link {
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 8px;
	display: block;
	font-variant: small-caps;
	color: #FFFFCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}

.navigationa a:visited {
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	display: block;
	font-variant: small-caps;
	color: #FFFFCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}

.navigationa  a:hover {
	color: #FFFFCC;
	background-image: url(../img/ney_button.jpg);
	background-repeat: repeat-y;
}

#xnavigationa   ul {
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
}

#xxnavigationa li {}

#xxnavigationa a:link {
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	display: block;
	font-variant: small-caps;
	color: #FFFFCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}

#xxnavigationa a:visited {
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	display: block;
	font-variant: small-caps;
	color: #FFFFCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}

#xxnavigationa  a:hover {
	color: #FFFFCC;
	background-image: url(../img/ney_button.jpg);
	background-repeat: repeat-y;
}
	
	
div#content {
	float:left;
	font-size:.75em;
	width: 388px;		
}	

.mainContent {
	background-color: #DBD08D;
/*	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	*/
	padding-top: 16 px;
	margin: 10px;
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}


#xxmainContent {
	margin-left: 162px;
	margin-top: 0px;
	background-color: #DBD08D;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 16 px;
}

.mainContentFlash {
	margin-top: -12px;
	margin-left: -12px;
	margin-right:-12px;
	margin-bottom: -12px;
	background-color: #DBD08D;
}

#contentSpace {
	margin: 10px;
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

	
#foot_graphic {
	background-color:#000000;
	background-image: url(../img/ney_footer.jpg);
	background-repeat: no-repeat;
	height: 111px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #DBD08D;
	text-align: center;
	}

#footer {
	background-color:#966433;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	color: #FFFFCC;
	text-align: center;
	}
	
#footer li{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	}
		
#footer a:link {
	color:#FFFFCC;
	text-decoration: none;
}

#footer a:visited {
	color:#FFFFCC;
	text-decoration: none;
}

#footer a:hover {
	color:#FFFFCC;
	text-decoration: underline;}
	

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#optionalList  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 40px;
}
#optionalList li {
	list-style-type: none;
}
#optionalList a:link {
	color: #3E1907;
}
#optionalList a:hover {
	color: #966433;
	text-decoration: underline;
	}
.flasharea {
	margin-left: 100px;
}
#contentSpace li {
	list-style-position: inside;
}
.headshot {
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#biocontact a {
	color: #333333;
	text-decoration: underline;
	font-size: .7em;
}
.mainContent ul {
	list-style-position: inside;
}
