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

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	background:url(bg.gif) no-repeat;
	background-color: #F3F2E7;
}
#container {
	padding: 10px;
	position: absolute;
	left:100px;
	top:300px;
	width: 800px;
}
#footer {
	position: absolute;  /* Needed for Safari */
	padding: 10px;
	width: 100%;
	background-color: #B64141;
}

h1, p {
	margin: 0;
	padding-bottom: 1em;
	font-size: 12px;
	line-height: 1.5em;
}

p {
	text-align:justify;
	/*text-indent: 20px;*/
}

p.noIndent{
	text-align:justify;
	text-indent: 0px;
	text-shadow:#FFFFFF;
	font-style:italic;
}

h1 {
	margin: 0;
	padding-bottom: 1em;
	font-size: 18px;
	line-height: 1.5em;
}

td { 
	vertical-align: top;
	text-align:justify;
}
img.floatLeft { 
	float: left; 
	margin: 4px; 
}
img.floatRight { 
	float: right; 
	margin: 4px; 
}
img.floatCenter {
	caption-side:bottom;
	margin: 0px; 
}

#banner {
	background:#AD830A;
	position: absolute;
	left:580px;
	top:190px;
	height:20px;
	width:450px;
}

a.menu {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	color:#000000;
	text-decoration: underline overline;
}

body.menu1 a.menu1,
body.menu2 a.menu2,
body.menu3 a.menu3,
body.menu4 a.menu4,
body.menu5 a.menu5
{
color: #000;
}


.footer {color: #FFFFFF; font-size: 12px; }

.myMenu{font-size: 10px}

.style2 {color: #80312b}
.style3 {
font-size: xx-large;
font-weight: bold;
font-family: "Times New Roman", Times, serif;
font-style: italic;
}
.style4 {color: #FFFFFF}
.style6 {color: #80312b; font-weight: bold; }
.style7 {font-style: italic}
.caption {text-align: center;}		

label, input, textarea{
display: block;
}

label, button{
margin-top: 10px;
}