body {
  color            : #000000;
  margin           : 0px;
  padding          : 0px;
  background-color : #FFFFFF;
  font-family      : Arial, lucida,	helvetica, sans-serif; 
  font-size        : 12px;
}

.p2
{
  text-align:justify;
  /*margin: 0px;*/
  padding: 0 0 16px 0;
}

#gjgptd
{
	background-color: #efefeb;
	background-image:url(images/hnav.gif);
	background-position:center center;
	background-repeat:repeat-x;
	border-top:2px solid #fa8418;
	border-bottom: 1px solid #BBB;
	height: 23px;
}

.i {
    font-style:italic;
  }
.u {
	text-decoration: underline;
  }

.b {
    font-weight:bold;
  }
.l {
    	font-size: 16px;
		font-weight: normal;
  }
  .formLabel
  {
  	text-align: left;
	font-weight: bold;
  }

.warning
{
	color: #FF0000;
}

#footer {
	
}

#footer {
		text-align: center;
		background: #fff;
		height: 140px;
		font-size: 8pt;
		text-align:center;
		border-top: 2px solid #Fa8418;
		color:#555;
		padding-top: 10px;
}

#center { 
	padding:5px 10px 5px 10px;
	color: #000000;
 }
/* links
----------------------------------------------- */

#footer a, #footer a:link, #footer a:visited {
text-decoration: none;
color: #555;
padding: 5px
}

#footer a:hover {
text-decoration: none;
color: #8a8000;
}



/* lists
----------------------------------------------- */

#center ul {
font-size: 10pt;
list-style: none;
margin: 0 0 0 10px;
padding: 0 0 0 0;
}

#center li {
background: transparent;
color: #000;
display: block;
list-style-type: none;
background-image:url(images/bullet.gif);
background-repeat: no-repeat;
background-position: top left; 
line-height: 12pt;
font-weight: normal; 
margin: 0px 0px 0px 0px; 
padding: 4px 5px 5px 35px;
}

#infoblock {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#infoblock ul {
font-size: 12px;
list-style: none;
margin: 0 0 0 0px;
padding: 0 0 0 0;
}

#infoblock li {
color: #000;
display: block;
list-style-type: none;
background-image:url(images/bullet.gif);
background-repeat: no-repeat;
background-position: top left; 
line-height: 11pt;
font-weight: normal; 
margin: 0px 0px 0px 0px; 
padding: 5px 5px 5px 30px;
}


h2 
{
	padding: 0 0 0 0;
	color: #Fa8418;
	font-size: 18px;
}

h4
{
	padding: 0 0 0 0;
	color: #Fa8418;
	font-size: 20px;
	font-weight:bold;
}

h3
{
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	color: #Fa8418;
	font-size: 16px;
	font-weight:bold;
}



/* Rounded boxes with a header
-------------------------------------------------------------------------------------*/

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 
{ 
 	background: transparent url(images/finalgreybox2.PNG) no-repeat bottom right; 
} 
.cssbox 
{ 
	width: 95% !important; /* intended total box width - padding-right(next) 270px 335*/ 
	width: 95%; /* IE Win = width - padding 320 255px*/ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 20px auto; /* use to position the box */ 
}
 /* set the top-right image */ 
.cssbox_head 
{ 
	background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 20px; /* right-image-gap + right-inside padding */ 
} 
/* set the top-left image */ 
.cssbox_head h2 
{ 
	background-position: top left; 
	text-align: center;
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 7px 0 5px 20px; /* padding-left = image gap + interior padding ... no padding-right 25px 0 15px 40px*/ 
	height: auto !important; height: 1%; /* IE Holly Hack */ 
} 	
/* set the lower-left corner image */ 
.cssbox_body 
{ 
	background-position: bottom left; 
	margin-right: 8px; /* interior-padding right */ 
	padding: 1px 0 15px 20px; /* mirror .cssbox_head right/left */ 
	font-size: 12px;
} 

/* Rounded boxes with no header
-------------------------------------------------------------------------------------*/

/* set the image to use and establish the lower-right position */ 
.cssbox2, .cssbox_body2, .cssbox_head2, .cssbox_head2 h2 
{ 
 	background: transparent url(images/simplegreybox.png) no-repeat bottom right; 
} 
.cssbox2
{ 
	width: 95% !important; /* intended total box width - padding-right(next) 270px 335*/ 
	width: 95%; /* IE Win = width - padding 255px; 320*/ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 20px auto; /* use to position the box */ 
}
 /* set the top-right image */ 
.cssbox_head2
{ 
	background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 20px; /* right-image-gap + right-inside padding */ 
} 
/* set the top-left image */ 
.cssbox_head2 h2 
{ 
	background-position: top left; 
	text-align: center;
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 7px 0 5px 20px; /* padding-left = image gap + interior padding ... no padding-right 25px 0 15px 40px*/ 
	height: auto !important; height: 1%; /* IE Holly Hack */ 
	font-size: 1px;
} 	
/* set the lower-left corner image */ 
.cssbox_body2 
{ 
	background-position: bottom left; 
	margin-right: 15px; /* interior-padding right */ 
	padding: 1px 0 15px 20px; /* mirror .cssbox_head right/left */ 
} 


/* Rounded menu box
-------------------------------------------------------------------------------------*/

/* set the image to use and establish the lower-right position */ 
.cssbox3, .cssbox_body3, .cssbox_head3, .cssbox_head3 h2 
{ 
 	background: transparent url(images/simplegreybox.png) no-repeat bottom right; 
} 
.cssbox3
{ 
	width: 95% !important; /* intended total box width - padding-right(next) 335   220px*/   
	width: 95%; /* IE Win = width - padding 320  205px*/ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 20px auto; /* use to position the box */ 
}
 /* set the top-right image */ 
.cssbox_head3
{ 
	background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 
/* set the top-left image */ 
.cssbox_head3 h2 
{ 
	background-position: top left; 
	text-align: center;
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 7px 0 5px 30px; /* padding-left = image gap + interior padding ... no padding-right 25px 0 15px 40px*/ 
	height: auto !important; height: 1%; /* IE Holly Hack */ 
	font-size: 1px;
} 	
/* set the lower-left corner image */ 
.cssbox_body3 
{ 
	background-position: bottom left; 
	margin-right: 15px; /* interior-padding right */ 
	padding: 1px 0 15px 30px; /* mirror .cssbox_head right/left */ 
	font-weight: bold;
	font-size:16px;
} 

#gjgp
{
  position:relative;
  float: right;
  width: 267px;
  height: 23px;
  padding: 0;
  border: 0;
  background-position: top left; 
  background-repeat: no-repeat;
  background-image: url(images/gpgs.gif);
  z-index: 1000;
}


/* Rotating image box
----------------------------------------------------------------------------- */
.imagebox 
{ 
	width: 95% !important; /* intended total box width - padding-right(next) 270px 335*/ 
	width: 95%; /* IE Win = width - padding 320 255px*/ 
	padding-right: 0px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 20px auto; /* use to position the box */ 
	background-position: top left; 
	background-repeat: no-repeat;
	height: 314px;
	overflow: hidden;
}

/* Other layout related stuff */

.leftrow {
  background-color : #FFFFFF; 
  width            : 260px;
  height           : 100%;
  margin		   : 0px 10px 0px 10px; 
}
.rightrow {
  background-color : #FFFFFF;
  height           : 100%;
  width            : 215px;
  margin		   : 0px 10px 0px 10px; 
}
  
.leftrow a, .leftrow a:link, .leftrow a:visited {
text-decoration: none;
color: #fa6f00;/*#fa8418*/;
}

.leftrow a:hover {
text-decoration: none;
color: #8a8000;
}

.rightrow a, .rightrow a:link, .rightrow a:visited {
text-decoration: none;
color: #fa8418;
}

.rightrow a:hover {
text-decoration: none;
color: #8a8000;
}

#center a, #center a:link, #center a:visited {
text-decoration: none;
color: #fa8418;
}

#center a:hover {
text-decoration: none;
color: #8a8000;
}
 
/* menu stuff */
.chromestyle{
font:normal 12px Arial;
width: 100%;
border-bottom: 1px solid #BBB;
border-top: 2px solid #Fa8418;
height: 23px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url(images/hnav.gif) center center repeat-x; 
padding: 4px 0;
margin: 0;
text-align: left; /* enu alignment: "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #555555;
padding: 4px 12px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(images/hnav-over.gif) center center repeat-x; 
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " " url(images/down.gif); /*uncomment this line to use an image instead*/
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #bbb; 
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:1000;
background-color: white;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. */
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
color:#333}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #F0F0F0;
text-decoration: none;
color: #Fa8418;
}

.searchkeyword
{
	font-weight:bold;
}

/* IE UL screwing up justification hack */
.just_ie_hack
{
	padding: 0;
}
