/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	font: 80%/160% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	color: #666;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
}

.pertinent {
	padding: 10px;
	color: #870100;
	background-image: url(images/gradient.png);
}

.boxtext {
	padding: 10px;
}

.boxtextred {
	padding: 10px;
	color: #870100;
	text-align:right;
}

.title {
	padding: 3px;
	margin: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #9fa8d8;
	float: left;
	width: 450px;
	color: #004287;
	font-weight: bold;
	font-family: "Century Schoolbook";
	font-size: 16px;
}

.footer {
	padding-top: 10px;
	color: #fff;
}

a {
	color:#870100;
}

.watermark {
	background-attachment: scroll;
	background-image: url(images/watermark.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}


/* Begin Navigation Elements */

#navigation {
	display: block;
	background: url('images/page_nav.png') repeat;
	text-align: center;
	height: 1.2em;
	padding: 2px 0;
	
	}

#nav {
	margin: 0 auto;
	}

#nav, #nav ul {
	text-align: center;
	font-size: .9em;
	list-style: none;
	font-weight: normal;
	}

#nav li {
	float: left;
	padding: 0;
	margin: 0;
	}

#nav a {
	border-right: 1px solid #ddd;
	display: block;
	line-height: 2em;
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

#nav a:hover {
	border-right: 1px solid #fc3;
	color: #fff;
	background-color: #870100;
	}

/* End Navigation Elements */

.lightblue {
	color:#929AC8;

}

.minititle {
	color: #870100;
	font-weight: bold;
	font-family: "Century Schoolbook";
	font-size: 14px;
}
