﻿/* styles.css for CADEIO Website  */
/* created by Sean Hannifin  */ 
/* on 10/27/2009             */

/* last edited on 10/27/2009 */
/* by Sean Hannifin          */

		table, tr, td {
		border-width: 0px;
		border-style: none;
		border-collapse: collapse;
		padding: 0px; }
		
		.menu A:link {color:#003399; text-decoration: underline;}
		.menu A:visited {color:#003399; text-decoration: underline;}
		.menu A:active {text-decoration: underline;}
		.menu A:hover {text-decoration: underline;}
		
		.sideMenu A:link {color:#003399; text-decoration: underline;}
		.sideMenu A:visited {color:#003399; text-decoration: underline;}
		.sideMenu A:active {text-decoration: underline;}
		.sideMenu A:hover {text-decoration: underline;}
		
		.linksPage A:link {color:#008888; text-decoration: underline;}
		.linksPage A:visited {color:#666666; text-decoration: underline;}
		.linksPage A:active {text-decoration: underline;}
		.linksPage A:hover {text-decoration: underline;}
		
		.middleContent A:link {color:#008888; text-decoration: underline;}
		.middleContent A:visited {color:#666666; text-decoration: underline;}
		.middleContent A:active {text-decoration: underline;}
		.middleContent A:hover {text-decoration: underline;}
		
		div.title {
		position:absolute; 
		left:0px; 
		top:50px; 
		width:760px; 
		text-align:center; 
        font-family:impact, arial, helvetica; 
        font-size:20pt;
        color:#E5201B; 
        z-index:2;
		}
		
		div.sideMenu {
		position:absolute; 
		left:0px; 
		top:120px; 
		width:214px;
        font-family:franklin gothic medium, arial, helvetica;
        font-size:9pt; 
        font-weight:bold; 
        color:#008888;
        z-index:3;}
        
        div.sideContent {
		position:absolute; 
		left:210px; 
		top:120px;
        font-family:franklin gothic medium, arial, helvetica;
        font-size:10pt; 
        color:#000000;
        border-style:none none none dotted; 
        border-width:2px;
        border-color:#999999;
        padding-left:10px;
        z-index:3;}
        
        div.middleContent {
		position:absolute; 
		left:210px;
		width:350px; 
		top:120px;
        font-family:franklin gothic medium, arial, helvetica;
        font-size:10pt; 
        color:#000000;
        border-style:none none none dotted; 
        border-width:2px;
        border-color:#999999;
        padding-left:10px;
        padding-right:10px;
        z-index:3;}
		
		div.rightContent {
		position:absolute; 
		left:585px; 
		top:120px;
		width:190px;
        font-family:franklin gothic medium, arial, helvetica;
        font-size:8pt; 
        color:#000000;
        border-style:none none none dotted; 
        border-width:2px;
        border-color:#999999;
        padding-left:10px;
        background-color:#EEEEEE;
        z-index:3;}
        
        div.rightContent2 {
		position:absolute; 
		left:585px; 
		top:120px;
		width:100px;
        font-family:franklin gothic medium, arial, helvetica;
        font-size:9pt; 
        color:#000000;
        border-style:none none none dotted; 
        border-width:2px;
        border-color:#999999;
        padding-left:10px;
        background-color:#EEEEEE;
        z-index:3;}
		
		.mainTable {
		width: 760px; }