/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-

General CSS

_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/

/* BODY and TD define standard text in this instance */

BODY	{
		margin: 0 auto;
		padding: 0;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 10px;
		line-height: 11px;
		color: #434343;
		background-color: #B9C0C1;
	}

TD	{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		line-height: 16px;
	}
.boldcell {
		font-weight: bold;
	}

.arialcell	{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		line-height: 15px;
	}
.arialhead {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
	}

/* Link Styles */

A:link {
		color: #D8000D;
		text-decoration: none;
	}
A:visited {
		color: #D8ABAD;
		text-decoration: none;
	}

A:hover, A:active {
		color: #D8000D;
		text-decoration: underline;
	}
	
/* Breaker */	
	
.breaker {
		clear: both;
		line-height: 0;
		height: 0;
		margin: 0;
		padding: 0;
		font-size: 0;
		border: 1px solid #FFFFFF;
	}	
	

/* Common Elements */

#logobar {
		height: 49px;
		border-bottom: 1px solid #D8ABAD;
}

#imagebar {
		margin: 6px 0 6px;
}

#navbar {
		border-bottom: 1px solid #D8ABAD;
		position: relative;
		width: 774px;
		height: 23px;
}

#navbar IMG {
		border: 0px;
		margin-right: 1px;
}

#breadcrumbbox {
		height: 39px;
		_height: 40px;		
		position:relative;
		border-top: 1px solid #F5EAEA;
		background-image:url('crumbbg.gif');
		width: 774px;
}

#breadcrumb {
		position: absolute;
		top: 16px;
		left: 23px;
		font-size: 9px;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 1px dashed #BFBFBF;
		width: 725px;
}
#breadcrumb A, #breadcrumb A:visited {
		color:#3C626B;
		text-decoration: none;
}
#breadcrumb A:hover {
		text-decoration: underline;
}

#contentarea {
		margin: 30px 0 0 23px;
		width: 725px;
		font-family: georgia, times, serif;
		font-size: 15px;
		line-height: 19px;
}

#contactus {
		margin: 15px 0 0 15px;
		width: 500px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 13px;
		line-height: 18px;
}

.headlineimage {
		margin: 27px 0 7px;
}


#bottombar {
		margin: 45px 0 21px;
}

#footerbar {
		height: 44px;
		position: relative;
}

#footlogo {
		position: absolute;
		top:0;
		left:25px;
}

#footerlinks {
		position: absolute;
		top: 6px;
		left: 330px;
		color: #324573;
}




/* Core */

#core {
		width: 782px;
		background-color: #FFFFFF;
}
#core2 {
		width: 778px;
		margin-left: 4px;
}


/* Shells */

#shell1 {
		width: 787px;
		background-color: #989FA0;
}
#shell2 {
		width: 786px;
		background-color: #919899;
}
#shell3 {
		width: 785px;
		background-color: #898F90;
}
#shell4 {
		width: 784px;
		background-color: #808788;
}
#shell5 {
		width: 783px;
		background-color: #777D7E;
}
