﻿/* Colleton Software Master Style Sheet */
/* Date: 6/18/2008 */
/* Updated: 10/22/2008 */
/* Author & Webmaster: Rachel Wilson */

@media print {#Logo, #Menu, #Legal, #LeftSide {display: none}}
@media projection {#Header{display: none}}

body
    {
	font-family: Times New Roman; 
	color:black; 
	background-color: #CCCCCC;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
    }
    
.pageHeader
	{
	color: #f68f1e; 
	text-align: center; 
	font-size: 1.2em; 
	font-weight: bold
	}
    
#master_table
    {
	border: outset 2px #0093d0; 
	background-color: white; 
	width: 800px; 
	margin-top: -15px;
	margin-left: auto;
	margin-right: auto; 
	text-align: left
	}
	
.td
	{
	border: outset 2px gray;
	}

#logoTd
	{
	text-align: center;
	}
    
img#logoImg
	{
	height: 195px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	}

/* Menu */
.menubtn
	{
	padding-left: 12.5px; 
	padding-right: 12.5px; 
	border: 0
	}
	
#menuTd
	{
	background-image: url(../images/buttons/iconBack.gif);	
	padding-top: 4px;
	}
	
#tblmenu
	{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
	}	
/* End of Menu */


#ltSideTd
	{
	vertical-align: top;
	border-right: outset 2px gray; 
	width:25%; 
	background: #e7e6ea; 
	border: solid 1px #e7e6ea
	}

#masterLtSideContent
	{
	text-align: center;
	float: right;
	}

#techSuppImg
	{
	width: 84px;
	height: 77px; 
	float: left; 
    border: 0px; 
	padding-left: 2px; 
    padding-right: 2px; 
    padding-top: 5px; 
    padding-bottom: 5px;
	}

#rtSide
	{
	vertical-align: top;
	margin-left: 15px; 
	width:600px
	}

#MainContent 
	{
	text-align: left;
	float: left;
	}
	
#easy
	{
	color: #f68f1e;
	font-weight: bold
	}

#Legal 
    {
	font-size: 0.65em; 
	text-align: center;
	background-image: url(../images/footershadow.gif); 
	color: white;
	height: 40px;
	}