/* pseudo classes (anchor tags) */
a:link  {
	color: #636363;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:visited {
	color: #636363;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

a:hover {
	color: #DB1A05;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

/* === tag selectors === */
body {
	background-color: #FFFFFF;
}

body, th, td {
	color: #000000;
	text-align: left;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	color : #000000;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

/* The above is a header style for the small text on the web site. An example is the home page. */

h2 {
	color: #BEA354;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
}

/* The above formats the callout on the home page. */

h3 {
	color: red;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
}

/* The above formats the section headers on the Services page. */

h4 {
	color: #636363;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
}


/* The above formats the text in the footer "Located in the DC area" */

p {
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

p a {
	font: normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
}

ul, ol {
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

table {
	/* border: 1px solid blue; /* for debugging purposes - CT */
}

#container {
	margin: 0 50px 0 50px;
	min-width: 350px;
}

.headshot {
	float:left;
	padding-right:10px;
}

.nancy {
	float:right;
}

.clear {
	clear:both;
}

.white a  {
	color : #FFFFFF;
}

/* The above formats all the white links on the home page. */

.tophed {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FC2F1C
}

/* The above formats all the red page headers on the web page. */

.subhead {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.subhead li {
	padding: 0 0 18px 0;
}

/* The above formats the maired page headers on the web page. */

.smText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}

.smText2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	line-height: 12pt
}

/* The above formats all the small text on the web site. An example is the home page. */

.gray {
	color: #999999;
	font-style: italic;
}

.bold {
	font-weight: bold;
	font-style: italic;
}
.event-title {
	color: #000000;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

/* Main Nav */

.navwrap	{
	padding-left: 25px;
	}
*html .navwrap	{
	padding-left: 60px;
	}

#nav1	{
	color: #666;
	font-size: 10px;
	margin-left: 0px;

	}

#nav1 ul	{
	margin: 0;
	}

#nav1 ul li	{
	list-style-type: none;
	display: inline;
	float: left;
	padding: 0 20px 0 11px;
	background: url(images/blt1.gif) 0 7px no-repeat;
	font-size: 10px;
	}

#nav1 ul li.first	{
	padding-left: 11px;
	}

#nav1 a	{
	color: #666;
	border: none;
	}

#nav1 a:hover,
#nav1 li.selected a	{
	color: #ff0000;
	border: none;
	text-decoration: none;
	}
