/**************** body and tag styles ****************/
	body {
	  margin-top: 0px;	  
	  margin-bottom: 30px;
	  }

	#container {
	  width: 750px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  }
	  
	#container2 {
	  width: 746px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  border-bottom: 2px solid #2763A5;
	  }
		
	h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 32px;
	  color: #6DA6E2;
	  margin-bottom: 30px;
	  padding-top: 5px;
	  }
		
	h2 {
	  color: #666666;
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
	  }
	  
	h5 {
	  color: #666666;
	  font-size: 13px;
	  font-family: Arial, Helvetica, sans-serif;
	  }	 
   .strong {
	font-weight: bold;
	color: Black;
}	   
		
	a {
	color: #6DA6E2;
	text-decoration: none;
	font-weight: bold;
}

	a:hover {
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }

/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }

img.rightnoborder{float:right; margin:0 0 5px 12px;border:none;}
img.leftnoborder{float:left; margin:0 0 5px 12px;border:none;}
/**************** form styles ****************/
	form {
	  float:right;
	  font-size: 9px;
	  }
		
	input {
	  background-color: #FFFFFF;
	  color: #999999;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  }

/**************** header styles ****************/
	#header {
	  width: 750px;
	  border: 0px
	  padding-bottom: 0px;
	  padding-top: 5px;
	  clear: both;
	  }
	#header p {
	margin-top: -20px;
	margin-left: 30px;
	padding-bottom: 5px;
	color: #708090;
	font-size: 13px;
}

/**************** menu styles ****************/
#navigation{
	height: 2.5em;
	line-height: 2.5em;
	width: 758px;
	margin: 0 1px;
	background: #2763A5;
	color: #ffffff;
}

#navigation ul {
	list-style: none;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected, #navigation a:hover{
	background: #699BCD;
	color: #ffffff;
	text-decoration: none;
}

/**************** content styles ****************/
	#content {
	width: 520px;
	padding: 10px 3px 10px 12px;
	float: left;
	background-color: #FFF3D2;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;	
}
		
	#content p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }

#content p.last {
	padding-bottom: 0px;
	border-bottom: none;
}	  
	
	  
/**************** sidebar styles ****************/
	#sidebar {
	width: 175px;
	padding-left: 21px;
	padding-right: 10px;
	padding-top: 10px;
	float: right;
}
		
	#sidebar p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
/**************** footer styles ****************/
	#footer {
	  margin-top: 0px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 742px;
	  background-color:#2763A5;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #FFFFFF;
	  background-color:#2763A5;
	  font-weight:100;
	  border-bottom: 1px dotted #FFFFFF;
	  }
		
	#footer p a:hover {
	  color: #FFFFFF;
	  text-decoration: none;
	  border-top: 1px dotted #FFFFFF;
	  border-bottom: 0px dotted #FFFFFF;
	  }

/**************** misc. styles ****************/	  
.clear{clear:both;}	  

/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] {
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(icon_mailto.gif) no-repeat center right;
   
}

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 18px;
	background: transparent url(images/icon_popup.gif) no-repeat center right;
}


a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(images/icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(icon_xls.gif) no-repeat center right;
}
a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(icon_external.gif) no-repeat center right;
}

/* set millions of background images */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 70%; margin: 1em auto; }

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#B3AA92;
}
.spiffy1{
  margin-left:52px;
  margin-right:104px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ded3b6;
  border-right:1px solid #ded3b6;
  background:#c6bca2;
}
.spiffy2{
  margin-left:53px;
  margin-right:105px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f7ebcb;
  border-right:1px solid #f7ebcb;
  background:#c1b79e;
}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #c1b79e;
  border-right:1px solid #c1b79e;
}
.spiffy4{
  border-left:1px solid #ded3b6;
  border-right:1px solid #ded3b6;
}
.spiffy5{
  border-left:1px solid #c6bca2;
  border-right:1px solid #c6bca2;
}
 
.spiffyfg{
  background:#B3AA92; 
  width: 66.2%; 
  margin-left: 10%; 
  padding:10px; 
  margin-right:15%;
  color:#ffffff;
  font-size: 1.15em;}
  
  
  
  