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

body {
	background-color:#FFFFFF;
	background-image:url(img/bg_tile.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:0;
	margin:0;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva;
	font-size:14px;
	line-height:18px;
	color:#444444;
}

li	{
	margin:10px 0px 0px -10px;
	list-style:disc;
	list-style-image:url(img/bullet.png);
	font-size:14px;
	line-height:16px;
	color:#333333;
}

.header	{
	color:#FFFFFF;
	background-color:#fd6d3c;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	padding-left:3px;
	margin-top:30px;
}

.bold	{
	font-weight:bold;
}

.quote	{
	color:#b0340b;
	font-style:italic;
	margin-bottom:0px;
}

.attribute	{
	color:#333333;
	text-align:right;
	margin-top:0px;
}

td.content {
	float:right;
	padding:83px 60px 100px 20px;
}

/*--===========LinksAndNav============--*/

a:link { 
	color:#d95d34;
	text-decoration: none;
	font-weight:bold;
	border:0px;
}

a:visited {
    color: #fd6d3c;
	text-decoration: none;
	font-weight:bold;
}

a:hover  {
	background-color:#e5d88a;
}

.nav_bar_local {
	color:#888888;
}