body {
	font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: small;
	background: #9F9;
}

#topbar { 	position:fixed;
		width: 100%;
		 }

#menubar {	position:absolute; 
		top: 134px;
		width: 100%;
		 }

#contentandfooter {
		position:absolute; 
		top: 162px;
		width: 100%;
}

#footerbar { 	
		position:absolute;
		bottom: -80px;
		width: 100%;
		 }

h1 {color: blue; font-size: 120%; margin-left: 10px;}
h2 {color: green; font-size: 110%; margin-left: 20px;}
p {color: black; font-size: 100%;  margin-left: 30px;}
a:link {color: gray; text-decoration: none;}
a:hover {color:blue; font-style: bold-italic;}

.highlight {
	font-style: italic;
	font-weight: bold;
	color:blue;
	text-align: center;
}

.standout {
	font-weight: bold;
	color: red;
}

li	{
	list-style-type: circle;
	list-style-position: inside;
}

table, td  {
	background: white;
	border-spacing: 0;
	padding:0;
}

.wcitlogo {
	background: white url("..//images//wcit_logo_small.gif") right no-repeat;
	height: 80px;
}

.wcittitle {
	background: white url("..//images//wcittitle.gif") left no-repeat;
	height: 80px;
}

.menu { background: silver; color: white; text-align: center; 
	border-spacing: 0;
	padding:2px;
}

div#menubar a:link {background: silver; color: blue; }
div#menubar a:visited {background: silver; color:white; }
div#menubar a:focus {background: silver; color:yellow; }
div#menubar a:hover {background: silver; color:green; }
div#menubar a:active {background: slver; color:blue; }

.footertext {
	font-size:80%;
	line-height: 110%;
	border-spacing: 0;
	padding:0;

}

#main {padding:4px}

.topleftbox {
	background : url("../images/curvetopleftfilled.gif") no-repeat;
	height: 16px;
	width: 16px;
	padding: 0;
	border-spacing:0;
	border-width:0;
}

.toprightbox {
	background : url("../images/curvetoprightfilled.gif") no-repeat;
	height: 16px;
	width: 16px;
	padding: 0;
	border-spacing:0;
	border-width:0;
}

.botleftbox {
	background : url("../images/curvebotleftfilled.gif") no-repeat;
	height: 16px;
	width: 16px;
	padding: 0;
	border-spacing:0;
	border-width:0;
}

.botrightbox {
	background : url("../images/curvebotrightfilled.gif") no-repeat;
	height: 16px;
	width: 16px;
	padding: 0;
	border-spacing:0;
	border-width:0;
}

.horizlinetop	{
	background: url("../images/horizline.gif") top repeat-x;
	border-width:0;
	border-spacing:0;
	padding: 0;
}

.horizlinebot	{
	background: url("../images/horizline.gif") bottom repeat-x;
	border-width:0;
	border-spacing:0;
	padding: 0;
}

.vertlineleft {
	background : url("../images/vertline.gif") left repeat-y;
	padding: 0;
	border-width:0;
	border-spacing:0;
}

.vertlineright {
	background : url("../images/vertline.gif") right repeat-y;
	padding: 0;
	border-width:0;
	border-spacing:0;
}

div#topbar vertlineleft { height: 80px;}
div#topbar vertlineright { height: 80px;}

div#footerbar vertlineleft { height: 20px;}
div#footerbar vertlineright { height: 20px;}

div#content vertlineleft { height: 100px; width:16px;}
div#content vertlineright { height: 100px; width: 16px;}

.tP	{
	font-size:80%;
	vertical-align: bottom;
	text-align: center;
}