body {
	font-family: Verdana, Sans Serif;
	font-size: 11px;
	line-height: 14px;

	background-color: #ffffff;

	
}

body a {
	color: #000000;
	text-decoration: none;
}



#page_grid {
	height: 100%;
	width: 100%;
	
	
}

	#grid_left {
		width: 40%;
		
		vertical-align: top;
	}
	
	#grid_body {
		width: 659px;
		
		vertical-align: top;
		
		
	}
	
	#grid_right {
		width: 40%;
		
		vertical-align: top;
	}

#left_div {
	height: 100%;

}

	#left_header {
		height: 410px;
	}
	
		#left_header_bar1 {

		}

		#left_header_bar2 {
			background-image: url(images/squares-bg.gif);
			background-position: 100% 0%;
		}

		#left_header_bar3 {

			
		}

#right_div {
	height: 100%;

}

	#right_header {
		height: 410px;
	}
	
		#right_header_bar1 {

		}

		#right_header_bar2 {
			background-image: url(images/squares-bg.gif);
		}

		#right_header_bar3 {
			background-image: url(images/squares-bar_bg.gif);
		}

.header_bar1 {
	height: 125px;
	background-color: #a41f09;
}

.header_bar2 {
	height: 272px;
	background-color: black;
}

.header_bar3 {
	height: 13px;
	background-color: #a41f09;
	
	font-size: 1px;
	
}

	
#body_div {
	height: 100%;
	width: 659px;
	
	border: 0px solid blue;
	
}

	#body_header {
		height: 410px;
		
	}
	
		#body_header_bar1 {
			position: relative;
		}

			#logo-gif {
				height: 55px;
				width: 266px;
				
				position: absolute;
				top: 50px;
				left: 0px;
			}
			
			#um_logo-gif {
				height: 65px;
				width: 37px;
				
				position: absolute;
				top: 42px;
				right: 0px;
			}

		#body_header_bar2 {
			background-image: url(images/squares-bg.gif);
			text-align: left;
		}

		#body_header_bar3 {
			position: relative;
			
		}

			#squares-bar-gif {
				height: 13px;
				width: 156px;
				
				position: absolute;
				top: 0px;
				right: -17px;
				
				
			}
	
	#body_content {
		background-color: white;

	}
	
	
		#content_header {
			width: 659px;
						
			font-size: 10px;
			color: #666666;
			font-weight: bold;
		
			text-align: center;
			
			margin-top: 15px;
			margin-bottom: 15px;
			
		}
		
			#content_header a {
				color: #666666;
				text-decoration: none;
			}
			
			#content_header a:hover {
				color: #a41f09;
			}
		
			#content_header .square_sep-gif {
				margin-left: 6px;
				margin-right: 6px;
				
				position: relative;
				top: -2px;
				
			}
		
		#content_donations_spacer {
			height: 61px;
			
			margin-bottom: 15px;
			
			position: relative;
		}
			
			#content_donations {
				width: 722px;
				height: 61px;

				background-color: #a41f09;
				color: #000000;
				
				position: absolute;
				top: 0px;
				left: -31px;


			}
			
				#donate_headline {
					width: 89px;

					color: #ffffff;
					font-size: 12px;
					font-weight: bold;

					text-transform: uppercase;

					position: absolute;
					top: 11px;
					left: 10px;
				}
				
				#donate_headline-sep {
					font-size: 0px;
					line-height: 0px;
					
					height: 27px;
					width: 1px;
					
					background-color: #ffffff;
					
					position: absolute;
					top: 0px;
					left: 100px;
				}
				
				#donate_text {
					width: 280px;
					
					font-size: 11px;
					color: #ffffff;
					
					position: absolute;
					top: 12px;
					left: 107px;
					
					
				}
				
				#donate_form {
					width: 336px;
					
					position: absolute;
					top: 7px;
					left: 379px;
					
					font-size: 11px;
					color: #ffffff;
					
					text-align: right;
				}
				
					#donate_form_row2 {
						width: 190px;
												
						float: right;
						
						margin-top: 1px;
					}
											
					
					#donation_form_row2_label {
						margin-top: 11px;
					}

					#donation_form {
						margin: 0px;
						padding: 0px;
						
					}
					
						#donation_form label {
							position: relative;
							top: -7px;
						}
					
						#donation_form input {
							font-family: Verdana, Sans-Serif;
							font-size: 11px;
							
							border: 1px solid #666666;
						}
					
						#donation_form select {
							font-family: Verdana, Sans-Serif;
							font-size: 11px;
							
							border: 1px solid #666666;
							
							margin-top: 2px;
							margin-bottom: 7px;
							
							width: 190px;
						}
						
						#donation_form #donate_button {
							height: 20px;
							width: 104px;
							
							border: 0px; solid #ffffff;
						}
						
						#donation_form #amount_dollar_sign {
							width: 10px;
							
							position: relative;
							top: -7px;
						}
						
						#donation_form #amount {
							width: 80px;
							
							margin-right: 6px;
							
							position: relative;
							top: -5px;
						} 
			
		#content_main {
			font-size: 10px;
			color: #666666;
			
			position: relative;
			
			padding-top: 0px;
			
			border: 0px solid green;
		
		}
		
			.section_div {
				width: 644px;
				
				position: relative;
				left: 0px;
				
				margin-bottom: 27px;
				
				clear: both;
			
			}

				#top_section1 {
					width: 390px;
					
					float: left;
					
										
					margin-right: 30px;
					
					border: 0px solid orange;
					
					margin-bottom: 27px;
					
					
				}
				
				#top_section2 {
					width: 220px;
					
					float: left;
					01px solid green;
					
					
				}
			
				.section_div h1 {
					font-size: 12px;
					color: #a41f09;
					font-weight: bold;

					margin-top: 0px;
					margin-bottom: 15px;
					padding-top: 0px;
					padding-bottom: 0px;
					
					text-transform: uppercase;
					
					
				}
				
					.squares-h1-gif {
						margin-left: 0px;
						margin-right: 3px;
						
						position: relative;
						top: 1px;
					}
				
				.section_content {
					font-size: 11px;
					margin-left: 18px;
				}

					.section_content a {
						color: #666666;
					}
					
					.section_content a:hover {
						color: #a41f09;
					}
								
					.section_content h2 {
						font-size: 12px;
						color: #000000;
						font-weight: bold;

						margin-top: 15px;
						margin-bottom: 0px;
						padding-top: 0px;
						padding-bottom: 0px;

					}
				
				.section_footer {
					font-size: 11px;
					color: #666666;
					
					margin-left: 18px;
					margin-top: 15px;
				}
								
					.section_footer a {
						color: #666666;
					}
					
					.section_footer a:hover {
						color: #a41f09;
					}
					
					.section_footer .squares-back_top-gif {
						margin-left: 4px;
						
					}
					
