﻿
/*
=====================  Body Style    =============
*/

.skip {
 	display:none;
	visibility:hidden; 
	float:left;
	margin-left:10px;
	z-index:0;
	font-size:1px; }	
	

body
{
    min-width: 764px;
    font-family: arial, helvetica, sans-serif;
    font-size: 80.125%; /* translate 1.0em to 10px, 1.5em to 15px, etc. */
    color: black;
    background-color: #E6E6E6;
    margin-bottom:0px;
}

body Table
{
    font-family: arial, helvetica, sans-serif;
    font-family: arial, helvetica, sans-serif;
    font-size: 100%; /* translate 1.0em to 10px, 1.5em to 15px, etc. */
}

.CenterCol
{
    padding-top:10px;
    float:left;
    width:500px;
    padding-left:10px;
    padding-bottom:20px;
}
.CenterColAdmin
{
    padding-top:10px;
    padding-left:60px;
    float:left;
    width:800px;
    padding-bottom:20px;
}
.MainBody2Col
{
    background-color:White;
}

ul
{
	list-style-type: square;
}

h1
{
    FONT-FAMILY: Arial,Verdana;
    FONT-WEIGHT: bolder;
    COLOR: #808080
}

h2
{
    FONT-FAMILY: Arial,Verdana;
    FONT-WEIGHT: bolder;
    COLOR: teal
}
h3
{
    FONT-FAMILY: Arial,Verdana;
    FONT-WEIGHT: bolder;
    COLOR:Gray
    
 }
h4
{
    FONT-FAMILY: Arial,Verdana;
    FONT-WEIGHT: bolder;
    COLOR: Maroon
}
h5
{
    FONT-FAMILY: Arial,Verdana;
    FONT-WEIGHT: bolder;
}
h6
{
    FONT-FAMILY: Arial,Verdana;
}

.Size1
{
    FONT-SIZE: 180%;
    FONT-FAMILY: Arial,Verdana;
    FONT-WEIGHT: bolder;
    COLOR:Maroon
    
 }
.Size2
{
    font-size: 110% ;
    FONT-FAMILY: Arial,Verdana;
    FONT-WEIGHT: bolder;
    COLOR: Maroon;
}
.Size3
{
    font-size: 100% ;
    FONT-FAMILY: Arial,Verdana;
    FONT-WEIGHT: bolder;
}
.Size4
{
    font-size: 80% ;
    FONT-FAMILY: Arial,Verdana;
}
 
.footer
{
	padding-top:10px;
   	width:770px;
    text-align: center;
	clear:both; 
	margin-right:auto;
	margin-left:auto;
	background-color:White;
	padding-bottom:20px;
	}
	
.comments
{
    font-family:Century Gothic;
    color:Gray;
}
/*

====================================================

=====================  Header Style    =============

====================================================

*/

#container
{
    width: 770px;
    border-style: solid; 
    border-width: 0px; 
    border-color:silver;
    background-color:White;
	margin-right:auto;
	margin-left:auto;
}

#headerMain
{
    float: left;
    margin: 0;
    padding: 0;
    height: 150px;
    background: #fff;
    width:770px;
}



#headerMain .headerMain1
{
	float: left;
	margin: 0;
	padding: 0;
	height: 150px;
   	width: 220px;
}
#headerMain .headerMain2
{	
	float: left;
	margin: 0;
	padding: 0;
	height: 150px;
    width: 300px;
}

#headerMain .headerMain3
{
   	float: left;
	margin: 0;
	padding: 0;
	height: 150px;
    width: 150px;
}
#headerMain img
{
	float:left;
}
/*
=====================  Link Style    =============
*/


a 
{
	font-family: arial, verdana,helvetica, sans-serif;
	
}
.spahptoolbar a 
{
	font-family:  verdana,arial,helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight:bolder;
}

.spahptoolbar a:visited
{
	color:white;
	text-decoration: none;
}
.spahptoolbar a:hover
{
	background-color:navy;
}

.spahptoolbar a:link
{
	color:white;

}

a:link
{
	color:blue;

}
a:visited 
{
	color:blue;
}
/*
a:hover
{
	background-color:yellow;
	color:red;
}


=====================  Left Column Style    =============
*/

.LeftCol
{
    float: left;
    display: block;
    width: 200px;
    padding-right: 8px;
    padding-left:10px;
    padding-top:20px;
    vertical-align: top;
    -x-background-x-position: center;
    -x-background-y-position: center;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    border-right-style: solid; 
    border-right-width: 1px; 
    border-color:silver;

}
.LeftHeading
{
	Font-size: 110% ;
    FONT-FAMILY: Arial,Verdana;
    FONT-WEIGHT: bolder;
    COLOR: Olive;
}
.LeftCol b
{
    color:Gray;
    font-family:Verdana,arial;
}
.LeftCol ul
{
	list-style-type:circle;
}
.LeftCol a
{
	text-decoration:none;
	color:Gray;
}
.LeftCol li
{
    margin: 5px;
}
.LeftCol li a:hover
{
    background-color:Silver;
}
.LeftHeading
{
	Font-size: 110% ;
    FONT-FAMILY: Arial,Verdana;
    FONT-WEIGHT: bolder;
    COLOR: Olive;
}
/*
=====================  Page Styles    =============
*/
.PageSummary
{
    FONT-SIZE: 100%;
    FONT-FAMILY: Arial,Verdana;
    COLOR:Gray; 
    font-style:italic;
}
.PageTitle
{
    FONT-SIZE: 150%;
    FONT-FAMILY: Arial,Verdana;
    FONT-WEIGHT: bolder;
    COLOR:Navy;
}

/*
=====================  Stylized with Images    =============
*/
.word { background-image: url("../../images/wordico.gif");padding-left: 20px; background-position: 0 50%; margin: 2px 0 4px 0; background-repeat:no-repeat; line-height: 16px; }
.link { background-image: url("../../images/linkico.gif");padding-left: 20px; background-position: 0 50%; margin: 2px 0 4px 0; background-repeat:no-repeat; line-height: 16px; }
.pdf { background-image: url("../../images/pdfico.gif"); padding-left: 20px; background-position: 0 50%; margin: 2px 0 4px 0; background-repeat:no-repeat; line-height: 16px; }
.powerPoint { background-image: url("../../images/pointico.gif"); padding-left: 20px; background-position: 0 50%; margin: 2px 0 4px 0; background-repeat:no-repeat; line-height: 16px; }
.Excel { background-image: url("../../images/xcelico.gif"); padding-left: 20px; background-position: 0 50%; margin: 2px 0 4px 0; background-repeat:no-repeat; line-height: 16px; }
.graphic { background-image: url("../../images/graphicico.gif"); padding-left: 20px; background-position: 0 50%; margin: 2px 0 4px 0; background-repeat:no-repeat; line-height: 16px; }