body {
  background: #000066;
}
em {
  font-style: italic;
}
strong, b {
  font-weight: bold;
}
ul {
list-style-type:none;
  /*list-style-type: square;  */
}
li {
  line-height: 150%;
}
h1 {
  color: #000080;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0px 15px;
}
h2 {
  font-size: 165%;
}

h3 {
  font-size: 150%;
}

h4 {
  font-size: 120%;
}
p {
  line-height: 150%;  
}
fieldset {
  border: 1px dotted #666699;
  margin: 10px auto;
  padding: 10px;
  text-align: left;
  width: 75%;
}
  fieldset p { color: #555; text-align: center; margin: 10px 0; }
/*  fieldset .nt { color: #C00; font-size: 90%; }*/

legend {
  background: #000080 url(../images/bg_nav.gif) repeat top right;
  border: 2px solid silver;
  color: #FFF;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 4px 20px;
}
dt {
  clear: left;
  color: #666699;
  float: left;
  font-weight: bold;
  margin-right: 20px;
  padding: 5px;
  text-align: right;
  width: 30%;
}
dd {
  padding: 5px;
  text-align: left;
}
textarea {
  border: 1px solid #666699;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 2px;
}

button.btn {
  background: #008 url(../images/bg_nav.gif) repeat top right;
  border: 1px solid #369;
  color: #FFF;
  font: bold 9px verdana, arial, sans-serif;
  margin-bottom: 3px;
  padding: 3px;
}
div.action {
  color: #AAA;
  display: block;
  text-align: right;
  margin: 5px 10px 15px;
}
  .action a {
    border-bottom: 1px solid #000;
    color: #036;
    font-size: 85%;
    font-weight: bold;
    text-decoration: none;
  }
  .action a:hover {
    border-bottom: 1px solid #C00;
    color: #C00;
  }
.fp_box {
  background: transparent;
  border: 1px solid #DDD;
  border-top: 0;
  display: block;
  margin: 0;
  margin-bottom: 20px;
  min-height: 130px;
  padding: 0;
  width: 530px;
}
  .fp_box h2 {  /* Box Title */
    color: #006;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 0;
  }
  .fp_box p {
    background: transparent;
    color: #444;
    padding: 5px 0 5px 0; 
  }
.fp_box_info {
  clear: left;
  float: left;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 0px 2px 20px 2px;
  width: 120px;
}
  .fp_box_info p { color: #CCC; }

.highlight {
  background: #C36;
}
.input {
  border: 1px solid #666699;
  padding: 2px;
}
.left {
  min-height: 500px;
  margin-top: 45px;
}
.left h4 {
  background: #36B url(../images/h4_bg.gif) repeat-x bottom left;
  border: 1px solid #036;
  color: #EEF;
  display: block;
  font-size: 92%;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0 0 10px;
  text-align: center;
  width: 152px;
}
.left div.box {
  background: #FFF url(../images/box_bg.gif) repeat-x top left;
  border: 1px solid #CCC;
  margin: 0 0 0 10px;
  padding: 0px;
  width: 152px;
  
}
  .left div.box p { color: #444; padding: 10px 5px;}
  .left div.box a { color: #009; display: block; font-size: 90%; font-weight: bold; text-align: left;  }
  .left div.box .bottom { border-bottom: 3px solid #DDD; }

.label {
  font-size: 11px;
  font-weight: bold;
  padding-left: 4px;
}
.right {
  float: right;
  min-height: 500px;
  margin: 10px 20px 40px 0;
  padding-left: 20px;
}
  .right li {
    list-style-position: inside;
    line-height: 200%;
    margin-left: 30px;
  }
  .right h3 { /* Legend */
    background: transparent url(../images/date_bg.gif) no-repeat bottom left;
    color: #EEF;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 0;
    text-align: left;
    width: 552px;
  }

.small {
  font-size: x-small;
  font-weight: bold;
}


/* Messages */
.notice {
  background: #FCC;
  border: 1px solid #F00;
  color: #F00;
  padding: 5px;
}
.warning {
  background: #FC6;
  border: 1px solid #F60;
  color: #F60;
  padding: 5px;
}
.message {
  background: #CF9;
  border: 1px solid #396;
  color: #396;
  padding: 5px;
}

/* Layout Divs */
#hd {
  background: #FFF url(../images/header.jpg) no-repeat top center;
  height: 200px;
  overflow: hidden;
}
#doc {
  background: #FFF url(../images/doc_bg.gif) no-repeat top center;
  border: 5px solid #000080;
  border-top: 0;
  margin: auto;
  width: 766px;
}
#nav {
 background: #000080 url(../images/bg_nav.gif) repeat-x bottom right;
 display: block;
 height: 33px;
 width: 766px;
}
#noticebox {
  color: #C00;
  clear: left;
  display: inline;
  font-size: 1.15em;
  font-weight: bold;
  padding: 0px 5px;
  text-align: center;
}
  #noticebox span {
    display: block;
  }
#search_box {
  background: #009 url(../images/bg_nav.gif) repeat-x bottom left;
  color: #666;
  font-size: 92%;
  margin: 5px;
  margin-left: 10px;
  height: 30px;
  padding: 1px;
  white-space: nowrap;
  width: 140px;
}
  #search {
    font-size: 92%;
    color: #666;
    margin: 5px;
    margin-left: 10px;
    padding: 1px;
  }
#addr {
  font-size: 95%;
}
#image-box {
  background: url(../images/header0.jpg) no-repeat top left;
  border-top: 1px solid #222;
  clear: left;
  height: 75px;
  margin: auto;
  margin-top: 125px;
  overflow: hidden;
  white-space: nowrap;
  width: 766px;
}
  #image-box img { float: left; padding: 0px; margin: 0px; z-index: 0; }

#ft {
  background: #000080;
  border-top: 2px solid #36B;
  color: #FFF;
  text-align: center;
  height: 30px;
  line-height: 30px;
  width: 766px;
}
  #ft a {
    color: #9CF;
  }
  
 /********New Add*********/  
 input.textFldc{
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	width:198px;
	/*width:255px;*/
	float:left;
	height:20px;
	padding:0 0 0 4px;
}

label{
	font:bold 12px/17px Verdana, Arial, Helvetica, sans-serif;
	color:#233fc9;
	margin:5px 0 5px 30px;
	width:190px;
	display:block;
}

textarea.message1{
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	width:194px;
	height:148px;
	float:left;
	padding:4px;
	margin:5px 0 0 0;
	/*background-color:#fff;
	border:solid;
    */	
	
}
 /********New Add*********/  
 
 /*********** Pagination Style ***********/

ul.pages{
	height:11px;
	padding:4px 0 0 0;
	float:right;
}
ul.pages li{
	/*background:url(images/pages-div.gif) no-repeat 0 1px;*/
	font:11px/11px Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0 7px;
	float:left;
}

ul.pages li a{
	font:11px/11px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	display:block;
	float:left;
}
ul.pages li a:hover{
	color:#93001F;
}
ul.pages li.noimage{
	background:none;
}
ul.pages li a.next{
	background:url(images/next-bg.gif) no-repeat 0 0;
	font:10px/12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:left;
	padding:0 0 0 5px;
	width:40px;
	height:14px;
	display:block;
}
ul.pages li a.next:hover{
	background:url(images/next-bg-on.gif) no-repeat 0 0;
	font:10px/12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
}
ul.pages li a.prev{
	background:url(images/prev-bg.gif) no-repeat 0 0;
	font:10px/12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:left;
	padding:0 0 0 10px;
	width:40px;
	height:14px;
	display:block;
}
ul.pages li a.prev:hover{
	background:url(images/prev-bg-on.gif) no-repeat 0 0;
	font:10px/12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
}

/*********** End of Pagination Style ***********/
