/*   CSS linkable style sheet for use with the ILCS Home Page           */
/*   09/28/01                                                           */



/*   Defines the default body appearance.  */
BODY { background: white url(images/background.jpg) fixed no-repeat center center}

/*   Defines the default heading 1 appearance.   */
H1 { color: #F3D854; font-family: verdana; font-size: 25px; margin: 15 15 0 15}

/*   Defines the default heading 2 appearance.   */
H2 { color: maroon; font-family: sans-serif; font-size: 15px; margin: 10 0 10 5}

/*   Defines the default heading 3 appearance.   */
H3 { color: maroon; font-family: sans-serif; font-size: 15px; margin: 10 0 5 5}

/*   Defines the default heading 4 appearance.   */
H4 { color: maroon; font-family: sans-serif; font-size: 13px; margin: 10 0 5 5}

/*   Defines the default paragraph appearance.   */
P { font-family: sans-serif; font-size: 13px; margin: 0 10 5 10} 

/*   Defines the default ul appearance   */
ul { margin: 0 0 0 0} 

/*   Defines the default li appearance   */
li { margin: 0 0 5 10} 

/*   Defines the top table cell format   */
td.topbar { background: #8A061B; margin: 0 0 0 0} 

/*   Defines the left bar table cell format.   */
td.leftbar {font-family: sans-serif; font-size: 12px; vertical-align: top; background: #EEEEDD; padding: 0 5 0 5} 

/*   Defines the right bar table cell format.   */
td.rightbar {font-family: sans-serif; font-size: 12px; vertical-align: top; padding: 0 5 0 5} 

/*   Defines the center table cell format.   */
td.center {font-family: sans-serif; font-size: 12px; vertical-align: top; padding: 0 5 0 5} 

/*   Defines the default right floating image appearance.   */
IMG.right { float: right; margin: 0 0 0 0; border: 1px solid black} 

/*   Defines the default left floating image appearance.   */
IMG.left { float: left; margin: 0 0 0 0; border: 1px solid black} 

/*   Defines the author line appearance.   */
P.author { font-style: italic; font-size: 11} 

/*   Defines a paragraph class for use with the credit info at the bottom of each page */
P.credits { color: #333333; font-size: 12px; margin: 30 0 0 5} 

