body {
	background-image: url(../assets/logo1.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
	text-align: justify;
}


/* CONTAINER */

		#container {
	width: 750px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 11px;
	line-height: 1.6em;
	color: #666;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 32px;
	color: #18629F;
	margin-bottom: 30px;
		}

		
		h2 {
	color: #003366;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
		}
		
		a {
	color:#000066;
	text-decoration: none;
	font-weight: bold;
		}

		a:hover {
	color:#CC6714;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
	margin-bottom: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #82B9E0;
	background-image: url(../assets/headerbg.jpg);
	background-repeat: no-repeat;
	height: 80px;
	text-align: right;
	padding: 10px;
	background-position: center;
	vertical-align: text-bottom;
		}
		

		/* the slogan */
		#header p {
	color: #000066;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
	margin-left: 0;
	list-style-type: none;
	float: left;
	width: 150px;
	padding-left: 0;
	padding-top: 20px;
	background-repeat: repeat;
	background-image: url(../assets/white-50.png);
		}

		#navigation a {
	display: block;
	padding: 5px;
	width: 140px;
	margin: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5DBF2;
		}

		#navigation a:link, #navlist a:visited {
	text-decoration: none;
	background-image: url(../preview_16x16.png);
	background-repeat: no-repeat;
	background-position: right;
		}
		
		#navigation a:hover {
	background-color: #1579B5;
	color:#A9CDED;
	background-image: url(../bullet.gif);
	background-repeat: no-repeat;
	background-position: 96% 50%;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
			width: 362px;
			margin-left: 180px;
			margin-right: 200px;
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
	float: right;
	width: 175px;
	list-style-type: lower-roman;
		}
		
		#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	list-style-position: inside;
	list-style-type: decimal;
		}

/* FOOTER ELEMENTS */

		#footer {
	margin-top: 10px;
	clear: both;
	background-color:#135F99;
	background-image: url(../assets/bg-footer.jpg);
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: right;
	background-repeat: no-repeat;
		}
		
		#footer p {
	color:#FFFFFF;
	padding: 5px;
		}
		
		#footer p a {
	color: #C2DAF2;
	border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
	color: #FFFFFF;
	background-color:#53829C;
		}
.mediaheadline {
	padding: 2px;
	text-indent: 10px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mediadatestamp {
	padding: 2px;
	font-weight: bold;	
	font-size: small;
	color: #003366;
	letter-spacing: 0.2em;
}
.returntogall {
	margin-top: 10px;
	background-color:#A7D2EB;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: right;
}
.formbox {
	background-color: #CBE0F3;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	border: 1px solid #999;
}
.red {
	color: #FFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	margin: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	padding-top: 5px;
	padding-right: 75px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F00;
	background-image: url(../assets/9.JPG);
}
