@charset "utf-8";
.WhatWeDo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
.MissText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #006;
}


.WhatWeDo a:link {text-decoration:none; color:#006; }
.WhatWeDo a:visited {text-decoration:none; color:#006;}
.WhatWeDo a:hover {text-decoration:underline; color:#900;}
.WhatWeDo a:active {
	text-decoration:underline;
	color:#900;
	
}

.Titles {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

#pre_container {margin: 0 auto;
	width: 900px;
	text-align: left;
	background-image: url(../images/background.gif);
  }
	

#container {
	margin: 0 auto;
	width: 775px;
	text-align: left;
	background-image: url(../images/background.gif);
  }
  
body {
	background-image: url(../images/gradbckgrndBLong.jpg);
	background-repeat: repeat-x;
  }
