/* General link styles */
a:link {color: #003399;	text-decoration: none; font-weight: normal;}
a:hover {color: #ff3300; text-decoration:underline; font-weight: normal;}
a:visited {color: #003399; text-decoration: none; font-weight: normal;}

body {	
	background-color: #99cccc;
	font-family:"Times New Roman", Times, serif;	
	font-size: 1em;	
	color: #000000;
	margin-top: 0.5em;
	margin-right: 0.1em;
	margin-bottom: 0.5em;
	margin-left: 0.1em;
	}
.body {   
	/*This is needed, because the font properties break <table>.  But be careful.  If you 
	change font size or other font properties in the body tage, it will have weird and cummulative
	effects where the body class is applied.  Just use this class where you want to apply styles
	similar to those listed for the body tag.  Otherwise, create and/or use a different class
	to define the styles.*/
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	color: #000000;
}
.content {font-family:inherit; font-size: 1em; color:#000000;
			margin-right: inherit; margin-left: inherit; line-height:1.2em;}
.content a:link {color: #003399; text-decoration: none; font-weight:normal;}
.content a:visited {color: #003399; text-decoration: none; font-weight:normal;}
.content a:hover{color: #ff3300; text-decoration:underline; font-weight:normal;}

.content td {padding-left:1em; padding-right:1em; color: #000000;
			  font-size: 1em; line-height: 1.2em;}
.content td a:link {color: #003399; text-decoration: none; font-weight: normal;}
.content td a:visited {color: #003399; text-decoration: none; font-weight: normal;}


<!-- FORM elements -->
form {font-family:"Times New Roman", Times, serif; color: #000000; line-height: 1.5em;}
input {font-family:"Times New Roman", Times, serif;	color: #000000; font-size: 1em;}


h2 {color: #000000;}
h3 {font-family: "Times New Roman", Times, serif; font-size: 1.15em; color: #000000;}
h4 {color: #000000;}
table {color: #FFFFFF;}
td, th {font-family: "Times New Roman", Times, serif; color: #000000;}
textarea {font-family: "Times New Roman", Times, serif;	font-size: 1em;}
ul {font-family: "Times New Roman", Times, serif; font-size: 1em;
	 list-style-type: disc; list-style-position: outside;}
.footer { 
	font-family: "Times New Roman", Times, serif;
	font-size: 0.6em;
	font-weight: normal;
	line-height: 1.0em;
	color: #000000;
	background-color: #ffffff;
	text-align:center
	}

.headnav{background-color:#cccccc; text-align:right;}
	
/* Navigation */
	
.navigation {
	padding-left:0.2em;
	padding-right:0.0em;
	padding-top:1em;
	padding-bottom:0em;
	background-image:url(../images/Nav_bg.jpg);
	background-repeat:repeat-y;
}

/* Style for left navigation when cursor is not over a link */
td.naventry {padding-left:5px; font-family:"Times New Roman", Times, serif;
			  color:#ffffff; font-weight:bold; background-color:inherit; font-size:1.0em;}
td.naventry a:link{color:#ffffff; font-weight:bold; text-decoration:none;}
td.naventry a:hover{color:#ffffff; font-weight:bold; text-decoration:none;}
td.naventry a:visited{color:#ffffff; font-weight:bold; text-decoration:none;}

/* Style for left navigation when cursor is over a link */
td.naventryhi {padding-left:5px; font-family:"Times New Roman", Times, serif; 
				font-weight:bold; color:#ffff00; font-size:1.0em;}
td.naventryhi a:link {color:#ffff00; font-weight:bold; text-decoration:none;}
td.naventryhi a:hover {color:#ffff00; font-weight:bold; text-decoration:none;}
td.naventryhi a:visited {color:#ffff00; font-weight:bold; text-decoration:none;}

/*Some styles unique to the Chisholm Plaza pages. */
img.chis_pic {padding: 10px 20px 20px 20px}
.rental_ast {color:#0000ff;}

/*Some styles for EJB pages. */
#projects table {border-collapse:separate;}
#projects table td {border-bottom-style:solid; border-bottom-width:2px;}
.project_logo {text-align:center; vertical-align:middle; width:75px;}
td.project_photo {text-align:center; vertical-align:middle; width:160px; 
	font-size:small;padding-top:5px; padding-bottom:5px;}
.project_photo img {border:1px; border-color:#000000; border-style:solid;}



