/***********************************************/
/* RHB Technology Solutions, Inc.	           */
/* www.rhbts.com			                   */
/***********************************************/
/*                                             */
/* Filename: rhbInternet.css		       	   */
/* Used with RHB Corporate Home Page		   */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	padding: 15px 0px 0px;
	text-align: center;
	font-size: 80%;
	background-image: url(../images/sitelayout/Background_Page_Puzzle_LargeCloseUp_RHBLogo_BlueOverlay_01b.jpg);
	background-repeat: repeat;
	color: #666666;
}

/************** header tag styles **************/
h1{
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #3054b5;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #3054b5;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #3054b5;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

h5{
	font-family: Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #333333;
}

h6{
	font-family: Arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #333333;
}

/************** paragraph tag styles **************/
p{
	color: #666666;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
a.Menulink:link, a.Menulink:visited {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.Menulink:hover {
	color: #CCCCCC;
	font-size: 16px;
}
a.MenuBottomBorder:link, a.MenuBottomBorder:visited {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
a.MenuBottomBorder:hover {
	color: #666666;
	font-size: 14px;
}
a.RHBEMailLink:link, a.RHBEMailLink:visited {
	color: #666666;
	text-decoration: none;
}
a.RHBEMailLink:hover {
	color: #999999;
}

/*************** 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: #333333;
}

td{
}

/*************** layout tag styles ***************/

#canvas {
	text-align:left;
	border:2px solid #000099;
	background-color:#FFFFFF;
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#topborder{
	background-image: url(../images/sitelayout/bg_topborder.jpg);
	height: 112px;
}

#topborder_print{
	display: none;
}

#horzmenu{
	position: relative;
	top: 65px;
	text-align: center;
	margin-right: 100px;
}
.horzmenuitem{
	padding-right: 10px;
	padding-left: 10px;
}
#content {
	padding-right: 75px;
	padding-left: 75px;
}

#bottomborder{
	text-align: center;
	font-size: 95%;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 3px solid #000099;
	position: relative;
}
p.bottomborder{
	margin-top: 5px;
	margin-bottom: 0px;

}
.bottombordermenuitem{
	padding-right: 5px;
	padding-left: 5px;
}
