﻿/*-------------------- Element Definitions --------------------*/


/*--------------------    Id Definitions   --------------------*/
#give-online {
	position:absolute;
	z-index:1;
	top:315px;
	left:760px;
}

#center {
	float: left;
	width: 515px;
	overflow: hidden;
	margin-top: 0px;
}

#center h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: x-large;
	text-align: left;
	color: #1C7AD0;
}

#center h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight:bold;
	text-align: left;
	color: #666666;
}

#right {
	float: right;
	width: 300px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 0px;
	overflow: hidden;
}

#right h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
	text-transform:capitalize;
	color: #1C7AD0;
	border-bottom:2px #1C7AD0 dotted;
}

#right a {
	font-size:medium;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/*--------------------   Class Definitions  -------------------*/

.round-box-left{
  margin: 0px 35px 0 0;
  padding:10px 10px 0;
  float:left;
  background: #b2d0eb url("../images/site-design/left2.gif") no-repeat left top;
  padding:0 0 0 9px;
  }
.round-box-right{
  float:left;
  display:block;
  background: #b2d0eb url("../images/site-design/right2.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.round-box-right {float:none;}
/* End IE5-Mac hack */
