/* --------------------------------------------------
CSS ASP
-------------------------------------------------- */

/* CONTAINER */

		#container {
	width: 768px;
	margin: 0 auto;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 12px;
	line-height: 1.6em;
	color: #000;
	background-color: #FFF;
	border: 1px solid #009AC5;
		}
		

		
/* HEADER ELEMENTS */

		#header {
	padding-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/header.png);
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #009AC5;
	height: 144px;
	background-repeat: no-repeat;
	background-position: 10px;
		}
		

		/* the slogan */
		#header p {
	margin-top: -20px;
	margin-left: 30px;
	color: #999999;
	background-color: #00F;
			}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 2px;
			padding-left: 5px;
			list-style-type: none;			
			float: left;
			width: 150px;
		}

		#navigation a {
	display: block;
	padding: 3px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: 0px;
			}

		#navigation a:link, #navlist a:visited {
	color:#172983;
	margin-left: 2px;
	padding-left: 5px;
	list-style-type: none;
	text-decoration: none;
		}
		

		


	
		
/* CONTENT ELEMENTS */

		#content {
	width: 552px;
	margin-left: 180px;
	margin-right: 10px;
		}
		
		#content p {
			padding-bottom: 10px;
		}


/* FOOTER ELEMENTS */

		#footer {
	margin-top: 20px;
	clear: both;
	background-color:#575352;
		}
		
		#footer p {
	color:#009AC5;
	padding: 5px;
	background-color: #009AC5;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px solid #009AC5;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
		/* End. */

