﻿body
{
    background-color:#1C6D9A;
    background-image:url(../images/bkgrnd3.jpg);
    background-repeat:repeat-x;
    font-family:Verdana,arial, Helvetica, Sans-Serif;
    font-size:10px;
    color:#555;
    line-height:15px;
    text-align:center;
    padding:0;
    margin:0;
}
#container
{
    margin: 10px auto;
	padding: 0;
	width: 930px;
	text-align: left;
	position: relative;
	z-index:500;
}
#logins /* positions the mentor and family login links in the header */
{
    padding:10px 30px 30px 205px;
    text-align:left;
    font-size:11px;
}
.header
{
    background-color:#fff;
}
.nav
{ 
    background-image:url(../images/nav.jpg);
    background-repeat:repeat-x;
    height:38px;
}
.donate /* positions the donate button in the header */
{
    padding:0 0 5px 0;
}
table.content
{
    width:930;
    margin:0;
    font-family:Verdana,arial, Helvetica, Sans-Serif;
    font-size:12px;
    color:#555;
    line-height:18px;
    background-color:#fff;

}
.divider /* this is the vertical divider line that is on the home page */
{
    background-image: url(../images/div_bkgrnd.gif);
    background-repeat:repeat-y;
    width:45px;
    margin:0;
    padding:0;
}

img
{
    border:none;
}


ul
{
    padding-left:40px;
    margin:10px;
    
}
li
{
    margin-bottom:10px;
}
hr /* horizontal rule as seen on the About AFK page */
{
    height:1px;
    border: 0px;
    color: #9CC3B4;
	background-color: #9CC3B4;
}
.left /* makes an image float to the left of the text */
{
    float:left;
}

h1 /* page header */
{
    font-size:22px;
    color:#7DB899;
    padding:0;
    margin:10px 0 20px 0;
}

h2 /* sub header */
{
    font-size:16px;
    color:#555;
    padding-top:0;
    margin:7px 0 7px 0;
}
h2.press /* sub header for Press Release pages, removes the spacing below the text */
{
    font-size:16px;
    color:#555;
    padding:0;
    margin:7px 0 0 0;
}
h3 /* third level header e.g. Athletes For Kids Board of Directors that is on the About AFK page */
{
    font-size:12px;
    color:#555;
    padding-top:0;
    margin:7px 0 7px 0;
}

.pressphoto /* special style for photo as seen on press2.htm */
{
    display:block; 
    float:left;
    font-size:10px;
    line-height:16px; 
    width:200px;
    margin-right:15px;
    margin-bottom:5px;
}
table.footer
{
    height:40px;
}
#footer, #footer a /* describes footer text and hyperlinks */
{
    color:#fff;
    font-size:10px;
    text-align:center;
    padding-bottom:20px;
}

a /* describes hyperlinks */
{color:#1A87C9;
 text-decoration:none;

}
 
a:hover /* describes hyperlinks when mouse is on them */
{
   text-decoration:underline;

}