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

body{

	//background-image:url('generic/bgcubes2.gif');
	background-repeat:no-repeat;
	background-position:left top;
	background-attachment:scroll;
	
	padding-left: 240px;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 610px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:150%;
	color:#000000;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

a:link {
	font-style:italic;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #000000
}
a:active {
	text-decoration: none;
}

ul.navbar{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	list-style-type: none;
	line-height:130%;
	padding: 10px;
    margin: 0;
	color:#606060;
	position:absolute;
	top: 00px;
	left: 10px;
	width: 220px;
}
ul.navbar li {
    margin: 0.5em;
    }
  ul.navbar a {
    text-decoration: none
	}
  a:link {
    color: #606060
	}
  a:hover { 
	color: #000000;
	text-decoration: none;
	}
  a:visited {
    color: #606060
	}
navcur {
	font-style:normal;
	color:#000000;
	padding-left: 1em;
}
navtit {
	font-style:normal;
	color:#a02d1e;
}		
logo{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:100;
	font-size:30px;
	color:#BF5784;
	line-height:110%;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:100;
	font-size:30px;
	color:#666666;
	line-height:110%;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:100;
	font-size:16px;
	color:#666666;
	line-height: 0%;
}
subtit{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:100;
	font-size:20px;
	color:#666666;
	line-height: 100%;
}
address{
	color:#333333
}