/* Curved cutout Borders*/
.curved {
  background:transparent; 
/*  width:80%; */
  }
.curved h1, .curved p {
  margin:0 10px;
  }
.curved h1 {
  font-size:2em; 
  color:#fff;
  }
.curved p {
  padding-bottom:0.5em;
  }
.curved .b1, .curved .b2, .curved .b3, .curved .b4 {
  display:block; 
  overflow:hidden; 
  height:1px;
  font-size:1px;
  }
.curved .b2, .curved .b3, .curved .b4 {
  background:#009966; 
  border-left:1px solid #fff; 
  border-right:1px solid #fff;
  }
.curved .b1 {
  margin:0 4px; 
  background:#fff;
  }
.curved .b2 {
  margin:0 4px; 
  height:2px;
  }
.curved .b3 {
  margin:0 3px;
  }
.curved .b4 {
  margin:0; 
  height:1px; 
  border-width:0 3px 0 3px;
  }
.curved .boxcontent {
	display:block;
	border:0 solid #fff;
	border-width:0 1px;
	background-color: #009966;
	padding: 5px;
  }


.band_t {
	background-color: #CCCCCC;
	background-position: top;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
}
.band_m {
	background-image:url(../images/green_bar.jpg);
	background-repeat:repeat-x;
	background-position: top;
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0px;
	height: 100px;
}
.band_b {
	background-color: #CCCCCC;
	background-position: top;
	width: 100%;
	position: absolute;
	top: 110px;
	left: 0px;
	height: 100%;
}
.band_bb {
	background-color: #006633;
	background-position: top;
	width: 100%;
	position: absolute;
	left: 1px;
	height: 50px;
	top: 512px;
}

.my_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.my_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #006633;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #E1FDE8;
}
.my_h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #006633;
	font-variant: small-caps;
}

.plain_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #DCDEDA;
	text-align: justify;
}
.plain_text_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: justify;
}
.plain_text_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
}
.readmore_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFF00;
	font-weight: bold;
}
.readmore_text:link {
	font-weight: bold;
	text-decoration: none;
}
.readmore_text:hover {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.no_line_link_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
.no_line_link_text:link {
	font-weight: bold;
	text-decoration: none;
}
.no_line_link_text:hover {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
/*width: 300px; */
}

.curlycontainer .innerdiv{
	position: relative;
	left: 2px;
	top: 2px;
	padding: 1px 4px 15px 5px;
	background-color: transparent;
	background-image: url(../images/brcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;	
}

/*Modify attributes of #contentwrapper below as desired*/
#bbcontentwrapper{
width: 170px;
height: 100px;
/*border: 1px solid green;*/
/*background-color:  #C6FFC6;*/
padding: 5px;
}

.billcontent{
width: 100%;
display:block;
}

.main_menu{
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}

.main_menu li{
	float:left;
}

.main_menu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-left:16px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	background-image: url(../images/m1.gif);
	background-repeat: repeat-x;
	border-bottom-color: #000000;
}

.main_menu li a b{
	float: left;
	display: block; /*Padding of menu items*/
		
}

.main_menu li.current a, .main_menu li a:hover{
	color: #FFFF00;
	/*background-position: left;*/
/*	border-top-width: 3px;
	border-top-style: solid;	
	border-bottom-width: 3px;
	border-bottom-style: none;*/
	background-image: url(../images/m2.gif);
	background-repeat: repeat-x;	
}

.main_menu li.current a b, .main_menu li a:hover b{
	color: #993300;
}.box-1 {
	background-image: url(../images/grad_1.gif);
	background-repeat: repeat-x;
	border: 3px dashed #009933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	padding: 5px;
}


.bold_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.no_line_link_text_nb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
.no_line_link_text_nb:link {
	text-decoration: none;
}
.no_line_link_text_nb:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}.box-1-h1 {
	font-weight: bold;
	font-size: medium;
	text-align: center;
}
.staff_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000099;
}
.staff_status {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
