body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	line-height: 120%;
	color: #333333;
}

div#content_row div#content a {
	color: #5a7ac7;
	text-decoration: none;
}
div#content_row.residents div#content a:hover {
	color: green;
	text-decoration: underline;
}
div#content_row.business_and_investors div#content a:hover {
	color: blue;
	text-decoration: underline;
}
div#content_row.visitors div#content a:hover {
	color: #ec4d23;
	text-decoration: underline;
}
div#content_row.students div#content a:hover {
	color: #f69534;
	text-decoration: underline;
}

/*
a {
	text-decoration: none;
}

div#content_row.residents div#content a {
	color: green;
}

div#content_row.business_and_investors div#content a {
	color: #235fad;
}

div#content_row.visitors div#content a {
	color: #ec4d23;
}

div#content_row.students div#content a {
	color: #f69534;
}

div#content_row.residents div#content a:hover,
div#content_row.business_and_investors div#content a:hover,
div#content_row.visitors div#content a:hover,
div#content_row.students div#content a:hover {
	text-decoration: none;
	color: #777777;
}
*/
a.external_link {
	padding-right: 20px;
	background: url(../images/external_link.gif) right no-repeat;
}

a.external_link:hover {
	color: red;
}

div#content {
	color: #939383;
}

div#content a:hover {
	color: #777777;
}

div#footer {
	padding: 12px;
	width: 955px;
	margin: 0 auto;
	font-size: 85%;
}

div#footer p {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
}

div#footer p a {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}

div#footer p a:hover {
	text-decoration: none;
	border-bottom: 2px solid #555555;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	margin: 0;
	padding: 4px 0;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
}

div#content {
	line-height: 150%;
}

div#location-line {
	font-size: 80%;
	color: #666666;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #cccccc;
}
	
/* Preloaded Images */
div#preload {	height: 0; overflow: hidden; }
div#preload_residents_ro { background: url(../images/menu/residents_ro.png) no-repeat }
div#preload_business_and_investors_ro { background: url(../images/menu/business_and_investors_ro.png) no-repeat }
div#preload_visitors_ro { background: url(../images/menu/visitors_ro.png) no-repeat }
div#preload_students_and_teachers_ro { background: url(../images/menu/students_and_teachers_ro.png) no-repeat }
div#preload_rollover { background: url(../images/gift_baskets/rollover.png) no-repeat }

/* remove borders from image links */
div#content_row a img {
	border: none;
}