body {
	background-color: #b6c0ba;
	font-family: Arial, Verdana, Trebuchet MS;
	color: #222222;
	font-size: 13px;
	line-height: 17px;
	
}

#title {
	font-weight: bold;
	font-size: 45px;
	line-height: 46px;
    color: #b6c0ba;
}

#titleDot {
	font-weight: bold;
	font-size: 45px;
	line-height: 46px;
    color: #00315b;
}

ul.contact {
  float: left;
  width: 44.2em; /* need extra 0.2em for stupid IE bug */
  margin: 0;
  padding: 0;
  list-style: none;
}
 
li.contact {
  float: left;
  width: 22em;
  margin: 0;
  padding: 0em 0em 0.1em 0em;
}

#boldText {
   color: #00315b;
	font-weight: bold;
   padding: 0px 0px 0px 0px;
   margin: 0;
}

/* Anchors */

a:visited {
	color: #222222;
}

a:active {
	color: #b6c0ba;
}

a {
	color: #222222;
	text-decoration:none;
}

a:hover {
	color: #4b6c0ba;
	text-decoration: underline;
}



#copyright {
	text-align: center;
	font-size: 12px;
	clear: both;
	padding: 40px 0px 40px 0px;
	color: #aaaaaa;
}

#copyright a:visited {
	color: #aaaaaa;
}

#copyright a:active {
	color: #aaaaaa;
}

#copyright a {
	color: #aaaaaa;
     text-decoration: none;
}


#copyright a:hover {
	color: #555555;
	text-decoration: underline;
}

/* Rounded corners */

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{ background: transparent url(images/img.php.png) no-repeat bottom right} 
.cssbox{
	
/* intended total box width - padding-right(next) */ 
width:635px !important; 
/* IE Win = width - padding */ 
width: 635px; 
/* the gap on the right edge of the image (not content padding) */
padding-right:15px; 
/* use to position the box */
margin:90px auto}

/* set the top-right image */ 
.cssbox_head{background-position:top right; 
/* pull the right image over on top of border */ 
margin-right:-15px; 
/* right-image-gap + right-inside padding */ 
padding-right:15px}

/* set the top-left image */ .cssbox_head h2{ background-position:top left; margin:0; 
/* reset main site styles*/
 border:0; /* ditto */ 
/* padding-left = image gap + interior padding ... no padding-right */
padding:25px 0px 0px 40px; height:auto !important; height:1%} /* IE Holly Hack */

/* set the lower-left corner image */ 
.cssbox_body{ background-position:bottom left; 
margin-right:0px; /* interior-padding right */
 padding:15px 0px 0px 40px} /* mirror .cssbox_head right/left */