@charset "UTF-8";
/* CSS Document */

/* layout */
* {
	outline: none;
}

a {
	outline: none;
}

img {
	border:none;
}



body  {
	margin: 0 0 64px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in older IE browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-variant: normal;
	background-color: #024f6c;
	background-image: url(https://www.smith.edu/images/index/background.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}


#container {
	width: 760px;
	background: #024f6c;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: none;
	padding:0;
}
 
 #wrap {
		position:relative;
	}
	

/* fonts */

p {  /*regular paragraph text set by ems and reduced 65 percent by body tag for smaller increments in font size control*/
	color : #666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	margin-bottom: 1.3em;
	line-height: 1.34em;
	margin-top: 0;
}


h1 {
	color : #336699;
	font-family : calibri,verdana,sans-serif;
	font-size : 1.4em;
	font-weight : bold;
	margin-top: 0em;
	text-transform: uppercase;
	margin-bottom: 0.4em;
	line-height:1.34em;
	padding: 0px;
}
h2 {
	color : #336699;
	font-family : calibri,verdana,sans-serif;
	font-size : 1.4em;
	font-weight : bold;
	margin-top: .6em;
	margin-bottom:.2em;
}



h3 {
	color : #666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	font-weight : bold;
	margin-top: .3em;
	margin-bottom: .2em;
}

.smallText {
	color : #666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	line-height:normal%;
}

.caption {
	font-size:.92em;
	color:#699;
	font-family:Verdana, Geneva, sans-serif;
	margin: 0 0 1.8em 0;
	line-height:1.3em;
}

.hot {
 font-weight:bold;
 }
 
 
 #breadcrumbs {
	color:#999999;
}

#breadcrumbs a:link {
	text-decoration:underline;
	color:#999999;
}

#breadcrumbs a:visited {
	text-decoration:underline;
	color:#999999;
}

#breadcrumbs a:hover {
	text-decoration:none;
	color:#999999;
}

#breadcrumbs a:active {
	text-decoration:none;
	color:#999999;
}



 /* Link Styles  */
a:link {
	text-decoration: underline;
	color: #666;

}
a:visited {
	text-decoration: underline;
	color: #699;

}

a:hover {
	text-decoration: none;
	color:#666;
}

a:active {
	text-decoration: none;
	color:#666;
}

h2 a:link {
	text-decoration: none;
	color: #336699;
	border-bottom: none;

}

h2 a:visited {
	text-decoration: none;
	color: #336699;
	border-bottom: none;

}

h2 a:hover {
	text-decoration: none;
	color:#336699;
	border-bottom: #336699 1px dotted;


}

h2 a:active {
	text-decoration: none;
	color:#336699;
	border-bottom: #336699 1px dotted;

}

h3 a:link {
	text-decoration: underline;
	color: #666;
}

h3 a:visited {
	text-decoration: underline;
	color: #699;
}

h3 a:hover {
	text-decoration: none;
	color:#666;
}

h3 a:active {
	text-decoration: none;
	color:#666;
}


 