@charset "utf-8";
/* CSS Document */

body { background-color:#FFFFFF; overflow:hidden;background:url(background.jpg) no-repeat ; margin:0; font-family:Arial, Helvetica, sans-serif; overflow:auto; }

#wrapper {   width:567px;margin-left:auto; margin-right:auto; margin-top:20px;}


#container { margin-top:8px;  }


#navigation ul {text-decoration:none; 	list-style:none; 	padding:0; 	margin:0; border:none; }
	
		#navigation li	{display:block; border:none; float:left; border:none;	}

			.home{display:block;width:67px;height:36px;background: url(images/btn-home.jpg) no-repeat;}
				a:hover.home	{display:block;width:67px;height:36px; background:url(images/btn-home-on.jpg) no-repeat; }
			
			.about{display:block;width:78px;height:36px;background: url(images/btn-about.jpg) no-repeat;}
				a:hover.about	{display:block;width:78px;height:36px; background:url(images/btn-about-on.jpg) no-repeat; }
				
			.programs{display:block;width:173px;height:36px;background: url(images/btn-programs.jpg) no-repeat;}
				a:hover.programs	{display:block;width:173px;height:36px; background:url(images/btn-programs-on.jpg) no-repeat; }	



#flashheader {float:left;  margin: 0; padding: 0; border:none;  background-image:url(images/flashtemp.jpg); height:36px}




img {border:none;}



#main {float:left;   margin: 0; padding: 0; border:none; width:567px; background-image:url(bgmain.png); height: 513px; }
#titleimage{margin-left:34px; margin-top:20px;}
#maintext{ margin: 0; margin-left:34px; padding: 0; border:none; width:499px; overflow:auto; text-align:left; color: #222; height:384px; padding:0 10px;}
p.bodytext {text-indent:25px; font-size:17px;}
p.bodytext2 {font-size:17px;}
.highlight {margin: none; margin-right:3px; font-size:18px;  font-weight:bold;}
h1{ margin: none; margin-right:3px; font-size:18px;  font-weight:bold;}

#logos {text-align:center;}
ul {list-style: circle;   }
.line {border-bottom:dashed 1px #999999;  margin-top:25px}


#footer {float:left; font-size:11px;   margin: 0; padding: 0; padding-top:15px; padding-left:5px;border:none; width:562px; background-image:url(bottom.png); height: 18px; text-align:center; vertical-align:text-bottom;}

* html #footer{background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bottom.png', sizingMethod="crop");}

.center { text-align:center;border:dashed 1px #CCCCCC;}

#hidden {display:none;}

a.name {color:#222; text-decoration:none;}
a.name:hover {color:#222; text-decoration:underline;}
a.mailto {color: #666666; text-decoration:none;}
a.mailto:hover {color:#111; }
