/* CSS Document */

body
{
    background-color: black;
    background-image: url(  'blue.png' );
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0px 98px;
    text-decoration: none;
    text-align: left;
    color: white;
    font-family: century gothic;
    font-size: 18px;
}

h1 {
	font-size: 50px;
	font-weight: normal;
	margin: 0;
}

p.long
{
    text-decoration: none;
    text-align: left;
    color: white;
    font-family: century gothic;
    font-size: 12px;
}
.indented
{
    padding-left: 50pt;
    padding-right: 50pt;
}

a:link
{
    text-decoration: none;
    text-align: center;
    color: white;
    font-family: century gothic;
    font-size: 18px;
}

a:visited
{
    text-decoration: none;
    text-align: center;
    color: white;
    font-family: century gothic;
    font-size: 18px;
}

a:hover
{
    text-decoration: none;
    text-align: center;
    color: red;
    font-family: century gothic;
    font-size: 18px;
}

a:active
{
    text-decoration: none;
    text-align: center;
    color: Gray;
    font-family: century gothic;
    font-size: 18px;
}

table.top-navigation
{
    margin-top: 60px;
}

td.menu
{
    vertical-align: center;
    text-decoration: none;
    text-align: center;
    color: white;
    font-family: century gothic;
    font-size: 18px;
	padding-top: 20px;
}

.maincell
{
    background-image: url(tablebg.jpg);
    text-align: left;
    vertical-align: top;
}

.maincell p {
    padding-left: 10px;
}

#twitter_div h2
{
    color: white;
    font-size: 30px;
    font-family: century gothic;
    text-indent: 30px;
    font-weight: normal;
	margin: 5px 0 0 0;
}

ul#twitter_update_list
{
    list-style-type: none;
}

a:hover.menu
{
    text-decoration: none;
    text-align: center;
    color: red;
    font-family: century gothic;
    font-size: 18px;
}

#contactinfo, #contactinfo a
{
    font-size: 34px;
}

#footer a
{
    font-size: 10px;
}

#footer a:hover
{
    color: teal;
}
