body,table,tr,td,th 
    {
        text-align: left;
        font-family: Trebuchet MS, Helvetica, Verdana, Arial;
        color: #000000;
        font-size: 12px;
		/*Trebuchet MS*/
    }
    
body 
    {
        background-color: #C1DBFF;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-image: url(images/bgGrad.jpg);
		background-repeat: repeat-x;
	}

/* Links */
    
a:link 
    {
        color: #003F87;
        text-decoration: none;
        border: 0px;     
	}

a:visited 
    {
        color: #003F87;
        text-decoration: none;
        border: 0px; 
    }

a:hover 
    {
        color: #003F87;
        text-decoration: underline;
        border: 0px;
    }

a:active 
    {
        color: #003F87;
        text-decoration: none;
        border: 0px; 
    }

.link2 a:link
    {
        color: #FFFFFF;
    }

.link2 a:visited
    {
        color: #FFFFFF;
    }

.link2 a:hover 
    {
        color: #FFFFFF;
        text-decoration: underline;
    }

.link2 a:active
    {
        color: #FFFFFF;
    }

.breadCrumb a:link
    {
        color: #003F87;
    }

.breadCrumb a:visited
    {
        color: #003F87;
    }

.breadCrumb a:hover 
    {
        color: #003F87;
        text-decoration: underline;
    }

.breadCrumb a:active
    {
        color: #003F87;
    }

.thumbnail a:link
    {
        color: #003F87;
    }

.thumbnail a:visited
    {
        color: #003F87;
    }

.thumbnail a:hover 
    {
        color: #003F87;
        text-decoration: underline;
    }

.thumbnail a:active
    {
        color: #003F87;
    }

/* Positioning */

#wrapper 
    {
        width: 800px;
        margin: 0 auto;
    }

#header 
    {
        behavior: url(http://www.searchlit.org/css/iepngfix.htc);
		border: 0;
        margin: 0px;
		
    }

#header2 
    {
       /*  background-image: url(images/header2.png); 
        background-repeat: no-repeat;
        height: 60px;*/
		behavior: url(http://www.searchlit.org/css/iepngfix.htc);
        border: 0;
        margin: 0px;
    }

#centercolumn 
    {
        background-color: #FFFFcc;
        border: 0;
        width: 800px;
        margin: 0px;
        float: left;
    }
#footer 
    {
        background-color: #3366cc;
        margin: 0px;
        float: left;
        width: 800px; 
        color: #FFFFFF;
        text-align: center;
    }

    
/* Navigation */

.tabHome, .tabeLibrary, .tabResources, .tabStudents, .tabEducators
{ behavior: url(http://www.searchlit.org/css/iepngfix.htc); }

.tabHome 
    {	
		background-image: url(images/navigation/aboutTab.png);
        width: 100px;
        height: 22px;
float: left;
display:inline;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 3px;
		margin-bottom: 0px;
        color: #000000;
        font-size: 16px;
    }

#navbarHome 
    {
        border: 0;
        margin: 0px;
        background-color: #FFCC99;
        color: #FFFFFF;
        float: left; display: inline;
        width: 800px;
    }

.tabeLibrary 
    {	
        background-image: url(images/navigation/eLibraryTab.png);
        width: 100px;
        height: 22px;
        float: left; display: inline;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 3px;
        color: #000000;
        font-size: 16px;
    }    

#navbarelibrary
    {
        border: 0;
        margin: 0px;
        background-color: #FF9966;
        color: #FFFFFF;
        float: left; display: inline;
        width: 800px;
    }

.tabResources 
    {	
        background-image: url(images/navigation/resourcesTab.png);
        width: 100px;
        height: 22px;
        float: left; display: inline;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 3px;
        color: #000000;
        font-size: 16px;
    }

#navbarResources
    {
        border: 0;
        margin: 0px;
        background-color: #9999FF;
        color: #FFFFFF;
        float: left; display: inline;
        width: 800px;
    }

.tabStudents 
    {	
        background-image: url(images/navigation/studentsTab.png);
        width: 100px;
        height: 22px;
        float: left; display: inline;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 3px;
        color: #000000;
        font-size: 16px;
    }

#navbarStudents 
    {
        border: 0;
        margin: 0px;
        background-color: #66CCFF;
        color: #FFFFFF;
        float: left; display: inline;
        width: 800px;
    }
   
.tabEducators 
    {	
        background-image: url(images/navigation/educatorsTab.png);     
        width: 100px;
        height: 22px;
        float: left; display: inline;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 3px;
        color: #000000;
        font-size: 16px;
    }

#navbarEducators 
    {
        border: 0;
        margin: 0px;
        background-color: #66CC66;
        color: #FFFFFF;
        float: left; display: inline;
        width: 800px;
    }
    
.userInfo 
    {	
     
        height: 22px;
        float: right;
		margin-left: 5px;
		margin-right: 5px;
        color: #FFFFFF;
        font-size: 10px;
    }

.headerSearch
    {	
        position: relative;
        top: 85px;
        margin: 5px;
        width: 400px;
        float: right;
        text-align: right;
    }
    
.headerSearch2
    {	
        position: relative;
        top: 15px;
        margin: 5px;
        width: 400px;
        float: right;
        text-align: right;
    }
    
.headerSearchBox
    {	
        margin-bottom: 5px;
        float: top;
        text-align: right;
    }
    
.navad 
    {	
        width: 310px;
        float: left;

    }
    
.linkTitle 
	{
	text-align: left;
	font-size: 15px;
	color: #000000;
	}
	
.section1
    {
        text-align: left;	
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        width: 130px;
        float: left;
		/*background-image: url(images/boxGrad.jpg); */
		background-color: #FFFF99;
    }
	
.section2
    {
        text-align: left;	
        padding: 10px;
        width: 375px;
        float: left;
    }
	
.section22
    {
        text-align: left;	
        padding: 10px;
        width: 620px;
        float: left;
    }

.section3 
    {
        text-align: left;	
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 250px;
        height: 350px;
        float: left;
		background-image: url(images/boxGrad.jpg); 
    }

.section4 
    {
        text-align: right;	
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 220px;
		/*height: 450px;*/
        float: left;
		/*background-image: url(images/rightgradiant.png); */
		background-repeat: repeat-x;
    }


.searchy
    {
        text-align: left;	
        margin-top: 30px;
        float: right;
    }
    

    
.homePage
    {
        text-align: left;	
        margin: 5px;
        width: 790 px;
        height: 250px;
        float: left;
    }

.frontSC
    {
        text-align: left;
        margin: 10px;
        width: 310px;
        height: 300px;
        float: right;
		background-image: url(../images/sirChee/skyline.png);
		background-repeat: no-repeat;
		background-position: bottom right;
    }
    
.frontPic
    {
        text-align: left;	
        margin: 10px;
        width: 430px;
        float: left;
        height: 300px;
    }

.frontTalk
    {
        text-align: left;	
        margin: 5px;
        float: left;
    }

.content
    {
        text-align: left;	
        float: left;
    }

.thumbnail
    {
        text-align: left;	
	    margin-right: 10px;
        float: left;
        font-size: 14px;
        line-height: 18px;
        color: #000000;
    }

/* Text Formating */    
	
.feature 
	{
	text-align: right;
	float: right;
	font-size: 10px;
	color: #000000;
	margin: 5px;
	}
	
.feature_left
	{
	text-align: left;
	float: left;
	font-size: 10px;
	color: #000000;
	margin: 5px;
	}
	
	
	
.ad 
	{
	text-align: left;
	font-size: 22px;
	line-height: 21px;
	color: #000000;
	}

.title 
	{
	text-align: left;
	font-size: 22px;
	line-height: 25px;
	color: #000000;
	}

.subtitle 
	{
	text-align: left;
	font-size: 15px;
	line-height: 18px;
	color: #006400;
	width: 150px;
	}

.subtitle2 
	{
	text-align: left;
	font-size: 15px;
	line-height: 18px;
	color: #006400;
	}
	
.description 
	{
	text-align: left;
	float: top left;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	padding-left: 6px;
	}

.copy 
	{
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	}

.headerTag 
	{
	text-align: left;
	font-size: 15px;
	color: #FFFFFF;
	}
	
.pad 
	{
	text-align: left;
	margin: 5px;
	}

.adBanner 
	{
	text-align: left;
	margin: 5px;
	}
	
h1 
	{
	text-align: left;
	font-size: 20px;
	color: #000000;
	}
	
h2 
	{
	text-align: left;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 5px;
	}
	
	
	
	
/* Added By Chris */
.dotted_bottom {
	height: 3px;
	border-bottom: 1px dotted black; 
	padding: 0px 0px 4px 0px;
}

.dotted_bottom_yellow {
	color: #FFFFFF;
	height: 3px;
	border-bottom: 1px dotted #FBE82A; 
	padding: 0px 0px 4px 0px;
}

.dotted_bottom_yellow a:visited
    {
        color: #FFFFFF;
    }

.dotted_bottom_yellow a:hover 
    {
        color: #FFFFFF;
        text-decoration: underline;
    }

.dotted_bottom_yellow a:active
    {
        color: #FFFFFF;
    }
