a
{
	color: #00C;
}

a:hover
{
	color:#FA0;
}

body
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
}

img
{
	border-color: black;
}

img:hover
{
	border-color: #0000CC;
}

table.homie
{
	border-color: black;
	border-width: 2px;
	border-style: solid;
}

.title-blue
{
	color: #00C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.large
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.normal
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.caption
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.nav-teal,a.nav-teal
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

a.nav-teal:hover
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
}

.nav-blue,a.nav-blue
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}

.nav-blue-on,a.nav-blue-on
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

a.nav-blue:hover
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
}
.nav-cat,a.nav-cat
{
	color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 10px;
}
a.nav-cat:hover
{
	color: silver;
	text-decoration: underline;
}
a.nav-cat img
{
	position: relative;
	top: 10px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
}
.nav-blue-sub,a.nav-blue-sub
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.nav-blue-sub-on,a.nav-blue-sub-on
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a.nav-blue-sub:hover
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

.copyright,a.copyright
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a.copyright:hover
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
#NS-fix{
	position: relative;
	top: 0px;
	left: 0px;
	width: 700px;
}

#pic-info
{
	background-color: #0000cc;
	border-color: #3399FF;
	border-width: 2px;
	border-style: solid;
	padding: 3px;
	width: 300px;
	position: absolute;
	top: 250px;
	left: 350px;
	visibility: hidden;
	z-index: 1;
	text-align: left;
}

#quote
{
	width: 200px;
	color: #003;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

/*TABBED EXTRAVIGANZA BELOW*/
.dept-tab
{
	float: left;
	/*white-space: nowrap;*/
}

.tab-left, .tab-left-on
{
	float: left;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	background-image: url(images/tab-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.tab-left-on { background-image: url(images/tab-left-on.gif); }

.tab-right, .tab-right-on
{
	float: left;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	font-size: small;
	line-height: 160%;
	font-weight: bold;
	vertical-align: top;
	background-image: url(images/tab-right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 10px;
}

.tab-right-on { background-image: url(images/tab-right-on.gif); }

a.dept-nav, a.howto-nav
{
	margin: 5px 0px 3px 10px;
	color: white;
	font-size: small;
	line-height: 160%;
	font-weight: bold;
	text-decoration: none;
}

a.dept-nav-on
{
	margin: 4px 5px 4px 10px;
	color: black;
	font-size: small;
	line-height: 160%;
	font-weight: bold;
	text-decoration: none;
}

a.dept-nav:hover
{
	color: white;
	text-decoration: underline;
}

a.dept-nav-on:hover { color: black; }

#nav-path		
{
	background-color: #39F;
	margin-bottom: 5px;
	font-size: x-small;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	padding: 4px 0px 4px 10px;
	border-color: #FFF;
}

#nav-path a
{
	text-decoration: none;
	color: white;
}

#nav-path a:hover
{
	text-decoration: underline;
	color: white;
}

#nav-path-bot
{
	margin-bottom: 5px;
	font-size: small;
	padding: 4px 0px 4px 10px;
	font-weight: bold;
	border-color: #39f;
	border-width: 0px 1px 1px 1px;
	border-style: none dashed dashed dashed;
}

#nav-path-bot a
{
	text-decoration: none;
	color: #00C;
}

#nav-path-bot a:hover
{
	text-decoration: underline;
	color: #FA0;
}

#pagination
{
	text-align: left;
	margin: 0px 0px 7px 10px;
}

#pagination	a { text-decoration: none; }

#topnav-top
{
	background-image: url(images/wave-test.gif);
	background-position: 700px 0px;
}

#botnav-bot { background-image: url(images/wave-bot-end.gif); }

.event-listing		
{
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
	padding: 5px 0px 5px 0px;
	clear: both;
	border-color: #39f;
}

.event-title
{
	color: #00C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.event-listing blockquote, p
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.event-listing img.main		
{
	margin: 5px 0px 5px 5px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	float: right;
}
.event-flyer		
{
	margin: 5px 0px 0px 0px;
	font-size: small;
	font-weight: bold;
}

#who-pics
{
	padding: 2px 4px 2px 4px;
	background-color: silver;
	float: right;
	display: inline;
	margin: 0 0 0 5px;
	text-align: center;
}

#who-pics img { margin: 2px 0px 2px 0px; }

.qbp-link,a.qbp-link
{
    color: ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	margin: 0px;
}

a.qbp-link:hover
{
    color: ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
}

div.qbp-link-div
{
    width:64px; 
    margin:0px 0px 0px 5px; 
    border-style:solid; 
    border-color:ffffff; 
    border-width:1px 3px 3px 1px;
}