/***********************************************/
/* style1.css            		               */
/* By Jason R. C. Nurse			               */
/***********************************************/


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName
{
    margin: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #008000;
    font-size: 130%;
    text-align: center;
    font-family: Verdana,Arial,sans-serif;
}

#siteName a
{
    color: #008000;
    text-decoration: none;
}

#siteName a:hover
{
    text-decoration: none;
}

#textMain
{
    font-size: 90%;
    text-align: center;
    color: gray;
}

#textMain a, a:link, a:visited, a:active  
{ 
    color: #00ffff; 
}

#textMain2
{
    font-size: 90%;/**/
	font-family: "trebuchet ms", "comic sans ms", Arial, Verdana; 
    text-align: center;
    color: gray;
    width: 700px; 
    margin: 0 auto; 
    padding-top:20px; 
    line-height: 17px;
}

#textMain2 a, a:link, a:visited, a:active  
{ 
    color: blue; 
    text-decoration: underline;   
}

#textQuote
{
    text-align: center;
    color: red;
    padding: 0 200px 0 200px;
    line-height: 20px;
}

#mainDisplay
{
    text-align: center;
    padding: 30px 0 20px 0;
}

#chalkboardMain
{
    background-image: url(images/chalkboard.jpg); 
    width: 397px; 
    height: 253px; 
    margin-top: 50px;
}

#chalkboardMain a, a:link, a:visited, a:active  
{ 
    color: #ffffff; 
    text-decoration: none;     
}

#chalkboardMain a:hover 
{ 
    text-decoration: underline; 
}

#chalkboardMain table
{ 
    font-family: "trebuchet ms", "comic sans ms", arial, sans-serif;  /*font-family: Verdana; */
    font-size: 13px; 
    color: #ffffff; 
    font-weight:bold;/**/
    margin-top:140px;
}

#chalkboardMain td
{ 
    text-align:left;
}

#div04082007
{
    text-align: center;   
    font-family:  "trebuchet ms", "comic sans ms", Arial, Verdana;    
}

#div04082007 h2#head
{
    margin: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    color: #4FAAAA;
    font-size: 130%;
}

#div04082007 p#links
{
    margin-top: 20px;
    color: #444444;
}

#div04082007 a, a:link, a:visited, a:active 
{
    color: #0000FF;
}

#div04082007 a:hover
{
    background-color:Yellow;
}
