/* CSS Document */
body {
background-color:#FFF;
}
h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:2.000em;
	font-weight:100;
	line-height:100%;
	color:#518274;
}
h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.125em;
	font-weight:100;
	line-height:100%;
	color:#518274;
	text-transform:uppercase;
}
h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	line-height:100%;
	color:#518274;
}
h4, h5, h6 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:100;
	line-height:150%;
	color:#333333;
}
p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:150%;
	color:#333333;
}
#socialmedia p a:link { color:#518274;
} 

#bottomnav ul li {
	list-style-type:none;
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.750em;
	line-height:200%;
	color:#333333;
}
#internship table {
	width:92%;
	margin:auto;
	border-top:1px #999 solid;
	border-bottom:1px #999 solid;
}
#internship p {
	font-size:100%;
}
#footer p {
	text-align:center;
}
#footer table {
	width:320px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}
#content li, #leftside li, #rightside li {
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.875em;
	line-height:200%;
	color:#333333;
}
#content p a:link {
	text-decoration:underline;
} 
td {
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.750em;
	line-height:150%;
	color:#333333;
}
a img {
	border:0;
}
a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#333;
	text-decoration:none;
}
a:active {
	color:#333;
	text-decoration:none;
}
a:hover	{
	color:#518274;
	text-decoration:none;
}
a:focus	{
	color:#518274;
	text-decoration:none;
}
/* This is the Featured Content columns */
#featured .button a {
	display:block;
	float:left;
	width:88px;
	padding:5px 5px;
	margin-right:10px;
	background:#518274;
	border-radius:5px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
#featured p {
	text-align:left;
}
#featured p a:link {
	text-decoration: none
}
/* Photo Gallery CSS */
#content img.small { 
	padding:1px; 
	background-color:#eee; 
	border:1px #005900 solid; 
	margin:5px; 
}