﻿/* DEFAULT STYLESHEET FOR ICANTORI HOME PAGE */


<!--
body {
	background-color: #568ABF;
	margin-left: 10px;
	margin-right: 10px;
	min-width: 60em;
}
/* FONTS (set base font) */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1em;
}
/* LINKS (set hyperlink appearance */
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #660000;	
	text-decoration: none;
}
a:hover { 
	text-decoration: underline; 
}

h1 {
	font-size: 1.5em;
	color: #000000;
}
h2 {
	font-size: 1.2em;
	color: #000000;
}
/* class="small" available for use in span tags, etc, such as for figure captions */
.small { 
	font-size: .84em; 
}
/* used in Event_CD.htm program description */
table.framed { border: 1px solid #990000; }

/* HEADER: This defines elements in the header cell on each page */
#header_logo {
    background: #FFFFFF;
}
#header_links {
    background: #CCCCCC;
	text-align: center;
	font-size: .84em;
	height: 15px;
}
#header_section {
    background: #B0D2F5;
}
	
/* SECTION TITLE: appearance of the section title located in the header of each page.*/
#section_title
{
	background-color: #B0D2F5;
	font-weight: bold;
	font-style: italic;
	line-height: 100%;
	color: #333366;
	font-size: 2.0em;
    text-align: right;
}
/* SECTION LINKS: cell for links within each section; located under section title */
#section_links {
	background: #86AACE;
	text-align: right;
	font-size: .84em;
}

/* LEFT COLUMN: to contain links to entire the website */
#left_cell {
	max-width: 180px;
	min-width: 160px;
	text-align: left;
	vertical-align: top;
	background: #86AACE;
	white-space:nowrap;
}
.sub_table {
	border: none;
	margin:  0 10px 0 10px;
	text-align: left; 
}	
.left_links {
	line-height: 18px;
	font-size: .90em;
	white-space:nowrap;
}

/* MAIN SECTION: this contains the main content of the page */
#main {
	background: #FFFFFF;
	vertical-align:top;
	min-width: 440px;
}

/* NEXT: formats the "Next" link at the bottom of the main section */
.next {
	font-style:italic;
	font-weight:bold;
	text-align:left;
}

/* FOOTER */
#footer_links {
    background: #CCCCCC;
	text-align: center;
	font-size: .84em;
	height: 15px;
}
/* second footer, below table */
.footerinfo {
	color: #B0D2F5;
	font-size: smaller;
	text-align: center;
}
/* SPECIAL CASES */
 
.ul_angel {
	list-style-image: url(../images/index.gif);
	list-style-position: outside;
	line-height: normal;
}

.large_italic {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
}

/* VOCI font */
.voci {
	font-family: Algerian, serif;  
	color: red;
}


/* FLOAT LEFT IMAGES (provide this class attribute inside the img tag) */
.image_left {
	float: left;
	margin: 0px 10px 5px 0px;
}

/* FLOAT RIGHT IMAGES (provide this class attribute inside the img tag)  */
.image_right {
	float: right;
	margin: 0px 0px 5px 10px;
}
/* CLEAR (to clear the floating style from the next text element) */
.text_line
{
	clear:both;
}



-->
