/* This defines the default font */
* 	{ 
	

	} 

/* i want page color to be changed easily accross pages */
body    { 
	margin: 0px 0px 0px;
	background-color:#232D5A;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}


/* 	scrollbar-face-color: #1C203A; scrollbar-highlight-color: #232D5A;  */
/* 	scrollbar-shadow-color: #0000FF;scrollbar-3Dligh-color: #ffffff;    */
/* 	scrollbar-arrow-color: #ffffff; scrollbar-darkshadow-color: #ffffff;*/
/* 	scrollbar-base-color: #ffffff;					    */
	




/* These define the Link properties */

a:link  { 
	color: #232D5A;
	}
a:visited { 
	color: #1C203A;
	}
a:hover { 
	color: #0000FF;
	background-color: #FFFFFF;
	}
a:active { 
	color: #1C203A;
	}


/* Breadcrumbs Trail */

#bread {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 75%;
	position: relative;
	left: 110px;
	top: 0px;
	
	}

#bread ul {
	/*/*/margin: 0;
	white-space: nowrap;
	padding: 0; /* */
	
	}

#bread li {
	display: inline;
	list-style-type: none;
	}



/* the following drives the top navigation menus */
#navlist
	{
	margin: 0;
	padding: 0 0 0px 0px;
	border-bottom: 1px solid #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 90%; 
	
	}

#navlist li {
	display: inline;
	list-style-type: none;
	}

#navlist ul {
	/*/*/margin: 0;
	white-space: nowrap;
	padding: 0; /* */
	}

#navlist a {
        
	/*/*/padding: 0px 2px 0px 9px;
	border: 1px solid #333;
	background-color: #999;
	background-image:  url(navbg1.gif); /* */
	}

#navlist a:link, #navlist a:visited {
	color: #000;
	/*/*/color: #EEE;
	text-decoration: none; /* */
}
#navlist a:hover {
	border: 1px solid #333;
	background-image:  url(navbg2.gif);
	color: #333;
}

/* makes the present page highlighted in the navigation menu */

#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	/*/*/border: 1px solid #333;
	background-color: #FF6600;
	background-image:  url(navbg2.gif);
	color: #333; /* */
	}

/* the following defines the bottom navigational links */

#navlistbottom ul {
	/*/*/margin: 0;
	white-space: nowrap;
	padding: 0; /* */
	}

#navlistbottom li { 
	display:inline;
	list-style-type: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 90%; 
	
	}

#navlistbottom
	{
	margin: 0;
	padding: 10px 50px 0px 100px;
	border-top: 1px solid #000;
	text-align: right;
	letter-spacing: 3px
	}

/* Separate properties for the search button */

#search {
	position: relative;
	left: 620px;
	top: 95px;
	}

#searchbutton {
	background-color: #232D5A;
	font-family: Tahoma, sans-serif;
	font-size: 12px; 
	color: white;	
	}

#searchfield {
	font-size: 12px;
	}



/* this defines the bulk text properties */

#bulktext {
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;	
	}

#bulktexttight {
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;	
	}

#bulktextsmall {
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	}


#copyright {
	position: relative;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #232D5A;
		}


/* this defines the drop down menu properties */

option.dropdown {
	background-color: #232D5A;
	color: white;
	}

option.dropdown2 {
	background-color: #5A6283;
	color: white;
	
	}


option.dropdown3 {
	background-color: #8389A2;
	color: white;
	
	}

span.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
 	}


/* Secion defines the database search */
.db_title {
	padding:0px;
	text-align:center;
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	}

.db {
	width: 450px;
	font-size: 80%;
	background-color: #232D5A;
	text-align:center;
	padding: 15px 1px 1px 1px;
	border: 1px solid #CCCCCC;

	}
	
div.results
	{
	height: 60%;
	background-color: #F3F3E4;
	text-align:center;
	padding: 10px 0px 10px 0px;
	}
	

/* General drop cap */

.dropcap {
	width: 1em;
	height: 1em;
	float: left;
	text-align: center;
	font-size: 30pt;
	
}

.dropcap2 {
	width: 1em;
	height: .8em;
	float: left;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	color: #5A6283;
}