/*   CSS linkable style sheet for use with the ILCS site           */
/*   05/17/05                                                      */



/*   Defines the default body appearance.  */
BODY { background: white url(images/background.jpg) fixed no-repeat center center; margin: 20 25 25 25}

/*   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: 18px; margin: 30 0 10 5}

/*   Defines the default heading 3 appearance.   */
H3 { color: maroon; font-family: sans-serif; font-size: 15px; margin: 20 0 10 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 0 10 5} 

/*   Defines the default block quote appearance.   */
blockquote { font-family: sans-serif; font-size: 14px; margin: 20 30 20 30} 

/*   Defines the default ul appearance   */
ul { margin: 0 0 30 0 } 

/*   Defines the default li appearance   */
li { margin: 0 0 5 20 } 

/*   Defines the top table cell format   */
td.topbar { background: #8A061B; margin: 0 0 0 0; padding: 10 10 10 10 } 

/*   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 0 } 

/*   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 15 } 

/*   Defines the default right floating image appearance.   */
IMG.right { float: right; margin: 0 0 0 15; border: 1px solid black } 

/*   Defines the default left floating image appearance.   */
IMG.left { float: left; margin: 0 15 0 0; border: 1px solid black } 

/*   Defines the author line appearance.   */
P.author { font-style: italic; font-size: 11; margin: 0 0 30 5 } 

/*   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 } 

