﻿body
	{
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:12px;
	background-image:url(back.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	text-align: left;
	line-height:145%;
	}
a:link {
	text-decoration: underline; 
	color:#000;
	}

a:visited {
	text-decoration: underline; 
	color:#000;
	}
	
a:active {
	text-decoration: underline; 
	color:#000;
	}
	
a:hover {
	text-decoration: underline; 
	color:#003399;
	}
/* default styling for paragraphs */
p {
	line-height:155%;
	margin-top:0;
	}/* heading styles */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000;
	line-height:90%;
	padding:0;
	margin-bottom:7px;
	margin-top:17px;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:100%;
	padding:0;
	margin-bottom:3px;
	margin-top:15px;
	}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#333;
	line-height:90%;
	text-align:center;
	}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#333;
	line-height:145%;
	font-style:italic;
	padding:0;
	margin-bottom:5px;
	}
h5 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000;
	line-height:140%;
	font-style:bold;
	padding:0;
	margin-bottom:15px;
	}
hr {
  border: 0;
  width: 80%;
  color:#000;
  background-color:#000;
  height: 1px;
}
#box
	{
	position: relative;
	top: -45px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	padding: 0;
	text-align: left;
	width:1000px;
	background-color: #fff;
	border:1px;
	border-style:solid;
	border-color:#ccc;
	}
#header {
	width: 100%;
	float: left;
	background-color:#fff;
	border-style:solid;
	border-color:#fff;
	border-width:1px;
	text-align: center;
	}
#logo {
	width: 98%;
	float: left;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:0px;
	padding-right:0px;
	background-color:#fff;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:0px;
}
#mainmenu {
	width:99%;
	height:45px;
	float: left;
	padding:0px;
	border:0px;
	background-color:#fff;
	line-height:90%;
	text-align:center;
	padding-left:5px;
}
#mainpage_pic {
	width:53%;
	height:auto;
	float:left;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:0px;
	padding-right:0px;
	border:0px;
}
#mainpage_text {
	width:43%;
	height:auto;
	float:left;
	padding:0px;
	border:0px;
}
#mainpage_text2 {
	width:99%;
	height:auto;
	float:left;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:5px;
	padding-right:0px;
	border:0px;
}
#mainpage_text3 {
	width:99%;
	height:auto;
	float:left;
	padding:0px;
	border:0px;
}
.clear{clear:both;height:1px;}

#clear2 {
	clear:both;
	height:1px;
	}
#sidemenu {
	width:190px;;
	height: auto;
	float:left;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-image: url('sidebackmain.gif');
	background-repeat: repeat-x;
	background-color:#fff;
	border-style: solid;
	border-width:1px;
	border-color: #fff;
	text-align: left;
}
#bluesidemenu {
	width:190px;;
	height: auto;
	float:left;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-image: url('bluesideback.gif');
	background-repeat: repeat-x;
	background-color:#fff;
	border-style: solid;
	border-width:1px;
	border-color: #fff;
	text-align: left;
}
#yellowsidemenu {
	width:190px;;
	height: auto;
	float:left;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-image: url('yellowsideback.gif');
	background-repeat: repeat-x;
	background-color:#fff;
	border-style: solid;
	border-width:1px;
	border-color: #fff;
	text-align: left;
}
#greensidemenu {
	width:190px;;
	height: auto;
	float:left;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-image: url('greensideback.gif');
	background-repeat: repeat-x;
	background-color:#fff;
	border-style: solid;
	border-width:1px;
	border-color: #fff;
	text-align: left;
}
#main_text {
	width: 700px;
	height: auto;
	float: left;
	padding: 23px;
	background-color:#fff;
	font-color: #333;
	font-size: 12px;
	text-align: left;
	border-width:1px;
}
#donate a {
 outline: none;/* get rid of dotted borders in FireFox */
 text-indent: -5000px ;/* this move the text outside of the screen area */
 display:block;
 width:180px;
 height:40px;
 background: url("donate.gif") 0 0 no-repeat;
 }
#donate a:hover {
 background: url("donate_hover.gif") 0 0 no-repeat;
 }

#donate a:active {
 background-position: -228px 0;
 }
#grant a {
 outline: none;/* get rid of dotted borders in FireFox */
 text-indent: -5000px ;/* this move the text outside of the screen area */
 display:block;
 width:180px;
 height:40px;
 background: url("grant.gif") 0 0 no-repeat;
 }
#grant a:hover {
 background: url("grant_hover.gif") 0 0 no-repeat;
 }

#grant a:active {
 background-position: -228px 0;
 }
 #crcbox {
	width:19%;
	height: auto;
	padding: 5px;
	float: left;
	margin: 0px;
	background-color:#fff;
	text-align:center;
}
 #cfbox {
	width: 20%;
	height: auto;
	padding: 5px;
	float: left;
	margin: 0px;
	background-color:#fff;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:145%;
}
 #cofbox {
	width: 37%;
	height: auto;
	padding: 5px;
	float: left;
	margin: 0px;
	background-color:#fff;
	text-align:center;
}
 #sfbox{
	width:25%;
	height: 150px;
	padding: 5px;
	float: left;
	margin: 0px;
	background-color:#fff;
}
 #mcfbox{
	width:18%;
	height: auto;
	padding: 5px;
	float: left;
	margin: 0px;
	background-color:#fff;
	text-align:center;
}
#tablesbox{
	width:50%;
	height: 350px;
	float: left;
	margin: 0px;
	background-color:#fff;
}
 #abbox{
	width:27%;
	height: 70px;
	padding: 5px;
	float: left;
	margin: 0px;
	background-color:#fff;
}
#footer {
	width: 100%;
	height:auto;
 	background-image:url(footer.gif);
	background-repeat:repeat-x;
	color:#666;
	border-style: solid;
	border-width:1px;
	border-color: #ccc;
	text-align:center;
}
			@charset "UTF-8";
/* CSS Document */
