/***********************************************/
/* 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: #000000;
	background: #FFFFFF;
	font-size: 14px;
}

/************** header tag styles **************/
h1{
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

h5{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

h6{
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/************** paragraph tag styles **************/
p{
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0000FF;
	text-decoration: underline;
}
	
/*************** list tag styles ***************/
ol{

}

ol ol{
	list-style-type: lower-alpha;
}

ol ol ol{
	list-style-type: lower-roman;
}

ul{
	list-style-type: disc;
}

ul ul{
	list-style-type: circle;
}

ul ul ul{
	list-style-type: none;
}

li{
	padding-bottom: 5px;
}

/*************** table tag styles ***************/
th{
	background-color: #999999;
	text-align: center;
	color: #000000;
}

td{
}

/*************** layout tag styles ***************/

#canvas{
	text-align:left;
	background-color:#FFFFFF;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: auto;	
}

#topborder{
	display: none;
}

#topborder_print{
	display: block;
	text-align: center;
	background-position: center;
}

#horzmenu{
	background-color: #CCCCCC;
	text-align: center;
	font-size: 85%;
	border-top: thin solid #999999;
	border-right: thin #999999;
	border-bottom: thin solid #999999;
	border-left: thin #999999;
}

#content {
	padding: 20px;
	margin:0px;
	border: none;
}

#bottomborder{
	font-size: 12px;
}

#pageNav, #pageNavQuickLink, #pagNavQuickLink{ 
  display: none; 
} 