/*
 * This file contains the style properties that are commonly changed at each site.
 *
 * If you do not want your changes to be overwritten by the updater, move this file into the 
 * custom folder and change the "css.custom" message string.
 *
 */

/* 
 * Sample headers
 * 
 * A thin header with a blue background.
 * #header {
 * background-color: #003366;
 * min-height: 20px;
 * }
 *
 * A header with a left aligned image on a blue background. In this 
 * case the image is 20px tall.
 * #header {
 * background: #7bf url(../cust/Banner.jpg) 0 0 no-repeat;
 * height: 20px;
 * }
 */
#header {
	height: 184px;
	padding: 0;
	margin: 0;
/*	background-color: #f90;*/
/*	background-color: #cf7;*/
/*	background-color: #036;*/
	background: #369 url(laplata_header.jpg) no-repeat;
}

/*#header h1 {
	display: none;
	color: #135;
	font-size: 200%;
}*/

/*
 * Navigation Bar
 *
 * The background, link and border colors on the navigation bar can be changed here.
 */
#nav ul {
	min-height: 10px;
	background: #003366;
	border-top: 1px solid #030;
	border-bottom: 1px solid #ccc;
}

#nav a, #nav a.visited {
	border-left: 2px solid #ccc;
	color: #ddd;
	text-decoration: none;
}

#nav a:hover {
	color: #fc3;	
	text-decoration: none;
}

/*
 * Left Column
 */
#left_column {
	background: #eee;
	border-right: 1px solid #ccc;
}

/*
 * Page Link Colors
 */
a {
	color: #1D4AA5;
}

a:visited {
	color: #A74992;
}

a:hover {
	color: #f90;
}

/*
 * Version number
 * Uncomment the following lines if you do not wish to display the version number on the 
 * splash screen.
 */
/*
#version {
	display: none;
	visibility: hidden;
}
*/

/*
 * Page Footer
 */
#footer {
	border: solid #036;
	border-width: 20px 0px 0px 0px;
	color: #888;
	font-size: 75%;	
}

 