/********************  Style Sheet for Rose-Hulman Mathematics web site or other dept website  - print version
*/

/***************** main body style sheets 
To take effect the html code must be incuded in a <div></div> pair */  

BODY {background-color:#FFFFFF
}
H1 {
	font-size: 20pt; 
    color: #CC0000; 
   font-family: "Times New Roman"; &#47548;
}
H2 {
	font-size: 16pt; 
    color: #CC0000; 
    font-family: "Times New Roman"; &#47548;
}
H3 {
	font-size: 13pt; 
    color: #CC0000; 
    font-family: "Times New Roman"; &#47548;
}
H4 {
	font-size: 10pt; 
    color: #000000; 
    font-family: Verdana, Arial, Helvetica, sans-serif ;
    margin: 0px 0px 0px 0px ;
}
H5 {
	font-size: 10pt; 
    color: #666666; 
    font-family: Verdana, Arial, Helvetica, sans-serif ;
	text-align: center ;
    margin: 0px 0px 0px 0px ;
}
#H4BLUE {
	font-size: 10pt; color: #000099; font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-weight: bold ;
        margin: 0px 0px 0px 0px ;
}
HR {
	color: #C0C0C0;
}
DIV {
	font-size: 10pt; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif ;
        margin: 0px 10px 10px 10px ;
}
P {
	font-size: 10pt; color: #666666; 
}
TD {
	font-size: 10pt; color: #666666;
}
A:link {
	color: #000000; TEXT-DECORATION: underline;
}
A:visited {
	color: #666666; TEXT-DECORATION: underline;
}
A:hover {
	color: #666666; TEXT-DECORATION: none;
}

/* padding-left for Netscape, margin-left for IE */
UL {
    margin-left: 15px; 
	padding-left: 15px; 
	margin-right:0px;
}
UL LI {
	font-size: 10pt; color: #666666; 
	font-weight: normal ;
	list-style: disc; 
}
OL LI {
	font-size: 10pt; color: #666666; 
	font-weight: normal ;
}

/* style for navigation bar to provide links across several similar documents
used at the top of a document */  
.navbar {   
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10pt; 
    margin: 0px 0px 0px 0px ;
	text-decoration: none;
	color: #7B5A02 ;
}
.navbar TH {
    margin: 0px 0px 0px 0px ;
	text-decoration: none;
	color: #7B5A02;
    background-color: white;
}
.navbar TD {
    margin: 0px 0px 0px 0px ;
	text-decoration: none;
	color: #7B5A02 ;
    background-color: #D9D4BE ;
}
.navbar A:link {   
	font-size: 10pt ; 
	text-decoration: none;
	color: #7B5A02 ;
}
.navbar A:visited {   
	font-size: 10pt ; 
	text-decoration: none;
	color: #7B5A02 ;
}

/* this is the navigation bar  for *within* the document */  
.navbarinternal {   
	font-size: 8pt ; 
	margin: 0px 0px 0px 0px ;
	text-decoration: none;
}

/* style for the last modifcation date */ 
.lastmod {
	font-size: 7.5pt ;
	color: #666666 ;
}

/** miscellaneous */
.nobullets LI {
	margin-left: 15px;
	list-style:  none;
}

/* this table aligns 
   TH cell contents: horizontal=center, vertical=center 
   TD cell contents: horizontal=left, vertical=center 
*/
.table1 TABLE CAPTION {
	font-size: 10pt; color: #666666;
	font-weight: bold ;
        margin: 0px 0px 0px 0px ;
}
.table1 TABLE TR TH {
	font-size: 9pt; color: #666666; 
	text-align: center;
	vertical-align: top ;
	font-weight: bold ;
}
.table1 TABLE TR TD {
	font-weight: normal ;
	vertical-align: center ;
	text-align: left ;
	padding: 3px;
}
.table1 IMG {
	border: none; 
}

/* this table aligns 
   TH cell contents: horizontal=left, vertical=top
   TD cell contents: horizontal=left, vertical=top
*/
.table2 TABLE CAPTION {
	font-size: 10pt; color: #000000;
	text-align: left;
	font-weight: bold ;
        margin: 0px 0px 0px 0px ;
}
.table2 TABLE TR TH {
	font-size: 9pt; color: #666666; 
	text-align: left;
	vertical-align: top ;
	font-weight: bold ;
}
.table2 TABLE TR TD {
	font-size: 9pt; 
	font-weight: normal ;
	vertical-align: top ;
	text-align: left ;
}
.table2 TABLE IMG {
	border: none; 
}

/*********** special class styles */  
/****** style for left navigation panel */ 
/* style for left menu */ 
.menuL { 
    border-width: 0px 0px 0px 0px ;
}
.menuL A:link {
	color: rgb(70, 79, 86); 
    text-decoration: none;
	font-size: 9pt ; 
	font-weight: bold ; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}
.menuL A:visited {
	color: rgb(70, 79, 86); 
    text-decoration: none;
	font-size: 9pt ; 
	font-weight: bold ; 
	font-family: Arial, Verdana, Helvetica, sans-serif;  
}
.menuL A:hover {
	color: blue; 
    text-decoration: none;
	font-size: 9pt ; 
	font-weight: bold ; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

/* style for the contact box */ 
.contact {
    color: rgb(70, 79, 86); 
    text-decoration: none;
	font-size: 8pt ; 
	font-weight: normal ; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.contact A:link {
	leftmargin: 5px;
    color: rgb(70, 79, 86); 
    text-decoration: none;
	font-size: 9pt ; 
	font-weight: bold ; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.contact A:visited {
	color: rgb(70, 79, 86); 
    text-decoration: none;
	font-size: 9pt ; 
	font-weight: bold ; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.contact A:hover {
	leftmargin: 5px;
    color: blue; 
    text-decoration: none;
	font-size: 9pt ; 
	font-weight: bold ; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

/***** style for bottom navigation panel */ 
.menuB { 
   border-width: 0px 0px 0px 0px ;
   }
.menuB B {
	color: white; 
    text-decoration: none;
	font-size: 7pt ; 
	font-weight: bold ; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.menuB strong{
	color: white; 
    text-decoration: none;
	font-size: 7pt ; 
	font-weight: bold ; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.menuB A:link {
	color: white; 
    text-decoration: none;
	font-size: 7pt ; 
	font-weight: bold ; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.menuB A:visited {
	color: white; 
    text-decoration: none;
	font-size: 7pt ; 
	font-weight: bold ; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.menuB A:hover {
	color: yellow; 
    text-decoration: none;
	font-size: 7pt ; 
	font-weight: bold ; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

/****** style for top panel */ 
.toptext {
    color: rgb(46, 4f, 56); 
    text-decoration: none;
	font-size: 8pt ; 
	font-weight: normal ; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
    width: 460; 
} 

/***** Outer box styles and width class styles */
.outerbox { border-color: #464F56 ; 
     border-style: solid; 
     border-width: 1px 1px 1px 1px ;
     width: 860;
}
.outerboxinfopagetop { border-color: #464F56 ; 
     border-style: solid; 
     border-width: 1px 1px 0px 1px ;
     width: 860;
}
.outerboxinfopagebottom { border-color: #464F56 ; 
     border-style: solid; 
     border-width: 0px 1px 1px 1px ;
     width: 860;
}
.fullwidth  {width: 860;}
.rightwidth {width: 645;}
.rightwidthminus {width: 640;}
.rightwidthminusinfopage {width: 300;}


/** Faculty page styles */
.FacFooter {
	font-size: 8pt; color: #666666; 
	text-align: center;
	margin-left: 30px; 
	margin-right: 30px; 
}
/* padding-left for Netscape, margin-left for IE */
.Faculty UL {
	margin-left: 15px; 
	padding-left: 15px; 
	margin-right: 0px; 
	margin-bottom: 10px; 
	list-style: none; 
}
.Faculty LI {
	font-size: 10pt; color: #7B5A02; 
	font-weight: bold ;
	list-style: none; 
}
.Faculty LI LI {
	font-size: 10pt; color: #666666; 
	font-weight: normal ;
	list-style: disc; 
}
.Fancy A:link {
	font-size: 7pt ; 
	font-weight: bold ; 
	TEXT-DECORATION: none;
}
.Fancy A:visited {
	font-size: 7pt ; 
	font-weight: bold ; 
	TEXT-DECORATION: none;
}
.Fancy A:hover {
	font-size: 7pt ; 
	font-weight: bold ; 
	TEXT-DECORATION: none;
}
