
/*  styles used in the banner  frame */

.banner{
	background : Yellow;
	border-top : single 5px;
	border-bottom : single 5px ;
	border-right : double 5px;
	border-left : double 5px;
	font-family: "Arial Rounded MT Bold";
	font-size: 18pt;
	color: navy;
	border-color:#CC6600;      /*  brown  */
}

.p1{
	margin-top: 0;
	margin-bottom: 0 ;
	text-align : center;
	background : transparent;
}

/*  this class is only used in the banner for the Hosted by HBC line */

.p2{
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 0 ;
	text-align : center;
	background : transparent;
}

/*  styles used in the navigation frame  */

.nav{
	background : #FFCC99;
	border-top : single 5px;
	border-bottom : single 5px ;
	border-right : double 5px;
	border-left : double 5px;
	border-color:#CC6600;
}

.nava{
	font-family : "Arial Rounded MT Bold";
	font-size : 18;
	color: navy;
	text-decoration:none;
}

.nava:hover{text-decoration: underline; font-style:bold;color:red}


/*  styles used in the main frames */

.main{
	border-top : single 5px;
	border-bottom : single 5px;
	border-right : double 5px;
	border-left : double 5px;
	border-color:#CC6600;
	background-image : url(light_blue.gif);
	background-repeat : repeat; 
}

.p3{
	font-family: "Arial Rounded MT Bold";
	font-size: 10pt;
	color: navy;
	margin-top: 0;
	margin-bottom: 0 ;
	text-align : left;
	background: transparent;
	
}

.p3Bold{
	font-family: "Arial Rounded MT Bold";
	font-size: 10pt;
	color: navy;
	margin-top: 0;
	margin-bottom: 0 ;
	text-align : left;
	font-weight : bold;
	background: transparent;
}

.ptitle{
	text-align : center;
	color : Navy;
	padding-bottom : 12px;
	font-family: "Arial Rounded MT Bold";
	font-size: 14pt;
	font-weight : bold;
	background: transparent;
}

/*  generic link stuff  */

a:link{
	text-decoration: none;
	color: blue;
}

a:hover{
   text-decoration: underline; 
   color: red;	
}

/*  Stuff for rounded corners  */

.rtop, .rbottom{display:block;}
.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background-color : #CC6600;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}





















