/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:76%; /*** Don't change this setting. Make all other
font-sizes in ems ***/
	color:#000000;
	}
a {
	text-decoration: underline;
	outline: none;
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
hr {
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #fff; /* for ie */
	background-color: #fff; /* for everyone else */
	height: 1px;
	}
h1 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.2em;
	margin-top: 0.2em;	
	margin-bottom: 0.4em;
	padding:0px 5px 0px 5px; 	
	}	

h2 {
	font-size: 1.1em;	
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.1em;
	margin-top: 0.7em;	
	margin-bottom: 0.2em;
	padding:0px 5px 0px 6px; 	
	}	
	
p {
	font-size: 1.0em;
	line-height: 1.2em;	
	margin-top: 1.5em;	
	margin-bottom: 1.5em;
	padding: 4px 5px 7px 5px;		
	}

.paginate{
font-size: 1.0em;
color:#444444;
line-height: 1.3em;
text-align: center;
font-weight: normal;
margin-bottom: 20px;
}

.headline{
font-size: 1.4em;
font-family: Arial, Helvetica, sans-serif;
color:#000000;
line-height: 1.0em;
text-align: left;
font-weight: bold;
padding: 4px 5px 7px 5px;
margin-bottom: 0px;
}

.intro{
font-size: 0.9em;
color:#006B00;
line-height: 1.0em;
text-align: left;
font-weight: normal;
margin-bottom: 0px;
}


/* GoogleAdwords
-----------------------------------------------
.framed-right {
	float: right;
	margin-bottom: 0px;
	margin-right: 8px;
	background-color: #FFFFFF;
	padding: 5px;
}
 */
 
 .framed-right {
	float: left;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
	padding: 0px;
}
 
.framed-left {
	float: left;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
	padding: 0px;
}

.cat_cat{
font-size: 0.9em;
font-family: Arial, Helvetica, sans-serif;
padding-left:3px;
color:#444444;
line-height: 1em;
text-align: left;
font-weight: normal;
margin-right: 85px;
margin-bottom: 0px;
}

.cat_cat a {
	text-decoration: underline;
	color:#07519A;
}

.cat_cat a:hover {		
color:#CC0000;
	}

.cat_title{
font-size: 0.8em;
color:#999999;
line-height: 1.0em;
text-align: left;
font-weight: bold;
}

.cat_title a {
	text-decoration: underline;
	font-weight: bold;
	color:#07519A;
	outline: none;
	}

.cat_title a:hover {		
color:#CC0000;
	}

.side_title{
font-size: 1.2em;
font-family: Arial, Helvetica, sans-serif;
color:#000000;
line-height: 1.0em;
text-align: left;
font-weight: normal;
margin-bottom: 30px;
}
	
li {
	font-size: 1.0em;	
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em; 
	}
ul {
	margin-top: 1.0em;
	margin-bottom: 1.0em; 
	}
td {
	font-size: 1.3em;
	}
hr {
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	}
img {
	border: 0;
	padding:0 0 0 1px;
	}

div,p{margin:0}

.italics-test, .italics-test-side {
font-style: italic; 
text-align: justify; 
}

/***
The following fixes prevent justified italic text
from destroying the layout in IE/win. The problem
is that those properties together make IE force the
container wider, which in this type of floated layout
causes a float drop.
***/

/* */
* html .italics-test, * html .italics-test-side {
overflow: hidden;
width: 100%;
overflow: visible;
width: auto;
height: 1px;
word-wrap: normal;
}


html,body{
  margin:0; /*** Do NOT set anything other than a left margin for the page
as this will break the design ***/
  padding:0;
  border:0;
/* */
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
body{
  background:##ffffff;
  color:#000000;
  min-width:759px; /*** This is needed for moz. Otherwise, the header and footer will
slide off the left side of the page if the screen width is narrower than the design.
Not seen by IE. Left Col + Right Col + Center Col + Both Inner Borders + Both Outer Borders ***/
  text-align:center; /*** IE/Win (not IE/MAC) alignment of page ***/
}
.clear{
  clear:both;
/*** these next attributes are designed to keep the div
height to 0 pixels high, critical for Safari and Netscape 7 ***/
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}
* html .clear{display:none} /*** stops IE browsers from displaying
the clear div/br in the page, as these are for Moz/Opera and
Safari only. If IE 5.x Win DID display these, the page is too high ***/
#fullheightcontainer{
  margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  text-align:left; /*** IE Win re-alignment of page if page is centered ***/
  position:relative; /*** Needed for IE, othewise header and footer aren't contained
directly above and below the body ***/
  width:759px; /*** Needed for Moz/Opera to keep page from sliding to left side of
page when it calculates auto margins above. Can't use min-width. Note that putting
width in #fullheightcontainer shows it to IE and causes problems, so IE needs a hack
to remove this width. Left Col + Right Col + Center Col + Both Inner Border + Both Outer Borders ***/
/* */
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for Moz to give full height design if page content is
too small to fill the page ***/
}
#wrapper{
  min-height:100%; /*** moz uses this to make full height design. As this #wrapper
is inside the #fullheightcontainer which is 100% height, moz will not inherit heights
further into the design inside this container, which you should be able to do with
use of the min-height style. Instead, Mozilla ignores the height:100% or
min-height:100% from this point inwards to the center of the design - a nasty bug.
If you change this to height:100% moz won't expand the design if content grows.
Aaaghhh. I pulled my hair out over this for days. ***/
/* */
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Fixes height for non moz browsers, to full height ***/
  border:#000000 solid;
  border-width:0px 0px; /*** The second value (left and right border) is for the
external side borders. Remove border styles if not needed (see notes on tan hack
for widths below) ***/
  background:#ffffff; /*** Set background color for side columns for Safari & IE ***/
}
#wrapp65	r{ /*** for Opera and Moz (and some others will see it, but NOT Safari) ***/
  height:auto; /*** For moz to stop it fixing height to 100% ***/
}
/* */
* html #wrapper{
  height:100%;
}
/* Last style with height declaration hidden from Mac IE 5.x */
/*** Fixes height for IE, back to full height,
from esc tab hack moz min-height solution ***/
#outer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:relative; /*** IE needs this or the contents won't show outside the parent container. ***/
  margin-left:160px; /*** Critical left col dimension value = left col width ***/
  width:430px; /*** Critical left and right col/divider dimension value (moves inversly) = center col width ***/
  border:#ffffff solid;
  border-width:0px 0px; /*** The second value (left and right border) is for the
internal side borders. Remove border styles if not needed (see notes on tan hack
for widths below) ***/
  background:#ffffff; /*** Sets background of center col***/
/* */
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for full height inner borders in Win IE ***/
}
/*** The next style hack for widths are NOT needed if no internal side borders are needed ***/
* html #outer{ /*** IE5.x/win box model fix ***/
  width:432px; /*** Critical left and right col/divider dimension value
(moves inversly) = Center Col Width + Both Inner Borders ***/
  width:430px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
}
#float-wrap{
  width:430px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
  margin-right:-1px; /*** Static fix, doesn't change ***/
  float:left;
}
#left{
  width:162px; /*** Critical left col/divider dimension value = Left Col Width + 1px + One Internal Border Width ***/
  float:left;
  position:relative; /*** IE needs this or the contents won't show
outside the parent container. ***/
  margin-left:-161px; /*** Critical left col/divider dimension value = left col width + one internal border width ***/
}
*>html #left{width:161px;} /*** Fix only for IE/Mac = left col width + one internal border width ***/
#container-left{
  width:160px; /*** Critical left col dimension value = left col width - 1px ***/
}
#container-left p {
font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;			
	}

#container-left a {
	text-decoration: underline;
	font-weight: normal;
	color:#0000CC;
	outline: none;
	}
#container-left a:visited {
	}
#container-left a:active {
	}
#container-left a:hover {		
color:#CC0000;
	}

#right{
  float:left;
  width:167px; /*** Critical right col/divider dimension value = right col width + 2px ***/
  margin-right:-165px; /*** Critical right col/divider dimension value = negative right col width ***/
  margin-left:-1px; /*** Static fix ***/
  position:relative; /*** IE needs this or the contents won't show
outside the parent container. ****/
}
/* */
* html #right{
  width:167px;
  margin-left:0px;
  margin-right:-500px;
  margin-right:-167px;
}
/* Above style hidden from Mac IE */
/*** These commented-out rules below are there to explain the "Critical" info
     for the rules above, because comments must not appear within the Mac-hack.
     The "rules" below are not active, they are just for teaching purposes.

* html #right{
  width:167px; Critical right col/divider dimension value = right col width + one internal border width + 1px ***
  margin-left:0px; *** Critical right divider dimension value = a static 0px ***
  margin-right:-500px; *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
  margin-right:-167px; *** Critical right col/divider dimension value  = negative (right col width + one internal border width + 1px) ***
}
***/
#container-right{
/* */
  width:165px;
/* Above hidden from IE-Mac */
/*** Critical right col dimension value = right col width ***/
  margin-left:3px; /*** Critical right divider dimension value = one internal border width + 2px ***/
}

#container-right p {
	font-size: 0.9em;			
	}
	
#container-right a {
	text-decoration: underline;
	font-weight: normal;
	color:#444444;
	outline: none;
	}
#container-right a:visited {
	}
#container-right a:active {
	}
#container-right a:hover {	
	}

/* */
* html #container-right{
  float:right;
  margin-left:2px;
  margin-left:0px;
}



* html #left{margin-right:-3px;}
/* Above style hidden from Mac IE */
/*** All the IE fixes that are inside seperate "Mac-hacks" may be grouped within
     just one Mac-hack for convenience if desired. However, each fix must come
     later than the rule it is fixing or the fix itself will be overridden. ***/
#center{
  width:430px; /*** Set to = center col width ***/
  float:right;
/* */
  margin-left:-1px;
/* Hidden from IE-mac */
}

#container-center p {
	font-size: 1.0em;
	line-height: 1.3em;
	}

#container-center a {
	text-decoration: underline;
	color:#444444;
	outline: none;
	}
#container-center a:visited {
	}
#container-center a:active {
	}
#container-center a:hover {		

	}

/*** clearheader heights are made from header height + borders +
any sidebar box height, less any sidebar intrusion.
Similar calcs for footers. ***/
#clearheadercenter{
  height:123px; /*** needed to make room for header in center column ***/
  overflow:hidden;
}
#clearheaderleft{
  height:123px; /*** needed to make room for header in left column ***/
  overflow:hidden;
}
#clearheaderright{
  height:123px; /*** needed to make room for header in right column ***/
  overflow:hidden;
}
#clearfootercenter{
  height:143px; /*** needed to make room for footer in center column ***/
  overflow:hidden;
}
#clearfooterleft{
  height:143px; /*** needed to make room for footer in left column ***/
  overflow:hidden;
}
#clearfooterright{
  height:143px; /*** needed to make room for footer in right column ***/
  overflow:hidden;
}
#footer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  clear: both;
  width:759px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +
Both External Borders ***/
  height:143px; /*** = Bottom Margin + One Outer Border + body to footer divider depth +
subfooter1 height + any other subfooter heights ***/
  overflow:hidden;
  margin-top:-143px; /*** negative height ***/
}
.subrow{   
  overflow:hidden;
}
#subfooter1{
  background:#000033; /*** Background Color of Sub-footer #1 ***/
  text-align:center;
  font-size: 0.8em;
   color:#FFFFFF;	
  height:30px; /*** sub-footer row height ***/
}

#subfooter1 a {
	text-decoration: none;
	font-weight: normal;
	color:#ffffff;	
	outline: none;
	}
#subfooter1 a:visited {
	}
#subfooter1 a:active {
	}
#subfooter1 a:hover {
	text-decoration: underline;
	}  

#subfooter2{
  background:#AA0000; /*** Background Color of Sub-footer #2 ***/
   border-bottom:1px solid #FFFFFF;
  text-align:center;
  font-size: 0.9em;
  color:#ffffff; 
  height:20px; /*** sub-footer row height ***/
}

#subfooter2 a {
	text-decoration: none;	
	font-weight: normal;
	color:#ffffff;	
	outline: none;
	}
#subfooter2 a:visited {
	}
#subfooter2 a:active {
	}
#subfooter2 a:hover {
	text-decoration: underline;
	}

#subfooter3{
  background:#FFFFFF; /*** Background Color of Sub-footer #2 ***/
   text-align:center;
  font-size: 0.9em;
  color:#444444; 
  height:91px; /*** sub-footer row height ***/
}

#header{
	z-index:1;
	position:absolute;
	top:-1px;
	width:759px;
	height:129px;
	overflow:hidden;
	left: 0px;
}


#subheader0{
   
  height:0px; /*** sub-header row height ***/
}
 
#subheader1{
  background:#ffffff; /*** Background Color of Sub-header #1 ***/ 
  text-align:left;
  border-bottom:1px solid #FFFFFF;
  height:77px; /*** sub-header row height ***/
}
#subheader2{
  background:#000033; /*** Background Color of Sub-header #2 ***/     
font-family: Verdana, Arial, Helvetica, sans-serif;
  border-bottom:1px solid #FFFFFF;
  font-size: 1.0em;
  text-align:left;
  color:#FFFFFF;	
  height:28px; /*** sub-header row height ***/
}

#subheader2 a {
	text-decoration: underline;
	font-weight: bold;
	color:#FFFFFF;	
	outline: none;
	}
#subheader2 a:visited {
	}
#subheader2 a:active {
	}
#subheader2 a:hover {
	text-decoration: underline;
	}

#subheader3{
  background:#AA0000; /*** Background Color of Sub-header #3 ***/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align:left; 
  font-size: 0.8em;
  font-weight: bold;	 
  color:#ffffff; 
  height:25px; /*** sub-header row height ***/
}

#subheader3 a {
	text-decoration: underline;
	font-weight: bold;	
	color:#ffffff;	
	outline: none;
	}
#subheader3 a:visited {
	}
#subheader3 a:active {
	}
#subheader3 a:hover {
	text-decoration: underline;
	} 



/*** The next width styles (wrapperwidth, wrapperlsbintrude and wrapperrsbintrude)
are NOT needed if external borders are set to 0 ***/
.gfx_bg{
  top:0px;
  position:absolute;
  height:100%;
  overflow:hidden;
}
#gfx_bg_left{
  background:#ffffff ; /*** Set background color for side columns for Mozilla & Opera ***/
  width:160px; /*** Left Column Width ***/
  border-right:0px solid #cccccc; /*** Sets the internal left side border.
Remove border styles if no Internal Borders. ***/
}
#gfx_bg_right{
  background:#ffffff ; /*** Set background color for side columns for Mozilla & Opera ***/
  width:167px; /*** Right Column Width ***/
  margin-left:592px; /*** Left Col + Center Col + One Inner Border ***/
  border-left:0px solid #000000; /*** Sets the internal right side border.
Remove border style if not needed. ***/
}
#gfx_bg_middle{
  width:757px; /*** Left Col + Right Col + Center Col + Both Inner Borders ***/
  background:#ffffff; /*** Set background color for center column for Mozilla & Opera ***/
}

.navbar{
	clear: both;
	padding: 0px 0px 0px 0px;
	border: 1px solid #DBD9CD;
       background-color:#F0EDE1;	   
        margin-top: 3px; 
        margin-bottom: 5px;
}


.navblue{
	clear: both;
	padding: 0px 0px 0px 0px;
	border: 1px solid #CEDCEC;
       background-color:#F5F8FA;	   
        margin-top: 3px; 
        margin-bottom: 5px;
}

.navbar2{
	clear: both;
	padding: 0px 0px 0px 0px;
       background-color:#F0EDE1;	  
        margin-top: 3px; 
        margin-bottom: 5px;
}

#navbar3{	
	font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #C0BEB4;
    color:#000000;
    line-height: 1.0em;
    text-align: left;
    font-weight: bold;
	padding: 0px 0px 0px 0px;
    background-color:#DBD9CD;	  
    margin-top: 3px; 
    margin-bottom: 5px;
}

#navbar3 a {
	text-decoration: underline;
	font-weight: bold;	
	color:#000000;	
	outline: none;
	}
#navbar3 a:visited {
	}
#navbar3 a:active {
	}
#navbar3 a:hover {
	} 

#navbar4{	
	font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #97B6D7;
    color:#000000;
    line-height: 1.0em;
    text-align: left;
    font-weight: bold;
	padding: 0px 0px 0px 0px;
    background-color:#CEDCEC;	  
    margin-top: 3px; 
    margin-bottom: 5px;
}

#navbar4 a {
	text-decoration: underline;
	font-weight: bold;	
	color:#000000;	
	outline: none;
	}
#navbar4 a:visited {
	}
#navbar4 a:active {
	}
#navbar4 a:hover {
	} 



.gobar{
	clear: both;
	padding: 0px 0px 0px 3px;       
        margin-left: 3px;
        
}







