
body
{
	font-family: "Arial", "Helvetica", "sans-serif", "Tw Cen MT";
	background-color: #B64444;
	background-image: url("images/congruent_outline.png");
    background-attachment: fixed;
}

h1
{
	text-align: center;
}

.mainbox
{
	background-color: white;
	padding: 15px;
	max-width: 800px;
    margin-left: auto ;
    margin-right: auto ;
    margin-top:20px;
	border-radius: 5px;
	
	
}

img
{
	max-width: 100%;
}

.mainbox p
{
    text-align: justify;
    text-justify: inter-word;
}


#titlebox
{
	background-color: white;
	padding: 15px;
	max-width: 800px;
	text-align: center;
    margin-left: auto ;
    margin-right: auto ;
    margin-top:20px;
	border-radius: 5px;
}

#titlebox h1
{
	font-size: 120%;
}

#titlebox h2
{
	font-size: 120%;
}

#titlebox a 
{
	text-decoration:none;
	color:black;
}

#sponsorlogos
{ 

    margin-left: auto;
    margin-right: auto;
	text-align:center;
}

#sponsorlogos img
{ 

    padding-left: 10px;
    padding-right: 10px;
}

a { 
    color: #d71d0d;
	font-weight: bold;
}
a:hover { 
    color: #8f1309;
}

#amsscfooter
{
	background-color: white;
	padding: 15px;
	max-width: 800px;
	text-align: center;
    margin-left: auto ;
    margin-right: auto ;
    margin-top:20px;
	text-align:center;
	font-size:70%;
	border-radius: 5px;
}

