/* ----- Screen Style Sheet - Version: 9-24-2004 ----- */

/* ----- GLOBAL ELEMENTS ----- */
body { padding: 0; margin: 0; height: auto; background-color: #C5CFD0}
.toppanel { background-image: URL(/images/master/backgroundtoppanel.jpg); background-repeat: repeat-y; background-position: left;}

/* ----- HEADINGS ----- */
h1 { font-family: verdana, arial, helvetica, sans-serif; font-size: 18px; margin:1em 0 0;}
	
/* ----- PAGE COPY ----- */
.content { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; line-height: 1.5em;}
.content a:link, .content a:visited { text-decoration: underline; color: #003399;}
.content a:hover { text-decoration: none; color: #CC6600;}
	
/* ----- COMMON ELEMENTS ----- */
img {border:0}
form { padding: 0px; margin: 0px; }
.paneltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
}

/* ----- LAYOUT - left nav bar ----- */
.leftsidenav {
	width: 241px;
	background-image: URL(/images/master/backgroundleftnav.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

/* ----- NAV ----- */
.subnavtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	text-decoration: none;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.subnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	/* background-attachment: fixed;
	background-image: URL(/images/master/backgroundtopnav.jpg);
	background-repeat: repeat-y; */
}
.topnav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.topnav a:hover {
	text-decoration: underline;
}

/* ----- Lists ----- */
	
/* ----- Search Box ----- */
.search {color:#000;margin: 0 0 1em 0; padding: .3em;position:relative;z-index:1000}
.search strong {display:block;margin:0;font-size: 130%}
.search small {margin-left: 1em}

/* ----- Page Tools ----- */
.pagetools, .pagetools a:link {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 2em;
}
.pagetools a:hover { text-decoration: none; color: #CC6600; }

/* ----- Footer ----- */
.footer {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 2em;
}
.footer a:link { text-decoration: none; color: #003399; }
.footer a:hover { text-decoration: none; color: #CC6600; }
