
body {
	margin: 0px auto 10px auto;
	text-align: center;
}

h4 {
	font-size:14px;
	color: black;
}
h3 {
	font-size: 17px;
	color: black;
}
h2 {
	font-size: 20px;
	color: black;
}

p, li, textarea, option, select, blockquote, td {
	font-family: sans-serif; 
	font-size: 13px;
}

.newslisting {
	font-size:12px;
}

code {
	font-size: 13px;
}
p.listitem:first-line {
	font-weight: bold; 
}
.smtype, .listing {
	font-size: 11px;
}
.smwhite {
	font-size: 10px; 
	color: #fff;
}
.bighead {
	font-size: 16px;
}
.tdh3 {
	font-size: 20px;
}
.hilite {
	font-family: Arial, Verdana, Helvetica, Sans-Serif; 
	font-size: 10px; 
	font-style: italic;
}
div.contentbox 	{	
	margin: 0px 2px 0px 200px;
	padding: 10px 10px 10px 10px; 
	background-color: #fff;
	text-align: left;
	font-family: sans-serif;
	font-size: small;
}	
div.wrapper {
	margin: 0px auto 10px auto;
	border-width: 1px;
	border-style: solid; 
	border-color: #000;
	width: 960px;
	background-color: white;
	text-align:center;
}
div.menubox {	 
/*	position: absolute; top:97px; left:0px; z-index:5; */
	margin: 0px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #830930;
	padding: 10px 0px 0px 0px;
/*	background-color: #fff;*/
	background-color: #808080;
	width: 200px;
	height: auto;
	float: left;
	text-align: right;
/*	color: #B1A287;*/
	color: #fff;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
}
/*
a#header {
	width: 130px; 
	margin: 2px auto 2px auto;
}
a#oulogo {
	display: block;
	margin: 10px auto 3px auto;
}
*/
div.banner {
	margin: 0px;
	width: auto;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #830930;
	padding: 8px 0px 4px 10px;
	background-color:#B18F36;
	background-image:url(images/bannerback.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-align: left;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #830930;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: black;
}
a.menulink {
/*	line-height: 200%;*/
	display: block;
	padding: 4px 10px 4px 0px;
	text-decoration: none;
	text-align: right;
/*	color: #830930;*/
	color: #fff;
}
a.menulink:hover {
	background-color: #CDCDCD;
/*	text-decoration: underline;*/
	text-decoration: none;
/*	color: black; */
	color: #000;
}
.smalltxt {
	font-size: x-small;
	font-weight: bold;
	color: black;
	text-align: left;
}

div.newsbox {
	margin: 0px -12px 10px 10px; 
	border-width: 0px 0px 0px 0px; 
	border-style: solid; 
	border-color: #ccc; 
	padding: 0px 7px 10px 7px; 
	float: right; 
	width: 180px; 
	font-size:12px;
}

/* --------------------------------- */
	
table.TabTable {
	position: relative;
	zindex: 5;
	margin: 0 0 -3px 3px;
}
/* Tab colors: 
		content border: CBD
		content background: CBG
		tab shadow: TS
		back tab background: BBG - more muted than CBG
*/
td.FrontTab {
/* background-color: CBG */
/*	background-image:url(images/frtabbkgrnd.jpg); 
	background-repeat: repeat-x; */
/*			background-color:#eef;     */
	border-width: 2px 1px 1px 2px;
	border-style: solid;
/* border-color: TS TS CBG TS   */
	border-color: #666 #666 #fff #666;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	font-size: 70%;
}
td.BackTab {
/*	background-color: BBG */
/*	background-image:url(images/tabbkgrnd.jpg);
	background-repeat: repeat-x; */
	border-width: 2px 1px 1px 2px;
	border-style: solid;
/* border-color: TS TS CBD TS */
	border-color: #666 #999 #666 #666;
	background-color: eee;
	padding: 3px 5px 3px 5px;
	font-size: 70%;
}
a.BackTab {
/* high contrast to BBG */
	color: #006;
	font-weight:bold;
	text-decoration: none;
}
a.BackTab:hover {
/* higher contrast to BBG than color  */
	color: #000;
}
div.tabbox 	{	
	margin: 1px;
	padding: 10px 2px 10px 2px; 
	background-color: #fff;
	text-align: left;
	font-family: sans-serif;
	font-size: small;
}	
div.content { 
	margin: 0px 2px 2px 2px;
/* border: 1px solid CBD */
	border: 1px solid #666; 
	padding: 10px; 
/* background-color: CBG  */
	background-color: #fff ;
	text-align: left;
	color: #000;
}


/**************** menu coding *****************/
body {
	behavior: url(csshover3.htc);
}
#menu {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background-color: #808080;
	width: 200px;
	color: #fff;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#menu a {
/*	line-height: 200%;*/
	display: block;
	padding: 4px 10px 4px 4px;
	text-decoration: none;
	color: #fff;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-size: 90%;
}
#menu a:hover {
	background-color: #CDCDCD;
	text-decoration: none;
	color: #000;
}
#menu li {
	position: relative;
	border: 0.01em transparent solid;
}
#menu ul ul {
	position: absolute;
	top: 0px;
	right: -17.8em;
	width: 18em;
	margin: 0px;
	padding: 0px;
	background-color:#808080;
	border: 1px #ccc solid;
	text-align: left; 
}

div#menu ul ul ,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

