/* Imports */
@import url(basestylesheet.css);


/* Elements */
body, p, td, th, input, select, button {
	font-size: 11px;
}
body {
	background-color:#002200;
}

#citysearch {
	
	width:175px;
	height:300px;
	margin-left:5px;
	overflow: auto;
	font-weight:bold;

}

hr {

width:100%;
color:#999999;

}

li {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

ul {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

h1 {
	font-size:16px;
}
	
h2 {
	font-size:14px;
}
	
h3 {
	font-size:12px;
}

h4 {
	font-size:10px;
}

a {
	text-decoration: none;
	color: #4F5337;
	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
a:visited {
	text-decoration: none; 
	color: #4F5337;
	}

a:hover {
	text-decoration: none; 
	color: #000000;
	}
	
a:active {
	text-decoration: none; 
	color:#003300;
	}


/* IDs */
#topnavbar {
	font-size:11px;
	line-height: 14px;
}

#bottomnavbar {
	font-size : 10px;
}
	
#leftnavbar {
	font-size: 11px;
}

#footer {
	font-size : 7px;
}

#announcement p {
	font-size: 12px;
}

#nav {
	font-size: 10px;
}


/* Classes */	
.fineprint {
	font-size: 9px;
}

.ppdisplay {
	background-image:url('ppbg.jpg');
	background-repeat:yes;
	height:130px;
}

.pagehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	letter-spacing:3;
	}
	
.propertybold {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	}

.bodytext {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin-left:5px;
		}

.navtitle {
	font-size: 11px;
}
		
.navmajor {
	font-size: 12px;
	line-height:14px;
}
		
.navminor {
	font-size: 11px;
	line-height:14px;
}
		
.navbarboxheading {
	font-size: 11px;
	line-height:14px;
}
		
.navbarbox p {
	line-height: 12px;
}
	
.callout {
	font-size:11px;
	line-height:14px;
}

