body
{
	background-color: #E7E7E7;
	font-family: verdana;
	line-height: 17px;
	font-size: 12px;

	/* centering hack */
	margin: 17px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
h1
{
	color: #062C7F;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 30px;
}
p
{
	margin: 10px 25px 0px 25px;
}
a:link
{
	color: #062C7F;
}
a:visited
{
	color: #062C7F;
}
a:hover
{
	color: #06C6F3;
}

#area_entirepage_top
{
	background-color: white;
	width: 800px;

	/* centering hack */
	margin: 0px auto;
	text-align: left;
}
#area_entirepage
{
	background-color: white;
	width: 800px;

	/* centering hack */
	margin: 0px auto;
	text-align: left;
}
.area_content_swf
{
	width: 760px;
	margin: 0px 0px 0px 20px;
}
#area_content_menu
{
	position: relative; /* important to locating dropdowns */
	margin: 10px 49px 12px 0px;
	text-align: right;
	color: #062C7F;
	font-size: 15px;
	font-weight: bold;

	
	
}
#area_content_menu a
{
	color: #042D7F;
	text-decoration: none;
}
.area_content_title
{
	margin: 0px 0px 0px 40px;
}
.area_content_main
{
	margin: 0px 0px 0px 20px;
	width: 760px;

	

	/*border: solid 1px black;*/
}

.area_footerbar
{
	width: 773px;
	margin: 15px 10px 0px 14px;
	padding: 0px 0px 30px 0px;
	color: white;
}
.footer_copyrightnotice
{
	margin: 8px 20px 0px 0px;
	float: right;
	font-weight: bold;
	font-size: 12px;
	color: white;
}
.footer_content
{
	margin: 3px 0px 0px 20px;
	padding-top: 4px;
	font-size: 12px;
	color: white;
}
.footer_content a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.pagetitle_image
{
	margin: 0px 0px 0px 25px;
}


/* note there is some cheating here wrt the width of the
   table since the table is wider then the background image
   and this is to make the left column line up with the 
   tabs in the image */

.headtabs
{
	width: 728px;
	font-size: 12px;
}
.headtabs tr
{
	background-image: url(./images/advisoryboardtab.jpg);
	background-repeat: no-repeat;
	
}
.headtabs tr td
{
	height: 135px;
	width: 50%;
}
.headtabs tr td img
{
	float: left;
	margin: 10px 10px 10px 10px;
}
.headtabs tr td a
{
	text-decoration: none;
}



.headshot_image
{
	margin: 5px 10px 5px 0px;
	float:left;
}
.headshot_name
{
	margin-left: 25px;
	padding-top: 30px;
}


.hmenu
{
	/*text-align: right;*/
	padding-right: 20px;
	padding-right: 0px;	
	margin-top: 5px;
	float:left;
	clear: both;
	width: 795px;
		
}

div.hmenuleft {
	float: left;	
	text-align: left;	
	width: 130px;
	margin-left: 20px;
	display: inline;	
}

div.hmenuright {
	display: inline;
	float: left;	
	text-align: right;	
	width: 630px;			
}


div.hmenuleft a {
	color: #062C7F;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	line-height:11px;
	text-decoration:none;
}

div.hmenuleft  a:hover {
text-decoration:underline;
	color: #06C6F3;
}

.hmenu ul
{
	text-align: right;
	display: inline;
}
.hmenu li
{
	display: inline;

	color: #062C7F;
	font-size: 15px;
	font-weight: bold;
	margin: 3px 0px 3px 4px;
}
.hmenu li a
{	
	color: #042D7F;
	text-decoration: none;
}
.hmenu li a:hover
{
	color: #06C6F3;
}

.smenu
{
	width: 763px;
	text-align: right;
	margin-top: 2px;
	margin-bottom: 2px;
}
.smenu ul
{
	display: inline;
}
.smenu ul li
{
	display: inline;
	color: #062C7F;
	margin: 0px 1px 0px 1px;
}
.smenu li a
{
	font-size: 11px;
	color: #042D7F;
	text-decoration: none;
}
.smenu li a:hover
{
	color: #06C6F3;
}



#pagetextchunk ul {
	list-style-image: url(images/bullet.gif);
	margin-top: 3px;
	margin-bottom: 10px;	
	line-height: 21px;	
}

#pagetextchunk li {
  margin: 3px 3px 8px 30px;   
	font-size: 12px;  
}

#pagetextchunk ul.moreSpace {
	list-style-image: url(images/bullet.gif);
	margin-top: 3px;
}

#pagetextchunk ul.moreSpace li {
  margin: 15px 3px 3px 3px; 
}

#pagetextchunk ul.noBullet {
	list-style-type: none;
}

span.noBreak {
  white-space:nowrap;
}

p.small {
font-size: 11px;
}


