/* all of this is in reference to the home 
page and then applied to the other pages, as well*/

body 
{ 

	 font-family:  verdana, arial, sans-serif; 
	 font-size: .8em;
     line-height: 1.6;
     color: #fff;
	 margin: 0;
	 padding: 0;
	 background: #CCCCCC;
	
}

/* * { margin: 0px;  padding: 0px; }  */

p
{
	text-align: justify;
}

table
{
	font-size:.86em;
}

/* links for body, unless these settings are overwritten later */
a:link, a:visited, a:hover, a:active  
{
	color: #DDD;
	text-decoration: underline;
	font-weight: bold;

}

img
{
	border-style:solid;
	border-width: 2px;
	border-color: #DDD;
}

/* header titles for sections */
h1
{
	font-family:  arial, verdana, sans-serif; 
	font-size: 14px;   /* overrides default font size */
	letter-spacing: 0px;
	color: #fff;
	margin:26px 0 0 0;
	padding: 0;
	/*border: 1px solid #fff;*/
	
}

h2  
{
	font-family:  verdana, arial, sans-serif; 
    font-size: 1.8em;   /* overrides default font size */ 
	line-height: 1em;
	letter-spacing: 5px;
	color: #fff;
	margin:0;
	padding:0;
	/*border: 1px solid #fff;*/
}

h5  
{
	font-family:  verdana, arial, sans-serif; 
    font-size: 12px;   /* overrides default font size */ 
}


/* IDs */

div#container
{

	width: 750px;  /*690*/
	margin: 0 auto;
	padding:0;
	background: #666;
	border:2px solid #fff; /* KEEP THIS!!! -- white border*/

	/*background-image: url('/images/greyline.gif');
	background-repeat: repeat-y;*/

}
div#header 
{	
 	width: 594px;
 	height: 225px; 

	margin: 15px auto 0 auto;
	padding:0;

	background-image: url('/images/counterpoiseTop.gif');
    background-repeat: no-repeat;
	/*border: 1px solid #fff;*/
}

div#contentArea 
{
	width: 690px; /*632*/
    height: 900px;   /* adjust with maximum height of content in first column */
	margin: 10px auto 0 auto;
	padding:0;
	/*border: 1px solid #742;*/
}

div#column1
{
	width: 426px; /*380*/
	margin:0;
	padding:0;
	float: left;
	/*border: 1px solid #fff;*/
}

div#column2
{
	width:260px; /*248*/
    height: 900px;
	margin:0;
    padding:0;
	float: left;
	/*border: 1px solid #fff;*/
}

div#nav 
{
	width: 194px;
	margin: 44px 0 0 60px;
    padding: .8em 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	/*border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;*/
}

div#nav ul  
{
	margin: 0;
    padding: 0;
	list-style: none;
	text-align: left;
}

div#nav ul li 
{
	line-height: 1.6;
}


div#nav li a  
{
	text-decoration: none;
	font-weight: bold;
	color: #FFFF66;
}


div#nav li a:hover 
{
	text-decoration: underline;
}

div#cover
{
	width: 166px;
	margin: 70px 0 0 76px;
	padding: 0;
	/*border:1px solid #742;*/
}

div#cover a  
{
	text-decoration: none;
	font-weight: bold;
	color: #DDD;
}


div#cover a:hover 
{
	text-decoration: none;
}


div#cmc
{
	width: 110px;
	text-align: left;
	margin: 80px 0px 0px 96px;
    padding:0;
	/*border: 1px solid #fff;*/
}

div#cmc a  
{
	text-decoration: none;
	font-weight: bold;
	color: #DDD;
}

div#footer 
{
	width: 665px;	
	font-size: .8em;
	text-align: center;
	color: #DDDDDD;
	margin: 0 auto 0 auto;
	padding: 0 0 1.8em 0;
	/*border: 1px solid #fff;*/
}

div#footer a
{
	text-decoration: underline;
	font-weight: bold;
    color: #DDDDDD;
}

div#footer p
{
    text-align:center;
}


/* classes */



.clearfix:after 
{
	content: ".";
	display: block;
	height:0;
	clear:both;
	visibility: hidden;
}

.clearfix 
{
	display: inline;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

.infoBox {font-size: 16px}

.contact {font-size: 24px}

