@charset "utf-8";
@import url("../css2009/footer.css");
@import url("../SpryAssets/SpryMenuBarHorizontal.css");
html
{
    background-color: #CCC;
    background-image: url(../images/gradientbg.gif);
    background-repeat: repeat-x;
}

body
{
    text-align:center;
    font-size:medium;
    width: 800px;
    margin: auto;
    color:#000;
    background-color: #FFF;
}

p {
   font-family: Baskerville, Palatino, ‘Palatino Linotype’, Georgia, Serif;
}

h1
{
    font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: large;
}


#pageWrapper
{
    width: 800px;
    border: 1px solid #000;
}


#contentWrapper
{
    background-color: #CCC;
    width: 800px;
}



#footerWrapper
{
    clear:both;
    width:100%;
    marign:auto;
}


img
{
    border: thin solid #000;
}

.floatLeft
{
    float:left;
}

.clearFloat
{
    clear:both;
}

/* LINKS */
	
a:link
{
    text-decoration:underline;
    color:#FFF;
}

a:visited
{
    text-decoration:underline;
    color:#FF0;
}

a:hover
{
    color:#FF0;
    text-decoration:underline;
}

a:active
{
    text-decoration:underline;
    color:#FF0;
}


#header a:link
{
    text-decoration:underline;
    color:#000;
}

#header a:visited
{
    text-decoration:underline;
    color:#00F;
}

#header a:hover
{
    color:#F00;
    text-decoration:underline;
}

#header a:active
{
    text-decoration:underline;
    color:#F00;
}

#footer a:link
{
    text-decoration:underline;
    color:#000;
}

#footer a:visited
{
    text-decoration:underline;
    color:#00F;
}

#footer a:hover
{
    color:#F00;
    text-decoration:underline;
}

#footer a:active
{
    text-decoration:underline;
    color:#F00;
}