* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #ececec url(http://nrcil.net/graphic/images/header.png) repeat-x;
	color: #333333;
	font: 0.8em/1.7em Verdana, Trebuchet MS, Arial, sans-serif;
	text-align: center;
}

#wrapper {
	background: transparent;
	margin: 0 auto;
	width: 800px;
}

#container {
	background: transparent;
	margin: 0 auto;
	width: 800px;
}

	#header {
		background: transparent;
		height: 99px;
		position: relative;
	}

		#header h1 {
			background: url(http://nrcil.net/graphic/images/logo.gif) no-repeat;
			float: left;
			height: 70px;
			margin: 17px 0px;
			width: 323px;
		}

		#header h1 a {
			display: block;
			height: 70px;
			text-indent: -9999px;
			width: 323px;
		}

		#links {
			color: #c8c8c8;
			font-size: 0.8em;
			float: right;
			height: 20px;
			margin: 10px 0;
		}

			#links a {
				color: #c8c8c8;
			}

	#navigation {
		background: transparent;
		clear: both;
		height: 47px;
	}

		#navigation ul {
			list-style: none;
			margin: 5px 0 0 40px;
			padding: 0;
		}

			#navigation li {
				display: inline;
			}

				#navigation li a {
					display: block;
					float: left;
					height: 33px;
					margin: 0 2px;
					padding: 7px 15px 0 15px;
					text-align: center;
					text-decoration: none;
					color: #c8c8c8;
					font: bold 12px/21px Arial, Verdana, Century Gothic, Trebuchet MS, Sans-Serif;
				}

				#navigation li a.active,
				#navigation li a:hover {
					background: url(http://nrcil.net/graphic/images/navigation.png);
					background-position: left bottom;
					color: #001226;
				}

	#left-side {
		float: left;
		margin: 20px 0;
		text-align: left;
		width: 190px;
	}

	#content {
		float: left;
		margin: 30px 0 30px 20px;
		text-align: left;
		width: 590px
	}

		#content h2 {
			border-bottom: 3px dotted #c8c8c8;
			font: 2.0em/1.8em Times New Roman, Palatino Linotype, Century Gothic, Trebuchet MS, Sans-Serif;
			margin: 0 0 0.5em 0;
			padding: 0 50px;
			text-align: center;
		}

		#content h3 {
			font: 1.4em/1.688em Verdana, Trebuchet MS, Arial, sans-serif;
			text-align: left;
		}

		#content .news {
			border: 5px solid #ffffff;
		}

	#footer {
		background: #dddddd;
		clear: both;
		font-size: 0.8em;
		line-height: 1.6em;
		padding: 20px 30px;
		text-align: right;
	}

.header {
	background: #c8c8c8;
	color: #002764;
	font: bold 12px/21px Arial, Verdana, Century Gothic, Trebuchet MS, Sans-Serif;
	padding: 10px;
	width: 170px;
}

.body {
	background: #ffffff;
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	font-size: 0.89em;
	line-height: 1.5em;
	padding: 10px;
	margin: 0 0 20px 0;
	text-align: left;
	width: 169px;
}

	.body a {
		color: #00389a;
		margin: 0;
	}

	#sub-navigation {
		list-style-type: none;
		margin: 0 0 5px 0;
		padding: 0;
	}

	#sub-navigation li {
		margin: 0;
	}

	#sub-navigation a {
		background: #ffffff;
		border-bottom: 1px dotted #c8c8c8;
		color: #00389a;
		display: block;
		padding: 5px;
		width: 159px;
		text-decoration: none;
	}

	#sub-navigation a:hover {
		background: #ececec;
		text-decoration: none;
	}

#calendar {
	background: #c8c8c8;
	margin: 0;
	padding: 0;
	text-align: center;
}

#calendar-days {
	background: #ececec;
	font-weight: bold;
	margin: 1px;
	padding: 5px;
	text-align: center;
	width: 105px;
}

#calendar-unused-cell {
	background: #ececec;
	margin: 1px;
	width: 105px;
}

#calendar-used-cell {
	background: #ececec;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 1px;
	padding: 5px;
	text-align: center;
	valign: top;
	width: 105px;
}

.date {
	font-size: 0.89em;
	line-height: 1.5em;
	text-align: left;
}
	
.quote {
	color: #00389a;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 1.7em 0 0 0;
	text-align: center;
}

p {
	margin: 0 0 1.1em 0;
}

a {
	color: #00389a;
}