/* CSS for all pages on the CAML site. */
/* Version 0.5 - Last Updated February 3, 2004*/
/* This StyleSheet has been created to enhance the CAML Website. */
/* Use of this StyleSheet is at your own risk, and attempts to link to this StyleSheet are not encouraged, at it may be moved, changed, or renamed in the future. Ah, but persistence is elusive. */

/* This element sets the main body.*/
body             { font-family: verdana;
		   font-size: 13px;
		   background-color: #FFFFFF;
		   color: #000000 }
/* End */

div.content	 { padding-left: 10px;
                   padding-right: 10px;
                   padding-bottom: 20px;
                   font-family: verdana	}

/* These elements set the properties for standard links.  */
a                { font-family: verdana }
a:link           { text-decoration: underline;
                   font-weight: bold;
                   background-color: #FFFFFF;
                   color: #4B4BC8 }
a:hover          { background-color: #4B4BC8;
                   color: #FFFF00;
                   text-decoration: none }
a:active         { background-color: #4B4BC8;
                   color: #FFFF00;
                   text-decoration: none }
/* End */

/* End */

/* These elements set the image and properties for Ordered and Unordered lists. */
ul           { font-family: verdana;
               font-size: 13px;
               list-style-image: url('images/bluebar.gif') }
li           { font-family: verdana;
               font-size: 13px;
               text-align: Left }
/* End */

/*These elements set the Heading properties*/
h1           { font-family: verdana;
               font-size: 18px;
               font-weight: normal;
               text-align: center }
h2           { font-family: verdana;
               font-size: 13px;
               font-weight: normal }
h2.caml      { font-size: 10px; 
               text-align: center }
h2.bold      { font-weight: bold }
h2.center    { font-size: 15px;
               font-weight: bold;
               text-align: center; }
/* End */


/* Some basic styles. */
p            { font-family: verdana;
               font-size: 13px }
p.in         { font-family: verdana;
               text-indent: 13px }
small        { font-family: verdana; font-size: 10px }

span.inlinetitle   { font-weight: bold }
div.center         { text-align: center }
/* End */

/* This element sets the property for indented sections. */
blockquote   { font-family: verdana;
               color: #000000 }
/* End */

/* These elements set all table properties. */
td            { font-family: verdana;
                font-size: 13px }

/* Special table properties. */
tr.top       { vertical-align: text-top }
td.top       { vertical-align: text-top }
td.nav       { background-color: #4B4BC8}
td.outline   { background-color: #4B4BC8;
               font-size: 2px }
/* (Moved to camlnnn.css: causes Netscape 4.x to crash) td.content	{ padding-left: 10px; padding-right: 10px; padding-bottom: 20px; font-family: verdana	} */
/* End */

/*navigation bar links*/

a.camlnav            { font-size: 15px;
                       font-weight: bold;
                       text-decoration: none;
                       background-color: #4B4BC8;
                       color: #C8C8C8;
                       line-height: 150% }
a:hover.camlnav      { color: #FFFF00;
                       text-decoration: underline }
a:active.camlnav     { color: #FFFF00;
                       text-decoration: underline }



