body { 
		color: #000000;
        font-size: 12px;
        font-family:Arial, Helvetica, sans-serif;
        margin-top: 0px;
        margin-left: 0px; background-color:#cccccc;
}


#main {
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    -moz-box-shadow: 8px 1px 25px rgba(0, 28, 55, 0.4);
    -webkit-box-shadow: 8px 1px 25px rgba(0, 28, 55, 0.4);
    box-shadow: 8px 1px 25px rgba(0, 28, 55, 0.4);
}

#container {
    margin-right: auto;
    margin-left: auto;
    width: 960px;
	display:table;
    /*padding-top: 20px;*/
}

a {
    text-align: center;
    text-decoration: none;
    color: #990000;
    font-family: Arial, Helvetica, sans-serif;
    cursor: default;
}

a:hover {
    cursor: auto;
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
}

#footer {
    z-index: 100;
    display: block;
    margin: auto;
    padding-left: 0px;
    width: 960px;
    border-top: 1px solid #cccccc;
    background-color: #000000;
    color: #ffffff;
}
    #footer a {
        color: #fff;
    }

    #footer a:visited {
        color: #fff;
    }



.header1	{color: #0063a3; font-weight: bold; font-size:14px;}
.header2	{color: #0063a3; font-weight: bold; font-size:12px;}
.header3	{color: #000000; font-weight: bold; font-size:12px;}
.redBold	{color: #990000; font-weight: bold; font-size:14px;}
.redlarge	{color: #990000; font-weight: bold; font-size:14px;}
.underline	{text-decoration: underline;}
.greentext      {color:#026365; font-size:12px;}


img {
	border-width: 0px;
	border-style: none;
}
