/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
li,p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
H2,H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
#pagetitle,#footer {
	background-color:#989381;
	font-family:Tahoma !important;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
}
#mainsection {
	padding:5px;
}
#pagetitle {
	height:70px;
	font-size:27px;
	background-image:url(../../indig/images/title-top-left.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#footer {
	height:70px;
}
#footer,.smallfont {
	font-size:11px;
}
.callout {
	padding:5px;
	border-width:1px 3px 3px 1px;
	border-top-style:solid;	
	border-right-style:ridge;
	border-bottom-style:ridge;
	border-left-style:solid;
	border-color:#630000;
}
.navbartop {
	background-image: url(http://www.hrusa.org/indig/images/nav_top.gif);
	background-repeat:no-repeat;
	background-position:top center;
	width:145px;
	height:20px;
	clear:left;
	}
.navbarmiddle {
	background-image: url(http://www.hrusa.org/indig/images/nav_middle.gif);
	background-repeat:repeat-y;
	background-position:center;
	width:145px;
	text-align:center;
	clear:left;
	}
.navbarbottom {
	background-image: url(http://www.hrusa.org/indig/images/nav_bottom.gif);
	background-repeat:no-repeat;
	background-position:top center;
	width:145px;
	height:25px;
	clear:left;
}
.prop {
    float:right;
    width:1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
a.navlink,a.smallnavlink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display:block;
	padding:5px 0px 5px 0px;
	border-color:#D3D0CB;
	border-width:2px;
	width:95px;
	}
a.navlink {
	font-size: 12px;
}
a.smallnavlink {
	font-size: 10px;
}
a.navlink:link,a.navlink:visited,a.smallnavlink:link,a.smallnavlink:visited {
	color: #630000;
	border-style:solid;
}
a.navlink:hover,a.smallnavlink:hover {
	color:#999900;
}
a.navlink:active,a.smallnavlink:active {
	color:#999900;
	border-style:inset;
}
