/***********************************************/
/* RHB Technology Solutions, Inc.	           */
/* www.rhbts.com			                   */
/***********************************************/
/*                                             */
/* Filename: ChildSupportBorderPrjInternet.css */
/* Used with Child Support Border Project 	   */
/* Internet Site 							   */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 15px 0px 0px;
	background-image:  url("../images/sitelayout/bckgrnd_01.jpg");
	background-repeat: repeat;
}

/************** header tag styles **************/
h1{
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: normal;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 108%;
	font-weight: normal;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 96%;
	font-weight: normal;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 84%;
	font-weight: normal;
}

h5{
	font-family: Arial, sans-serif;
	font-size: 72%;
	font-weight: normal;
}

h6{
	font-family: Arial, sans-serif;
	font-size: 60%;
	font-weight: normal;
}

/************** paragraph tag styles **************/
p{
	font-size: 85%;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.RHBlink:link, a.RHBlink:visited {
     color: #999999;
     text-decoration: none;
}

a.RHBlink:hover {
	text-decoration: underline;
}

a.Menulink:link, a.Menulink:visited {
	color: #0000FF;
	text-decoration: none;
	font-size: 90%;
}

a.Menulink:hover {
	color: #330000;
	text-decoration: underline;
	font-size: 90%;
}
	
/*************** list tag styles ***************/
ol{
	font-size: 80%;
}

ol ol{
	list-style-type: lower-alpha;
	font-size: 100%;
}

ol ol ol{
	list-style-type: lower-roman;
	font-size: 100%;
}

ul{
	list-style-type: disc;
	font-size: 80%;
}

ul ul{
	list-style-type: circle;
	font-size: 100%;
}

ul ul ul{
	list-style-type: none;
	font-size: 100%;
}

li{
	padding-bottom: 5px;
}

/*************** table tag styles ***************/
th{
	background-color: #CCCCCC;
	text-align: center;
	color: #000000;
	font-size: 80%;
}

td{
	font-size: 80%;
}

#canvas{
	background-color: #FFFFFF;
	width: 765px;
	z-index: 10;
	visibility: visible;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #999999;
}
#topborder{
	visibility: visible;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 200px;
	position: relative;
}

#topborderMenu{
	position: absolute;
	top: 179px;
	width: 765px;
	left: 0px;
	right: 0px;
	text-align: center;
	font-size: 90%;
}


#topborder_print{
	display: none;
}

#horzmenu{
	position: relative;
	background-color: #d91c30;
	visibility: visible;
	z-index: 3;
	text-align: left;
	width: 100%;
	height: 18px;
}

#horzmenuMenu{
	position: absolute;
	left: 0px;
}

#content {
	background-repeat: no-repeat;
	padding: 0px 25px 10px;
	margin:0px 35px;
}

#bottomborder{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 70%;
	color: #000000;
	padding: 10px;
	margin-top: 0px;
	margin-left: 35px;
	text-align: center;
	margin-right: 35px;
	height: 35px;
}
