/* CSS Document */

Body{ 
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-image:url('Images/background.jpg'); 
	font-size: l2px;
	text-align: center;
}

#Banner{
	height: 150px;
	padding: 0;
	margin: auto;
	Background-repeat: no-repeat;
	text-align: center;
}

#container{
	width: 800px;
	background-image: url('Images/container_background.png');
	padding: 10px;
	margin: auto;
	border: solid #000000 1px;	
}
#content{ 
	padding: 12px;
	margin-top: 0;
	text-align: center;
} 

#footer{
	clear: both;
	margin: 0;
	padding: 12px;
	color: #333;
	text-align: center;
}
h1{
	font-size: 14px;
	text-align: center;
	font-style: italic;
	letter-spacing: 5px;
}
h2{ 
	font-size: 14px;
	font-style: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
h3{
	font-size: 12px;
	text-align: center;
	line-height: 130%;
	font-style: italic;
}
h4{
	font-size: 12px;
	text-align: center;
	font-style: regular;
	line-height: 130%;
}
p{ 
	font-size: 12px;
	text-align: left;
	line-height: 130%;
}
ul{ font-size: 12px;
	text-align: left;
	line-height: 130%; 
}

a:link{
	color: #ffffff;
	text-decoration: none;
	background-color: #ffffff;
}

a:visited{
	color: #ffffff;
	text-decoration: none;
	Background-Color: #ffffff;
}

a:hover{background-color: #ffffff; }

a:active{background-color: #ffffff; }

#navcontainer{
	padding: 0px;
	margin-top:5px;
	text-align: center;
	
}

ul#navlist{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	text-align: center;
}

#navlist li{
	display: inline;
	list-style-type: none;
	font-size: 13px;
	text-align: center;
}

#navlist a {
	padding: 3px 8px; 
	border: solid #000000 1px;
}

#navlist a:link, #navlist a:visited{
	color: #fff;
	background-color: #036;
	text-decoration: none;
}

#navlist a:hover{
	color: #fff;
	background-color: #369;
	text-decoration: none;
}