/* css for standard tags */
html {
	
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #993333;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 13px;
}


/* styles that control the area in the masthead */

#masthead img.logo {
	position: absolute;
	z-index: 1000; /* makes sure that nav bar drops down over sjfc logo -- see #yellowbar2 */
	top: 30px; 
	left: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}	

/* controls the look of ths space where the top nav lives */
#yellowbar2 {
	position: absolute;
	z-index: 2000; /* makes sure that nav bar drops down over sjfc logo -- see #masthead img.logo*/
	width: 100%;
	height: 18px;
	background-color: #ffcc33;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	
}

#colorfield {
	width: 100%;
	height: 132px;
	/*background-color: #993333;*/
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 5px 0px;
	background-image: url(/images/spacer_colorfield.png); 
	background-repeat: repeat-x;
	border-bottom: #ffffff solid 1px;
}

.deptMasthead {
	border-top: #ffcc33 solid 10px;
	margin: 0px;
	border-bottom: #ffffff solid 1px;
	padding: 0px;

}


#splash {
	margin: 0px 50px 0px 120px;
	padding: 0px;
}

#topPhoto {
	position: absolute;
	z-index: 1010; /* makes sure that nav bar drops down over sjfc logo -- see #yellowbar2 */
	top: 149px; 
	right: -1px;
}

#welcome {
	border: 0px;
	padding: 0px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
/* universal footer style */
#redfooter {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	border-top: #ffffff solid 1px;
	font-size: 10px;
}

#redfooter p {
	font-size: 10px;
}

#redfooter a {
	color: #ffcc33;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
	
#redfooter a:hover {
	text-decoration: underline;
	}	
	
#content {
	margin: 0px;
	padding: 0px;
}

#content td.left {
	vertical-align: top;
	padding: 0px 20px 0px 80px;
	width: 500px;
}

#content td.right {
	vertical-align: top;
	padding: 0px 30px 0px 75px;
}


#indexLink li {
	padding-left: 5px;
	list-style: url(/images/yellow_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 13px;
}

#indexLink a {
	color: #ffcc33;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#indexLink a:hover {
	text-decoration: underline;
}


