.banner {
	font-size: 36px;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
/************* #globalNav styles **************/

#globalNav{
	color: #999999;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 10px;
	text-align: left;
	font-weight: bold;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

#globalNav a:hover{
	background-color: #999999;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}
/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #333333;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#navBar{
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 87%;
	margin-bottom: 0;
	margin-left: 0;
	border: 0px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content #pageName {
	padding-left: 10px;
	font-size: 24px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#comm {
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.arrows {
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	padding: 2px;
}


#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #999999;
	padding: 2px 0px 2px 10px;
}
/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}


.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}
/* adjust margins to change separation between the feature image and text flowing around it */
#content{
	float:right;
	width: 80%;
	margin: 0;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 0;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#pageName {
	font-family: Arial, Helvetica, sans-serif;;
  font-weight: bold;
}

.paragraphTitle {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.paragraphText {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#caption {
	font-size: 16px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFFFFF;
}

#caption a:hover{
	background-color: #999999;
	padding: 2px;
}

.image {
	border: 2px solid #000000;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: center;
	clip: rect(auto,auto,auto,auto);
	margin-top: 15px;
}
.bigimage {
	border: 2px solid #000000;
	background-position: center center;
	height: 350px;
	width: 225px;
}.thumbnailTable {
}
.resumeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	list-style-type: square;
	list-style-position: inside;
}
.resumeDates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	list-style-type: square;
	list-style-position: inside;
	font-weight: bold;
}

