@media print {
	#portal-top {
		display: none;
	}	
}

@media screen {
	#portal-top-print {
		display: none;
	}	
}

body {
    font: 69% Verdana, sans-serif;
    background-color: white;
    margin: 0px;
}

a {
	text-decoration: none;
    color: #0000CC;
}

a:hover {
    text-decoration: underline;
}


img {
    border: none;
    vertical-align: middle;
}

/* Generic Style Elements */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bottom {
    vertical-align: bottom;	
}

/*
** Structural Elements
*/

.sidebar {
	border: none;
    margin-bottom: 1em;
    padding: 0;
}

.sidebar div {
    border-bottom: 1px solid #CCCCCC;
    padding: 3px 0px 4px 0px;
}

.director_title {
    font-size: 120%;
    border-bottom: none;
    font-weight: bold;
    color: #0066CC;
    padding-top: 0.25em;
}

#documentTopbar {
	width: 100%;
	color: #0066CC;
    font-size: 175%;
	border-bottom: 1px solid #0066CC;
}

#documentTopbar a {
    text-decoration: none;
}




/* Footer Elements */

#footer {
    margin-top: 15px;
    border-top: 1px solid #CCC;
    padding: 5px;
    font-size: 10px;
    clear: both;
    text-align: center;
    color: #666;
}

#footer table {
	margin-left: auto;
	margin-right: auto;
}

#footer ul li {
	list-style: none;
	display: inline;
	padding-left: 2px;
}

#footer ul {
    margin-bottom: 0px;
}

#footer img {
	float: right;
	border: 0px;
}

#footer a:link, #footer a:visited {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.fine, .fine ul, .fine li, .fine a:link, .fine a:visited, .fine a:hover {
	color: #666;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
