A:link {color: #3366FF; text-decoration: underline;}

A:visited {color: #3366FF; text-decoration: underline;}

A:active {color: #3399CC; text-decoration: underline;}

A:hover {color: #3399CC; text-decoration: underline;}


body {
	margin: 0;
	padding: 0;
	background-image: url(images/front_page/tile_background.jpg);
	background-repeat: repeat-x;
	}
	
.portfolio-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333399;
}

.portfolio-subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333399;
	line-height: 22px;
	font-style: italic;
}

.portfolio-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333399;
	line-height: normal;
}

.portfolio-copy-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333399;
	line-height: 22px;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

.portfolio-copy-Medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333399;
}

.portfolio-copy-Medium-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333399;
}

.portfolio-frontpageboxes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333399;
	line-height: 12px;
}

.portfolio-frontpageboxes-italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333399;
	font-style: italic;
}

.portfolio-frontpageboxes-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333399;
	line-height: 12px;
}

.indent {
	margin-left: 10px;
}


#navlist {
	position: absolute;
	left: 0px;
	top: 140px;
	width: 181px;
	visibility: visible;
}

#navlist ul {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 14px;
	line-height: 21px;
}

#navlist li {
	margin: 0;
}

#navlist a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 0px;
	border-color: #ddd #000 #000 #ddd;
	background-color: #999999;
	background-image:  url(images/css_subnavigation/l1_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#navlist a:link, #navlist a:visited {
	color: #013A68;
	text-decoration: none;
}

#navlist a:hover, #navlist a:active {
	background-color: #FFFFFF;
	background-image:  url(images/css_subnavigation/l1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #013A68;
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background-color: #E1EAF5;
	background-image:  url(images/css_subnavigation/l1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #013A68;
}

.quotes {
	list-style-position: outside;
	list-style-image: url(images/accents/quote.gif);
}
