/*
 * 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: #7bf;
 * 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(../images/logo.jpg) 0 0 no-repeat;
 * height: 20px;
 * }
 *
#header {
	min-height: 20px;
/*	background-color: #f90;*/
/*	background-color: #cf7;*/
/*	background-color: #036;*/
	background-color: #fff;
}

#header h1 {
	color: #000;
	font-size: 200%;
}

/*
 * Navigation Bar
 *
 * The background, link and border colors on the navigation bar can be changed here.
 */
#nav ul {
	background: #036;
	border-top: 1px solid #030;
	border-bottom: 2px solid #ccc;
}

#nav a, #nav a.visited {
	border-left: 2px solid #ccc;
	color: #ddd;
}

#nav a:hover {
	color: #fc3;	
}

/*
 * Left Column
 */
#left {
	background-color: #EEE;
}

/*
 * Page Link Colors
 */
a {
	color: #1D4AA5;
	text-decoration: none;
}

a:visited {
	color: #1D4AA5;
	text-decoration: none;
}

a:hover {
	color: #f90;
	text-decoration: none;
}

/*
 * Page Footer
 */
#footer {
	border: solid #036;
	border-width: 20px 0px 0px 0px;
	font-size: 75%;	
}

 