/* CSS Document */

body {
	background: #B3B3B3 url(../images/backgroundTile.gif) repeat-x;
}
body,td,th {
	font: 12px/18px Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}
td.footer {
	font: 10px/8px Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
td.footernav {
	font: 12px Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1 {
	font: 18px/22px Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #284A8A;
}

h1.content {
	padding-left: 15px;
	padding-right: 10px;
}
h2 {
	font-size: 14px bold;
	color: #284A8A;
}
ul.bullets {
	list-style-type: square;
}
li p.bullets {
	font: 12px/10px Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height: 5px;
}
p.content {
	padding-left: 15px;
	padding-right: 10px;
}
p.portfolio {
	font-size: 10px;
	color: #595959;
}
#arrowlist {
	list-style: none;
	font-size: 12px;
	 /*margin-left: -15px;*/ 
}
#arrowlist li {
	padding-left: 20px;
	padding-bottom: 5px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #284A8A;
	font-weight: bold;
}
a {
	text-decoration: underline;
	color: #284A8A;
}

a.footer {
	text-decoration: none;
	color: #FFF;
}
a.portfolio {
	text-decoration: none;
	color: #595959;
}
#arrowlist li a {
	text-decoration: none;
	color: #595959;
	font-weight: normal;
}
a:hover {
	color: #595959;
	text-decoration: underline;
}
#arrowlist li a:hover {
	text-decoration: underline;
	color: #000;
}
a.footer:hover {
	color: #FFF;
}
a.portfolio:hover {
	color: #000;
}