@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFB4D;
	background-image: url("images/amal16-fall_bg.jpg");
	background-repeat: repeat;
}

a:link {color: #FF1513;}
a:visited {color: #FFFFFF; font-weight: lighter;}
a:hover {color: #FFC214; font-weight: bold;}
a:active {color: #000000;}

#navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 10pt Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
text-align: center;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
display: inline;
}

#navlist li a
{
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #FF1513;
background: #FFFFFD;
text-decoration: none;
}

#navlist li a:link { color: #FFC214; }
#navlist li a:visited { color: #3D2E34; }

#navlist li a:hover
{
border-color: #FFC214;
color: #FF1513;
background: #3D2E34;
}


#site {
	background-color: #FFFB4D;
	margin: auto auto auto auto;
	width: 1000px;
	border: 2px solid #3D2E34;
}

#Table_01 {
	margin: auto;
	line-height: 0;
}

.amal {
	margin: auto auto auto auto;
	width: 990px;
	color: #3D2E34;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 12pt;
}

h1 {
	width: 100%;
	color: #3D2E34;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 18pt;
	border-bottom: 1px dotted #3D2E34;
}

h3 {
	text-align: center;
}

div.footer {
	width: 600px;
	margin: auto auto auto auto;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 10pt;
	text-align: center;
	padding-bottom: 5px;
}

img.thumb {
	float: left;
	height: 75px;
	width: 150px;
	margin-right: 10px;
}

label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

input {
    width:250px;
    height:20px;
    background-color: #FFFB4D;
    border: 1px dotted #FF1513;
    margin-top:3px;
    font-size:0.9em;
    color: #3D2E34;
}

textarea{
    width:150px;
    height:50px;
    background-color: #FFFB4D;
    border: 1px dotted #FF1513;
    margin-top:3px;
    font-size:0.9em;
    color: #3D2E34;
}

#submit {
    width:70px;
    height:35px;
    background-color: #FFFB4D;
    border: 1px dotted #FF1513;
	color: #3D2E34;
    margin-top:20px;
}