body, table, tr, td {
	font-family: verdana, arial, geneva, helvetica;
	font-size: 9pt;
}

a { outline: none; }

body {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	background: url("images/portal-bkgd.gif") repeat;
}

#header {
	margin: 0px;
    padding: 10px;
	background: #a0a0a0;
    border-bottom: 1px solid white;
}

#categories {
	float: left;
    padding: 10px;
	width: 230px;
}

#categories a:link {color: red; text-decoration: none;}
#categories a:visited {color: red; text-decoration: none;}
#categories a:hover {color: #D00000; text-decoration: none;}
#categories a:active {color: red; text-decoration: none;}

.catlist {
    line-height: 12pt;
}

#content {
	margin: 0 0 0 251px;
    padding: 10px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#content a:link {color: #202020; text-decoration: none;}
#content a:visited {color: #202020; text-decoration: none;}
#content a:hover {color: #D00000; text-decoration: none;}
#content a:active {color: #202020; text-decoration: none;}

p {
    margin-top: 4px;
	margin-bottom: 0px;
}

h1 {
	font-size: 10pt;
	font-weight: bold;
	color: red;
	margin-top: 0px;
	margin-bottom: 1px;
	font-variant : small-caps;
}

h2 {
	font-size: 9pt;
	font-weight: bold;
	color: red;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 9pt;
	font-weight: bold;
	color: red;
	margin-top: 8px;
	margin-bottom: 0px;
}

form, input, select {
    font-size: 8pt;
    margin: 0;
    padding: 0;
}

.tiny {
	font-size: 7pt;
}

.clock {
    font-size: 8pt;
}

/* ---------- drop-down link lists ---------- */

.menu {
    position:relative;
    list-style:none;
    margin:0;
    padding:0;
}

.menu li {
    position:relative;
    display:inline;
    font-style:italic;
    cursor:pointer;
}

.menu li:hover {
    font-weight:bold;
    font-style:normal;
}

.menu li ul {
    position:absolute;
    white-space:nowrap;
    text-align:left;
    list-style:none;
    display:none;
    z-index:5;
    left:25px;
    top:0.8em;
    margin:0;
    padding:0;
    border:1px solid white;
    background-color: #c0c0c0;
    font-weight:normal;
    font-style:normal;
}

.menu li ul li {
    position:relative;
    left:0;
    display:list-item;
    cursor: pointer;
}

.menu li ul li:hover {
    font-weight:normal;
    font-style:normal;
}

.menu li ul li a {
    margin: 0 4px 0 4px;
    font-weight:normal;
    font-style:normal;
}

.menu li:hover ul {
    display:block;
}

