/* Style Sheet for all ISR general web page format
Last updated: April 14, 2008 by Jamie Auck  */

<style type="text/css">

h1 {color: blue} /* For reasons i have yet to ascertain... the first style is ignored */

/* Every element on the page will have blue lettering on a white background */
body {color: #000080; background-color: white}

/* Introductory paragraph style */
p.intro {display: none}

.Punch, li {font-weight: 400; font-size: 120%}
/* General header formatting */
h1, h2 {font-family: Arial; font-weight: 900; font-variant: small-caps; color: rgb(228,124,20)}
/* Drop shadow formatting */
h1, h2 {padding-left: 1mm; margin: 0px auto; width:450 px; filter:shadow}
h2 {width: 200px}
/* Header 3: Used for column headers in rental/sales tables */
/* Header 4: Used for main entries in rental/sales tables (ie. product name) */
h4 {margin: 0}

/* Type 1 Links: Used for inventory links */
a.Type1 {font-variant: small-caps; text-decoration: none; color: #000080}
a.Type1:hover {text-decoration:underline}

/* Type 2 Links: Used for stylized links */
a.Type2 {padding-left: 1mm; margin:0px auto; width: 220px; filter: shadow; font-variant:small-caps;
        font-size: 160%; color: rgb(158,131,35); font-weight: 600; text-decoration:none}
        
a.Type2:hover {text-decoration: underline; font-weight:900; color: rgb(228,207,133)}




/* Borders for pictures */
/*
img {border-width: 10pt; border-style: ridge; border-color: rgb(228,124,20); overflow: scroll}
*/
.shiftRight {padding-left: 200px}

.floatLeft {float: left}
.floatRight {float: right}

.emphasis {border: 6pt inset rgb(228,207,133)}

</style>


