/* if-main Style Sheet */

/* for standard article paragraphs */
.article-p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 125%;
	text-indent: 3em;
}

.article-p-no-indent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 125%;
}

#main a {
	color: #800000;
	text-decoration:none;
}

#main a:hover {
	text-decoration:underline;
}

#wrapper-main {
	width: 874px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
}

#indexwrapper {
	width: 974px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
}

#nav-h ul {
	list-style-type: none;
	padding-left: 1;
	padding-top: 0;
	margin-top: 0;
	margin-left: 0;
	float: left;
	width: 100%;
	background-color: #0033CC;
}

#nav-h li { 
	float: left;
	font: Verdana, Geneva, sans-serif;
	margin-top: 0;
}

#nav-h a {
	border-right: solid 1px #FFF;
	display: block;
	padding: 3px 16px 5px 16px;
	margin-top: 0;
	text-decoration: none;
	text-align:center;
	background-color: #0033CC;
	font: Verdana, Geneva, sans-serif;
	color: #FFF;
}

#nav-h a:hover {
	background-color: #0066FF;
}

.clear { clear: both;}