@charset "utf-8";

/*SET VALUE OF BACKGROUND COLOR TO MATCH EXPORTED GRAPHICS 
The color below should match the color that you selected for the sidebar
*/
td#nav1,td#nav2 {
background-color:#C10524; 
}







.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:black;
		margin-top:15px;
	padding:5px;
	vertical-align:top;
	text-align:left;
}

#nav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:5px;
	text-align:left;	

}

#nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:5px;
	background-color:#43999A;
	text-align:left;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#C4AC65;
	padding:5px;
	vertical-align:middle;
	text-align:left;
}

.maintext {
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:5px;
	vertical-align:top;
	text-align:left;
	
}

.quote
{
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

/*SET VALUE OF border-color to match one of the other colors used in the design. The 
darker option is usually best. Change the color in line 78.
*/
img.campusimage
{
border-width:thin;
border-color:#C10524;
margin-top:10px;
margin-bottom:5px;
margin-left:5px;
margin-right:5px;
padding:5px;
}

/* Set Link color based on hj logo color selected. If you chose the black hj logo, set
your color below to be black. If you use the white hj logo, leave the color set to white
 */
 a
{
color:WHITE;
}






/* Set Link color based on hj logo color selected. If you chose the black hj logo, set
your color below to be black. If you use the white hj logo, leave the color set to white
This is the color of the links after someone has clicked them one time.
 */
a:link
{
color:WHITE;
}



/*SET REGULAR LINK COLOR - change it on line 114 and line 119. Also determines color of regular text on the page. The color below should match the color that you selected for the sidebar (dark color)
*/
.maintext, .maintext a, .photocredit a
{
color:#C10524;
}

.maintext a:link,.photocredit a:link
{
color:#C10524;
}






a:hover
{
color:#C4AC65;
}

.photocredit
{
font-size:9px;
text-align:right;
}


