body 
{
	color: #000;
	font-size: 90%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #45648a;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	}
	
/****************link classes*****************/
a:link
{
	color: #ae6d28;
	text-decoration: none;
	}

a:visited
{
	color:#370681;
	text-decoration: underline;
	}
a:active
{
	color:#006699;
	text-decoration: underline;
	}
a:hover
{
	color:#3299cc;
	text-decoration: underline;
	}
/****dklinks are placed on red at the top of the page*****/	
a.dk:link

{
	color: #f7dda3;
	text-decoration: none;
	}
a.dk:visited
{
	color:#cfc6b1;
	text-decoration: none;
	}
a.dk:active
{
	color:#ffffff;
	text-decoration: none;
	}
a.dk:hover
{
	color:#fff;
	text-decoration: none;
	}
/***linkscol links are on the left of each dept page***/		
a.linkscol:link {

	color: #666666;
	text-decoration: none;
	padding-left:10px;
	font-size:85%;
}
a.linkscol:visited {

	color: #999999;
	text-decoration: none;
	padding-left:10px;
	font-size:85%;
}
a.linkscol:hover {

	color: #e4960f;
	text-decoration: underline;
	padding-left:10px;
	font-size:85%;
}
a.linkscol:active {

	color: #e4960f;
	text-decoration: underline;
	padding-left:10px;
	font-size:85%;
}

/****************text classes*****************/	
h1 {
	font-size: 150%;
	color: #726952;
	font-variant:small-caps;
	letter-spacing: .15em;
}

h2 {
	font-size: 120%;
	color: #726952;
	letter-spacing: .13em;	
	font-variant:small-caps;
}

h3 {
	font-size: 110%;
	letter-spacing: .13em;	
	font-variant:small-caps;
	color: #89806a;
}


h5 {
	font-size: 110%;
	font-weight: bold;
	color: #666666;
}
h6 {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}
.ultall {
	line-height:25px;
}
.noicon {
	line-height:20px;
	list-style-type: none;
	}

.redemphasis {
	color:#CC0033;
	font-weight:bold;
	}
.redtext {
	color:#CC0033;
	font-size:smaller;
	
	}
/***news is front page smaller font and border***/	
.news {
	
	padding-bottom:8px;
	margin-left:15px;
	margin-right:10px;
	font-size:85%;
	border-bottom:dashed 1px #ccc;
	
	}
.news h4{
	font-weight:bold;
	}
.asterisk {
	font-size:9px;
	}
/***grnemphasis is NOT green anymore***/	
.grnemphasis {
	font-weight:bold;
	color:#663300;
	}
/****************cell classes*****************/
/***dividers are on the homepage***/	
.dividers {
	background-color:#d4cec1;
	border-top: solid 1px #a19376;
	border-bottom: solid 1px #a19376;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	color:#645d4e;
	
	}	
.photos {

	border-bottom: dashed 1px #ccc;
	padding-bottom:25px;
	}
/***this creates the cell for links on the left of each department page***/		
.intlinks {
	
	padding-top:8px;
	padding-bottom:8px;
	margin-left:15px;
	margin-right:10px;
	margin-top:20px;
	font-size:85%;
	line-height:10px;
	background-color:#e9e4d9;
	border:1px solid #c04813;
	
	}
/***columns with smaller font and no underline link***/	
.services {
	
	padding-bottom:8px;
	margin-left:15px;
	margin-right:10px;
	font-size:85%;
	line-height:10px;	
	}
.services h4{
	font-weight:bold;
	line-height:12px;
	color:#794d26;
	font-size:95%;
	}
.services a:link{
	text-decoration:none;
	}
/***yellow shaded table w brown border- use border cells for padding and bottom border***/
.table-1{
	border: 1px solid #6a4714;
	background-color:#f7edc6;
	margin:5px;
	font-size:smaller;
	}

/***creates a bordered section for interior pages***/	
.intro {
	padding:15px;
	border-bottom:1px dashed #ccc;
	}

/***creates a red border for interior pages***/	
#standardborder {
	border:1px solid #c04813;
	padding:5px;
	}
/***standard table with header***/	
#table-2{
	font-size:smaller;
	border:1px solid #c04813;
	padding:5px;
	}
#table-2 th{
	font-weight:bold;
	background-color:#d0c2a2;
	border-bottom:1px solid #362809;
	border-top:1px solid #362809;
	padding:5px;
	}
	
/***table cells with bottom borders for table-2***/	
.bordercell{
	padding:5px;
	/***background-color:#e4d9b1;***/	
	border-bottom:1px dashed #847338;
	}
.dkbordercell{
	padding:5px;
	background-color:#e4d9b1;	
	border-bottom:1px dashed #847338;
	}
.title{
	padding:5px;
	background-color:#e9dab9;
	font-weight:bold;
	border-top:1px solid #362809;
	}

#toplinks {
	/**background-color:#5e584d;**/
	background-color:#c04813;
	font-size:11px;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:3px;
	}
#wrapper {
	background-image:url(images/wrapper3.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	}
#publnotice {
	
	background-color:#f7dda3;
	border:1px solid #ccc;
	padding:10px;
	font-size:85%;
	}
#publnotice h4{
	font-weight:bold;
	line-height:15px;
	color:#ff0000;
	}
#attention {
	
	border:1px dashed #ccc;
	padding-left:10px;
	font-size:85%;
	}
#backlinks {
	padding-right:8px;
	font-size:80%;
	border-top: dashed 1px #ccc;
	margin-top:8px;
	margin-bottom:8px;
	padding-top:10px;
	
	}
#twocellpage {
	padding-top:8px;
	padding-left:8px;
	margin-right:15px;
	margin-left:3px;
	}
#singlecellpage {
	padding:8px;
	margin:15px;
	border:1px solid #c04813;
	}

#twocellswborder {
	padding-top:8px;
	padding-left:8px;
	padding-right:5px;
	margin-right:15px;
	margin-left:3px;
	border:1px solid #c04813;
	margin-top:20px;
	}
