/* CSS Document */

body {
	background:url(images/bggrad.jpg);
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
}

a {
	color:#FF0000;
	text-decoration:none;
	border-bottom: 1px dashed #F00;
}

a:hover {
	color:#990000;
	border-bottom: 1px solid #900;
}

p {
	margin: 9px 3px;
}

h3,h5 {
color:#990000;
}

h2,h4 {
color:#333333;
}

h1 {
	font-size: 9px;
	color: #CCCCCC;
	margin: 0;
	padding:0;
}

h2 {
	font-size: 22px;
	margin: 5px 0 8px 0;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 12px;
}

#wrap {
	margin: 0 auto;
	width: 800px;
	border: 1px solid #000;
}

#header img {
}

#topNav {
	height: 30px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background:url(images/topNavBg.jpg);
}

	#topNav ul {
		margin:0;
		padding:0;
	}
	
		#topNav ul li {
			list-style:none;
			display:block;
			float:left;
		}

			#topNav ul li a {
				display:block;
				color: #FFF;
				font-size: 16px;
				line-height: 30px;
				padding: 0 20px;
				font-weight:bold;
				text-decoration:none;
				border:0;
				border-right: 1px solid #000;
			}

			#topNav ul li a:hover {
				color:#AAA;
				background:url(images/topNavBgH.jpg);
			}

#conCont {
	background: #FFF;
	width: 800px;
}

#rightNav {
	width: 230px;
	padding: 5px;
	margin-left: 555px;
	border-left: 1px solid #900;
}

	#rightNav .box {
		width: 220px;
		border: 1px solid #990000;
		margin: 0 auto 10px auto;
		padding: 0 0 5px 0;
	}
	
	#rightNav .box h4 {
		background:url(images/topNavBgH.jpg);
		padding: 5px;
		font-size: 16px;
		margin: 0px 0px 5px 0;
		color: #FFF;
	}
	
	#rightNav .box ul {
		margin: 3px 25px;
		padding: 0;
	}
	#rightNav .box ul li {
		font-size:  90%;
		list-style:square;
		margin-bottom: 3px;
	}

#main {
	float:left;
	width: 510px;
	padding: 10px;
}

#main p {
line-height: 110%;
margin-bottom: 18px;
}

#footer {
	background:#990000;
	height:30px;
}

#ffoot {
	font-size: 70%;
	color: #FFF;
	width: 600px;
	margin: 10px auto;
	text-align:center;
}

a.noBorder {border:0;}
a:hover.noBorder {border:0;}

#bread {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom:8px;
	text-align:right;
} #bread a {
	font-size: 9px;
	margin: 0 4px;
}

.small {font-size: 85%;}
