/* GLOBAL STYLES */
	body {
		color: #333;
		font-family: verdana, sans-serif, monotype;
	}
	a {
	  color: #333;
	  text-decoration: none;
	}
	a:hover {
		color: #65B615;
	}
	p {
		margin: 12px 0;
	}
	h3 {
		color: #015CB5;
		font-size: 1.75em;
		margin: 12px 0 0 0;
	}
		h3 span {
			font-size: 0.8em;
		}
		
		h4 {
		color: #015CB5;
		font-size: 1.2em;
		margin: 12px 0 0 0;
	}
		h4 span {
			font-size: 0.7em;
		}
	
/* TARGETED STYLES */
	#header {
		margin: 15px 0 5px 0;
	}
		#header h1 {
			background: url(../assets/logo.jpg) no-repeat;
			height: 80px;
			margin: 16px 0 0 2px;
			width: 177px;
		}
		#header img {
			margin-left: 15px;
		}
	#content {
		background: url(../assets/content-background.png) repeat-y;
		width: 956px;
	}
		#content-top {
			background: url(../assets/content-top.png) no-repeat;
			height: 13px;
			width: 956px;
		}
		#content-bottom {
			background: url(../assets/content-bottom.png) no-repeat;
			height: 21px;
			width: 956px;
		}	
		#byline {
			text-align: center;
		}
			#byline h2 {
				color: #003399;
				margin: 0 0 10px 0;
			}
		#navigation {
			margin: 0 0 42px 5px;
		}
			#navigation ul {
					display: inline;
					height: 37px;
					list-style: none;
					margin: 0;
					overflow: hidden;
					padding: 0;
			}
				#navigation li {
					display: inline;
					list-style: none;
					margin: 0;
					padding: 0;
				}
					#navigation a {
						float: left;
						height: 37px;
						overflow: hidden;
					}
						#navigation a:hover, #navigation a:active, #navigation a.selected {
							background-position: 0 -37px;
							
						}
						#home-link a {
							background: url(../assets/home-link.png) top left no-repeat;
							
							width: 169px;
						}
						#reverse-link a {
							background: url(../assets/reverse-link.png) top left no-repeat;
							width: 234px;
						}
						#email-link a {
							background: url(../assets/email-link.png) top left no-repeat;
							width: 168px;
						}
						#address-link a {
							background: url(../assets/reverse_email_link.PNG) top left no-repeat;
							width: 191px;
						}
						#social-link a {
							background: url(../assets/social-link.png) top left no-repeat;
							width: 175px;
						}
						#classmates-link a {
							background: url(../assets/classmates-link.png) top left no-repeat;
							width: 166px;
						}
		#main-content {
 
		}
			#search-wrapper {
				background: url(../assets/search-wrapper-background.png) repeat-y;
				margin: 0 23px;
			}
				#search-wrapper-top {
					background: url(../assets/search-wrapper-top.png) repeat-y;
					height: 21px;
				}
				#search-wrapper-bottom {
					background: url(../assets/search-wrapper-bottom.png) repeat-y;
					height: 12px;
				}
				#search-form {
					background: url(../assets/search-box-background.png) repeat-y;
					margin: 0 13px;
					margin-top: -8px;
					margin-bottom: 18px;
				}
					#search-form-top {
						background: url(../assets/search-box-top.png) repeat-y;
						height: 7px;
					}
					#search-form-bottom {
						background: url(../assets/search-box-bottom.png) repeat-y;
						height: 7px;
					}
				#background-link {
					background: url(../assets/search-box-background.png) repeat-y;
					margin: 0 13px;
					margin-bottom: 25px;
				}
					#background-link-top {
						background: url(../assets/search-box-top.png) repeat-y;
						height: 7px;
					}
					#background-link-bottom {
						background: url(../assets/search-box-bottom.png) repeat-y;
						height: 7px;
					}
					#background-link-content {
						background: url(../assets/background-link-background.png) repeat-x;
						margin: 0 1px;
					}
						#background-link-content p {
							color: #0033CC;
							font-size: 1.15em;
							margin: 0 19px;
						}
						#background-link-content a {
							color: #0033CC;
							text-decoration: underline;
						}
							#background-link-content a:hover {
							color: #65B615;
						}
			#copy {
				margin: 0 55px;
				margin-top: 23px;
				margin-bottom: 54px;
			}
		#side-content {
			background: url(../assets/side-content.png) repeat-y;
			margin: 0 0 0 -20px;
		}
			#side-content-top {
				background: url(../assets/side-content-top.png) no-repeat;
				height: 17px;
			}
			#side-content-box {
				margin-left: 25px;
				margin-top: 10px;
				margin-right: 10px;
				margin-bottom: 10px;
				height: 150px;
			}
			
			#side-content-box2 {
				margin-left: 25px;
				margin-top: 50px;
				margin-right: 10px;
				margin-bottom: 10px;
				height: 170px;
			}
			#side-content-bottom {
				background: url(../assets/side-content-bottom.png) no-repeat;
				height: 11px;
			}
			
			#ad-box {
				background: url(../assets/ad-box.png) repeat-y;
				margin: 0 10px;
				margin-top: -9px;
				text-align: center;
			}
				#ad-box-top {
					background: url(../assets/ad-box-top.png) no-repeat;
					height: 8px;
					width: 327px;
				}
				#ad-box-bottom {
					background: url(../assets/ad-box-bottom.png) no-repeat;
					height: 8px;
					width: 327px;
				}
				#ad-box img {
					height: 250px;
					margin: 10px 0;
					padding: 0;
				}
	#footer {
			margin: 25px 0 0 0;
			text-align: center;
		}
		#footer p.blue, #footer p.blue a {
			color: #0033CC;
		}
		#footer p.blue a:hover {
        color: #65B615;
      }
      .gvCls
{
	border-left: solid 1px #DFDEDE;
	border-right: solid 1px #DFDEDE;
	border-bottom: solid 1px #DFDEDE;
	border-top: solid 1px #D1E7FF;
	background-color: #F8F7F7;
	font-size: 12px;
	font-weight: normal;
	font-family: verdana;
	color: #000000;
	width: 98%;
	vertical-align: top;
	text-align:left;
}
.gvAltRowCls
{
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-family: verdana;
	color: #000000;
}

