
/* This is the style sheet for CALP */     
         

body {font-family:sans-serif; font-size:8.0pt; color:orange; line-height: 1.75;
 background-color:black; padding : 10px;}

.secondcolor {background-color: #262626} /* dark gray top and sidebar background*/

.side_nonlink {color: #25EB00; font-size 1.25em} /* limegreen sidebar non-link color*/

.logo_font {color: #25EB00} /* CALP font color*/

.floating {z-index:3} /* allows item to overlap */


/* set the hyperlink colors, etc. */

a:link    {color:yellow}
a:visited {color:#D8A95B;
           text-decoration:underline;
	     text-underline:single;}

a:hover   {color:red} 

a:active  {color:yellow} 

/* end hyperlink colors */


/* set heading properties */

h1 {
	text-align: center;
      padding: 10pt 0 0 0;
	font-size: 16px;
	font-family: verdana,sans-serif;
	font-weight: bold;}

h2 { text-align: center;color : orange; font-weight : bold; font-family : serif; font-size:large; }
h3 { color : orange; font-style : italics; font-weight : bold; font-family : san-serif; font-size:small; }
h4 { text-align: center; color : gray; font-style : italics; font-weight : bolder; font-family:sans-serif; font-size:large; }

/* end heading properties */

/* general styles - change with caution! from K&C */
p.main_title {
	font-size: 18px;
	text-align: center;
	font-weight: bold;}

p.section_title {
	padding: 10pt 0 0 0;
	font-size: 14px;
	font-family: verdana,sans-serif;
	font-weight: bold;}

span.tag_line {
	color: gray;
	font-style: italic;
	font-weight: bolder;
	font-family: sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;}

p.tag_line {
	color: gray;
	font-style: italic;
	font-weight: bolder;
	font-family: sans-serif;
	font-size: 14px;
	text-align: center;}

p.small {font-size: 10px;}
	
p.small_center {
	font-size: 10px;
	text-align: center;}

td {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.4;
	font-variant: normal;
	font-style: normal;
	text-align: left;}

ul.main {
	margin: 0em 0;
	padding: 0 0 8px 30px;
	list-style-type: disc;}
	
	
ul.indent
{
	margin: 0em 0;
	padding: 0 0 8px 60px;
	list-style-type: disc;
}

li.main {
	margin: 0em 0;
	padding: 0 0 8px 0px;}
	
p.indent {
	padding: 0 0 0 20;}
	
p.hang {
	text-indent: -20;
	padding: 0 0 0 20;}





