/* start comment out rules

.sidenavtitle {
	background-color : Navy;
	font-family : verdana, arial, sans-serif;
	color : Yellow;
	font-size : 14px;
	letter-spacing : 1px;
	font-weight : bolder;
	border : 1px solid Silver;
}

.sidenav {
	background-color : White;
	border : 1px outset;
	}

a.sidenavlink {
	color : Navy;
	font-size : 12px;
	line-height : 14px;
	font-family : verdana, arial, sans-serif;
	text-decoration : none;
	margin-left : 5px;
	font-weight : bold;
}

a:hover.sidenavlink {
	color : #FFD700;
}

.topnav {
	background-color : White;
	font-family : verdana, arial, sans-serif;
	border : 2px outset;
}

a.topnavlink {
	background-color : White;
	font-family : verdana, arial, sans-serif;
	color : Navy;
	font-size : 12px;
	text-decoration : none;
	font-weight : bolder;
}

a:hover.topnavlink {
	color : #FFD700;
}

.grayaccent {
	background : silver;
}

.navstyle_med_grid { background-image: 
               url('file:///C:/WINNT/Temporary%20Internet%20Files/Content.IE5/EXOV6D6T/images/grid_med.gif') }
.navstyle_big_grid { background-image: 
               url('file:///C:/WINNT/Temporary%20Internet%20Files/Content.IE5/EXOV6D6T/images/grid_big.gif') }
.footer {
	font-size : 10px;
	background-color : Navy;
	color: White;
	font-family : verdana, arial, sans-serif;
}

a.footerlink {
	color : White;
}

a:hover.footerlink {
	color : #FFD700;
}

.small {
	font-size : 10px;
	line-height : 12px;
	font-family : verdana, arial, sans-serif;
} 

end comment out rules */

/* changed body margin to 20px */

.body {
	font-size : 12px;
	font-family : verdana,arial,sans-serif;
	margin : 20px;
	color : Black;
	background-color : White;
}

H1 {
	color : Navy;
	font-size : 18px;
	font-family : verdana,arial,sans-serif;
	margin : 0;
}


H2 {
	color : Blue;
	font-size : 14px;
	font-family : verdana,arial,sans-serif;
	margin : 0;
}

H3 {
	color : Black;
	font-size : 14px;
	font-family : verdana,arial,sans-serif;
	margin : 0;
}

.tabletext{
	font-size : 10px;
	line-height : 14px;
	font-family : verdana, arial, sans-serif;
}

.blueaccent {
	background : Navy;
}

/* added this rule for list of past chairs in section operations */

.tabletextnoborder{
	font-size : 12px;
	line-height : 12px;
	font-family : verdana, arial, sans-serif;
}

.bodytext {
	font-size : 12px;
	font-family : verdana,arial,sans-serif;
	color : Black;
}
/* got these rules from 2006 IEEE-USA Leadership Workshop Homepage */
      A:link     {text-decoration: underline; color: "3455B6"}
      A:visited  {text-decoration: underline; color: "3455B6"}
      A:active   {text-decoration: underline}
      A:hover    {color: "red"}