/* CSS Document */

body {
	font-size: 90%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #999;
}

a {
	color: #B8003C;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #300;
	text-decoration:none;
}

#wrap {
	width: 825px;
	padding: 10px;
	margin:0 auto;
	background:#FFFFFF;
	border: 3px double #000;
}

#header {
	width: 825px;
	background-image: url(images/headerR1C1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 100px;
}
#headernumber {
	font-size: 30px;
	font-weight: bold;
	float: right;
	height: 56px;
	width: 257px;
	text-align: right;
}
#headerbutton {
	float: right;
	height: 44px;
	width: 257px;
}
.fontnumber {
	font-size: 16px;
	color: #999;
}


#topNav {
	width: 825px;
	height: 30px;
	background:url(images/topNav.jpg) no-repeat top left;
	margin-top: 10px;
}

	#topNav ul {
		margin: 0;
		padding: 0;
		list-style:none;
	}
	
		#topNav ul li {
			float: left;
			list-style:none;
		}
		
			#topNav ul li a {
				display:block;
				line-height: 30px;
				padding: 0 15px;
				margin: 0 5px;
				color: #FFF;
				font-weight:bold;
				font-size: 18px;
				text-decoration:none;
			}

			#topNav ul li a:hover {
				background:url(images/topNavH.jpg) repeat-x;
				color: #FEE;
			}
			#topNav ul li a:active {
				color: #F00;
			}

#cwrap {
}

	#cwrap #leftNav {
		width: 200px;
		padding: 10px;
		margin: 5px 0;
		border: 3px double #000;
	}
	
		#cwrap #leftNav ul {
			margin: 0;padding: 0;
			list-style:none;
		}

		#cwrap #leftNav ul li {
			margin-bottom: 0px;
			}
		#cwrap #leftNav ul li a {
	padding: 1px 0px 1px 10px;
	display:block;
	text-decoration:none;
	border:1px solid #FFF;
	color: #000;
		}
		#cwrap #leftNav ul li a:hover {
			background:#CC0033;
			color: #FFF;
			border:1px solid #000;
		}
	
	#cwrap #content {
		float:right;
		padding: 5px;
		width: 575px;
	}
	
	h1 {
	font-size: 20px;
	margin-top:5px;
	color: #B7003B;
	}
	
	h2 {
		font-size: 20px;
		margin-top:5px;
		color: #CC0033;
	}
	
	h3 {
		font-size: 16px;
	}
	
	h4 {
	color: #000;
	margin: 5px 0;
	}
	
	h5 {
	color: #B8003B;
	margin: 5px 0;
	font-size: 14px;
	}

#footer {
	width: 80%;
	font-size: 80%;
	text-align:center;
	margin: 10px auto;
	border-top: 1px dashed #CCC;
	padding-top: 10px;
}

#bread {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	text-align:right;
}
	#bread a {
		font-size: 9px;
		margin: 0 4px;
	}

#gallery a img {
	margin: 2px;
	border: 1px solid #000;
	width: 125px;
	height: 90px;
}
	#gallery a:hover img {
		margin: 0px;
		border: 3px dashed #990000;
	}
	
	#gallery a:active img {
		margin: 0px;
		border: 3px solid #990000;
	}
#content ul {
	list-style-image: url(images/bullet.jpg);
}
