/* CSS Document */
body {background:#dad9d6 url("/images/design/bg_body.jpg") repeat-y 50% 0;
		margin:0;
		padding:0;
		text-align:center;
		font-size:11px;
		font-family: verdana,sans-serif;
		color:#999999;}
		
div.content {
	width:960px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	}
		 
		
#topstrip { margin:0px;
			padding:0px;
			background-color:#6699FF;
			height:134px;
			overflow:hidden;
			}
		
#topright { margin:0px;
			display:inline;
			padding:0px;
			height:134px;
			}

#navstrip { 
			background-color:#FFF;
			height:57px;
			overflow:hidden;
			}
			
#navstrip a {
	color:#0066FF;
	font-weight:bold;
	text-decoration: none;
	font-size:11px;
	}
	
#navstrip a:hover {
	color:#FF9900;
	font-weight:bold;
	font-size:11px;
	}
			
			
#navbar {	height:57px;
			position:relative;
			top:-4.5em;
			_top:-4.5em;
			display:inline;
			left:31em;
			_left:31em;
		}
		

	
div.bodycontent {
			margin:0px;
			padding:0px;
			width:960px;
			background-color:#FFF;
		}
	
div.gutter
		{
			float: left;
			width: 5px;
			height: 1px;
		}
		
div.col1
		{
			float: left;
			width: 160px;
			margin-bottom: 10px;
			display:run-in;
			
		}
		
.col1 a {
	color:#666666;
	font-weight:bold;
	text-decoration: none;
	font-size:10px;
	}
	
.col1 a:hover {
	color:#FF9900;
	font-weight:bold;
	font-size:10px;
	}
		
div.col2
		{
			float: left;
			width: 585px;
			margin-left: 5px;
			margin-bottom: 10px;
		}
		
div.col3
		{
			float: left;
			width: 187px;
			margin-left: 5px;
			margin-bottom: 10px;
		}



.clearfix:after {
   		 content: "."; 
   		 display: block; 
  		 height: 0; 
  		 clear: both; 
  		 visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#footer {
	background-color:#6699FF;
	width: 960px;
	height:50px;
	/*text-align: middle;*/
	margin:0px auto;
	padding-top:10px;
	color:#FFFFFF;
}

.navtext { 
			font-size:12px;
			font-family: verdana,sans-serif;
		}
		
#topbanner {
		
			position:relative;
			top:-10.5em;
			right: -19em;
			_top: -11em;
			_right: -19em;
} 

h1 {
	color: #E1EBFF;
	font-size:15px;
	font-family:verdana;
	font-weight:bold;
}

h2 {
	color: #3366CC;
	font-size:13px;
	font-family:verdana,Helvetica,sans-serif;
	font-weight:bold;
}

h3 {
	color: #FF9900;
	font-size:15px;
	font-family:verdana,Helvetica,sans-serif;
	font-weight:bold;
}

.textcontent {
		padding-left:5px;
		padding-right:5px;
		padding-top:1px;
		padding-bottom:21px;
}

.col1content {
	border: 1px solid #ddd;
	margin-bottom: 5px;
}
.col2content {
	border: 1px solid #ddd;
	margin-bottom: 5px;
}
.col3content {
	border: 1px solid #ddd;
	margin-bottom: 5px;
}

.siteimage {
	border: 1px solid #6699FF;
	width:100px;
	height:70px;
	margin-right:10px;

}

.sitesummary {

	padding-left:10px;
	font-size:11px;

}

.sitecontainer
 {
	padding-bottom:10px;
}


.sitecontainer a {
	color: #06c;
	text-decoration: none;
	font-size:12px;
	}
	
.sitecontainer a:hover {
	color: #147;
	text-decoration: underline;
	}
	
a.sitearrow{
		background-image:url(images/design/sitearrow.jpg);
		background-repeat:no-repeat;
		background-position: left;
		padding:0px 0px 0px 20px;
		margin:0px 0px 0px 2px;
	}
.sitetitle{
		font-weight:bold;
		font-size:13px;
	}
.sitetitlesmall{
		font-weight:bold;
		font-size:10px;
}

.formlabel {
	font-size: 12px;
}
.formcomment {
	font-size: 11px;
	color: #256E9D;
}

.req {
	color: red;
}

#footer a {
	color:#FFFFFF;
	text-decoration: none;
	font-size:10px;
	}
	
#footer a:hover {
	color:#FFCC00;
	font-size:10px;
	text-decoration: underline;
	}

