/* CSS Document */
body {
    b//ackground-image: url(../images/body_bg.jpg);
	b//ackground-repeat:repeat-x;
	background-color: #CFD7EC;
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0;
	min-width: 851px;
}
h1 {
font-size: 1.7em; 
color:#333333;
	margin: 0;
	clear: both;
	text-align:center;
} 
#wrapper {
background-color: #FFFFFF;
background-image: url(../images/wrapper_bg5.jpg);
	background-repeat: repeat-y; 
	margin: 0 auto;
	width: 851px;
	/*width is set 4px wider than it needs to be to compensate for IE5Mac bugs*/
}


#banner {
	height: 101px;
	background-image: url(../images/banner5.jpg);
	background-repeat: no-repeat;

}
#nav {
font-size: .74em;
margin-top: 73px;
	height: 22px;
	width: 438px;
	float: right;
	text-decoration: none;

}

#c1, #c2, #c3{
	background-image: url(../images/box_bg.jpg);
	background-repeat:repeat-y;
	padding: 0px;
	border: 0px solid #333333;
	width: 266px;
	float: left;
	font-size: .74em;
} 
#c1 {
	margin-right: 6px;
	margin-left: 21px;
	background-color: #ffffff;
	color: #333;
}
#c1 p{
	color:#333;
	font-size: .96em;
	line-height: 1.5em;
	margin: 0px 10px 0px 8px;
	text-align:left;
}
#c2 {
margin-right: 6px;
	background-color: #fff;
	
}
#c2 p{
	color:#333;
	font-size: .96em;
	line-height: 1.5em;
	margin: 0px 10px 0px 8px;
	text-align:left;
}

#c3 {
	
	background-color: #fff;
	margin-right: 0px;
}
#c3 p{
	color:#333;
	font-size: .96em;
	line-height: 1.5em;
	margin: 0px 10px 0px 8px;
	text-align:left;
}
#c4 {
	width: 750px;
	float: left;
	font-size: .74em;
	b//ackground-color: #fff;
	margin: 0px 0px 0px 0px;
}
#c4 p{
	color:#333;
	font-size: .96em;
	line-height: 1.5em;
	margin: 0px 10px 0px 18px;
	text-align:left;
}
#list {
padding: 0px;
	font-size: .9em;
	line-height: 1.5em;
	color:#333333;
	margin: 0px 0px;
}
#list  ul li{
	list-style:disc;
	list-position: outside;
	margin: 0px 0px;
}
h2 {
	font-size: 1.10em; 
	color:#666666;
	margin: 0 0 0 10px;
	text-align:left; 
} 

h3 {
	font-size: 1.4em; 
	margin: 0px 0px 4px 10px;
	color: #0090BE; 
} 
#footer {
background-image: url(../images/footer5.jpg);
	background-repeat: no-repeat;
height:35px;
	color : #999999; 
	font-size: 0.70em;
	padding: 0px 0 0 0;
	clear: both;
}
#footer p {
margin: 0px 0px 0px 25px;
}
#navbar {	margin: 0;
	padding: 0;
}

 a:link {
		color: #0090BE;
		text-decoration: none; 
		b//order-bottom: 1px dotted #0090BE;
	}
	
	 a:visited {
		color: #0090BE;
	}
	
	 a:hover {	
		text-decoration: none; 
		b//order-bottom: 1px dotted #999999;
		color: #999999;
		
	}
	
	 a:active {
		color: #0090BE;
	}


