body {
    background: #ffffff fixed url(qwerty.gif);
    background-position: center top;
}
body, p, ul, li, ol, td {
    color: black;
    font: 12px arial, sans-serif;
}
a:link, a:visited, a:hover, a:active {
   color: #0000ff;
}
table.bdr {
    border-bottom: 1px solid blue;
    border-top: 1px solid blue;
    font: 11px black arial, sans-serif;
}
.f1 {
    font-weight: bold;
    font-size: 14px;
}
.f2 {
    font-weight: bold;
    font-size: 16px;
}
.f3 {
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
}
.f4 {
    font-size: 10px;
}
.f5 {
    font-weight: bold;
    font-size: 12px;
}
.f6 {
    font-style: italic;
    font-size: 14px;
}
.welcome
{
   font-size: 14px;
}
.title {
    border-bottom: 1px solid blue;
    border-top: 1px solid blue;
    font-weight: bold;
    font-size: 16px;
    padding: 3px 0;
}
.i12 {
    font-style: italic;
    font-size: 12px;
}
.i10 {
    font-style: italic;
    font-size: 10px;
}
.tab {
    font-weight: bold;
    font-size: 14px;
    border-bottom: solid 1px blue;
    border-right: solid 1px blue;
    width: 200px;
    padding: 2px 0;
}
.medtxt {
    font-style: italic;
    font-size: 18px;
    white-space: nowrap;
    padding: 5px;
}
.tinytxt {
    font-size: 10px;
    padding: 0 10px;
}
#cont {
    width: 100%;
}
.pad {
    padding-top: 20px;
} 
.top {
    padding: 50px 0 0 0;
}
/* main nav */
ul#menu {
	position:relative;
	left:0;
	top:0; 
	width:150px;
	z-index:1000;
	cursor:default;
	}
/* menus */
ul#menu ul {
	visibility:hidden;
	margin-left:150px;
	margin-top:-1.5em;
	padding:0;
	list-style-type:none;
	width:150px;
	position:absolute;
	z-index:1020;
	cursor:default;
	}
ul#menu ul li, ul#menu ul div {
	width:170px;
	}
/* noscript menu trigger */
ul#menu li:hover > ul {
	visibility:visible;
	}
/* shift menus to interlace borders */
ul#menu ul {
/*		left:-1px; */
	padding-top:1px;
	}
/* list-items */
ul#menu li, ul#menu div {
	width:170px;
	text-align:left;
	cursor:pointer;
	cursor:hand;
	}
ul#menu, ul#menu li {
	margin:0;
	padding:0;
	list-style-type:none;
	}
/* shift list-items to interlace borders */
ul#menu li, ul#menu div {
	margin-top:-1px;
	}
/* links */
ul#menu a, ul#menu a:visited {
    text-align: left;
	position:relative;
	display:block;
	background-color: white;
	border-right:1px solid blue;
	border-top:1px solid blue;
	border-bottom:1px solid blue;
	padding:3px 7px;
	color: black;
	text-decoration:none;
	letter-spacing:0.1em;
	cursor:pointer;
	cursor:hand;
    font: 11px arial, sans-serif;
	}
ul#menu a:hover,ul#menu a:focus {
	background-color: #00ccff;
	color: black;
	}
.uln1 {
    border-bottom: 1px solid blue;
}    
.uln2 {
    border-left: 1px solid blue;
    border-bottom: 1px solid blue;
}    
.uln3 {
    border-left: 1px solid blue;
}
.img {
    border: 1px solid blue;
}
    
    