html {
	padding:1px;
	min-height:100%;
}

body {
	background:#e4c9c9;
	color:#008;
	background-image: url("images/bg-uusr.png");
	background-attachment:scroll;
	background-repeat:repeat-x;
	font-size:12pt;
	width:750px;
	padding:20px;
	margin:0 auto;
}

.container {
	padding-left:10px;
	float:left;
	text-align:left;
	line-height:130%;
	width:590px;
}

/*-- IMAGES --*/

a img {
	border:none;
	position:center;
}

.loadPic {
	display:none;
}

/*-- SHADOWS --*/

.shadowleft {
	margin:2px 5px 2px 0px;
	float: left;
	background-color: #888; /*set shadow color*/
}

.shadowleft img {
	display: block;
	position: relative;
	margin: -4px 4px 4px -4px; /* set pix position relative to shadow */
	padding: 4px; /* set frame width */
	background-color: #fff; /* set frame color*/
	border:1px solid #ccc;
}

.shadowright {
	margin:2px 0px 2px 10px;
	float:right;
	background-color: #888; /*set shadow color*/
}

.shadowright img {
	margin: -4px 4px 4px -4px;
	display: block;
	position: relative;
	padding: 4px;
	background-color: #fff; /* set frame color*/
	border:1px solid #ccc;
}

/*-- LINKS --*/

a:link {
	color:#00f;
	text-decoration:none;
}

a:visited {
	color:#080;
	text-decoration:none;
}

a:hover {
	color:#f00;
	text-decoration:none;
}

a:active {
	color:#f00;
	text-decoration:none;
}

/*-- TEXT FORMATTING --*/

div.center {
	margin:0 120px 0 120px;
}

p {
	padding-left:10px;
}

hr {
	color:#00ced1;
	line-height:1%;
}

h1,h2,h4 {
	color:#008;
	text-align:center;
	font-style:italic;
}

h3 {
	color:darkred;
}

h5 {
	text-align:center;
	border-style: solid;
	border-width:1px;
	border-color:black;
	border-left:0px;
	border-right:0px;
}

.full {
	clear:both;
}

.headline {
	font-size:18pt;
	font-weight:bold;
	color:red;
	text-align:center;
}

.oldbrowser {
	display:none;
}

.name {
	font-size:20pt;
	font-weight:600;
	text-align:center;
	font-style:italic;
	color:#008;
	/*font-family:"Copperplate Gothic Bold","Times New Roman","MS Serif";*/
}

.addr {
	font-size:14pt;
	text-align:center;
	font-style:italic;
	color:#008;
	/*font-family:"Copperplate Gothic Bold","Times New Roman","MS Serif";*/
}

/* ----- NAVIGATION CODE ----- */        

#navcontainer {
	background:transparent;
	float:left;
	display:block;
	margin-top:70px;
	margin-left:10px;
	width: 110px;
}

ul#navlist {
	/*font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;*/
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 90px; /* button width */
}

ul#navlist li {
	display: block;
	font-size:7pt;
	font-weight:600;
	margin-left: -10px;
	padding: 2px;
}

ul#navlist li a {
	display: block;
	color:#000;
	width: 100%;
	padding: 4px 6px 4px 6px; /* affects button size */
	border-width:2px;
	border-color:#eee #aaa #aaa #eee;
	border-style: outset;
	text-decoration: none;
	background: #bbf; /*button face color*/
	z-index:1;
}

#navcontainer>ul#navlist li a {
	width: auto;
}

ul#navlist li#active a {
	color:#600;
	background:#fbb
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	position:relative;
	top:1px;
	left:1px;
	border-width:2px;
	border-color:#eee #aaa #aaa #eee;
	border-style: inset;
}

ul#navlist li a span {
	display:none;
}

ul#navlist li a:hover span {
	display:block;
	position:absolute; 
	top:0px; 
	left:170px; 
	padding:6px 10px 6px 10px;
	border-color:#eee #aaa #aaa #eee;
	border-width:1px;
	border-style:solid;
}


/* style sheet (c) Dick Ober, http://baystatehost.com Worldwide rights reserved */