/* set up general properties that apply to the body tag*/
BODY  {
	background : #ffffff;
	font-family : Verdana, sans-serif;
	color : #000000;
}

H1, H3, H4, H5 {
	margin-left: 10px;
}

H2 {
	text-align: right;
	margin-right: 40px;
}

P, H6 {
	margin-left: 30px;
	margin-right: 2em;
}

TABLE {
	border: none;
	margin-left: 2em;
	margin-right: 0.5em;
}

.nomargin {
	border: none;
	margin-left: 0em;
	margin-right: 0.5em;
}

.nomargin {
	border: none;
	margin-left: 0;
	margin-right: 0;
}

.admin {
	background: #cccccc;
	color: #000000;
	border: none;
}

/* override old FONT tag if browser is CSS compliant*/
FONT  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	color : #000000;
	background : #ffffff;
}
.redtxt  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FF0000;
}
.redtxtlarge  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color : #FF0000;
}
.bluetxt  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #0000FF;
}
CAPTION {
	font-size: 0.8em;
}
/* style for table captions*/
CAPTION  {
	font-weight : bold;
}
/* set up what links look like, and how they behave*/
A:link  {
	color : #0000ff;
	text-decoration : none;
}
A:active  {
	color : #ff0000;
	text-decoration : none;
}
A:visited  {
	color : #0000ff;
	text-decoration : none;
}
/* menu stuff begins here */
/* CLASS to set style of visible menu items */
.menu {
	font-size: 8pt;
	font-weight: normal;
	background: #ffffff;
	color: #000000;
}
/* menu items that require emphasis */
.menuStr {
	font-size: 8pt;
	background: #ffffff;
	color: #000000;
	font-weight: bold;
}
/* CLASS to set style of disabled menu items */
.menudisabled {
	font-size: 8pt;
        font-weight: normal;
        background: #ffffff;
        color: #999999;
}

/* CLASS for font size in right bar on welcome page */
.rightBar {
	font-size: 8pt;
}

/* ID for the ilanetweb span in each title page*/
#iwtitle  {
	position : absolute;
	left : 440px;
	top : 7px;
	font-size : 2.3em;
	font-weight : bold;
	font-family : Arial Black, Helvetica, sans-serif;
	width : 140px;
	height : 35px;
}
#directions  {
	font-size : 0.7em;
	font-weight : lighter;
	color : #999999;
	background : #ffffff;
	margin-top : 20px;
	padding-left : 4px;
	border : solid 1px #cccccc;
}
#key  {
	font-size : 0.7em;
	font-weight : lighter;
	color : #999999;
	background : #ffffff;
	margin-top : 20px;
	padding : 2px;
	border : solid 1px #cccccc;
}

/* instead of blue (mainly for menu)*/
.nohilite  {
	color : #000000 !important;
}
/* style for ilanetweb in body text*/
.ilanetweb  {
	font-family : Arial Black, Helvetica, sans-serif;
	color: #000000;
}
/* span for web in ilanetweb.  Nests inside iwtitle*/
.web  {
	color : #ff0000;
	text-decoration : underline;
}
/* class for span to indicate which menu items are members only*/
.mo  {
	font-size : 0.7em;
	font-style : italic;
	font-weight : normal;
	background : #ffffff;
	color : #990000;
	vertical-align : super;
}
/* also used for images of fonts on home page*/
.sub  {
	padding : 3px;
	margin : 3px;
	border : solid 1px #cccccc;
	width : 30%;
	font-weight : bold;
	text-align : center;
}
.cntr  {
	text-align : center;
}
.rt  {
	text-align : right;
}
.und {
	text-decoration: underline;
}
.edit {
	color: #ff0000;
	text-decoration: underline;
}
KBD {
	font-family: Courier New, Courier, monospace;
}
.text {
	font-family: Courier New, Courier, monospace;
	color: #000000;
	background: #eeeeee;
	border: solid 1px #cccccc;
	margin-left: 40px;
	margin-right: 4em;
	padding: 2px 2px 2px 2px;
}
.lightText {
	color: #999999;
	background: #eeeeee;
}
PRE.text {
	font-family: Courier New, Courier, monospace;
	color: #000000;
	background: #eeeeee;
	border: solid 1px #cccccc;
	margin-left: 0;
	margin-right: 0;
	padding: 2px 2px 2px 2px;
}
