﻿body 
{
	font-family: Tahoma;
	font-size: 12px;
	background-color: gainsboro;
	}

#head
{
	height: 150px;
	width: 750px;
	background-image: url(images/chrt_head.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	border: solid 1px #000000;
	}
	
.cellSpacer
{
	width: 33%;
	}
	
.content_holder
{
	height: auto;
	width: 730px;
	background-color: #D9E7DF;
	border: solid 1px #000000;
	border-top: 0;
	padding: 10px;
	background-image: url(images/btm.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 180px;
	}
	
#copyright
{
	height: auto;
	width: 750px;
	font-size: 11px;
	font-weight: bold;
	color: #aa0018;
	background-color: transparent;
	margin-bottom: 8px;
	margin-top: 8px;
	}
	
#copyright table
{
	text-align: center;
	width: 100%;
	}
	
#copyright a
{
	color: #FE6A33;
	text-decoration: none;
	}
	
#copyright a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}

#content a
{
	color: #FE6A33;
	text-decoration: none;
	}
	
#content a:hover
{
	color: #091B59;
	text-decoration: underline;
	}
	
.centerAlign
{
	text-align: center;
	}
	
.nav
{
	width: 170px;
}

.nav a
{
	display: block;
	width: 150px;
	color: #000000;
	font-weight: bold;
	padding: 4px;
}

.nav a:hover
{
	background-color: #aa0018;
	display: block;
	width: 150px;
	padding: 4px;
	font-weight: bold;
	color: #ffffff;
}

.italics
{
	font-style: italic;
}

a
{
	color: #aa0018;
	text-decoration: none;
}

a:hover
{
	color: #aa0018;
	text-decoration: underline;
}

.headings
{
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

.redBold
{
	color: #aa0018;
	font-weight: bold;
}

.alignLeft
{
	text-align: left;
}

.buttonCell
{
}

.buttonCell a
{
	width: 150px;
	height: 40px;
	display: block;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-top:12px;
	font-size: 13px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
}

.buttonCell a:hover
{
	width: 150px;
	height: 40px;
	display: block;
	font-weight: bold;
	color: #e6f095;
	padding-top:12px;
	font-size: 13px;
	text-decoration: none;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
}

.indexTable
{
	margin-left: 50px;
	margin-right: 50px;
	width: 600px;
}

.hiddenSpan
{
	visibility: hidden;
}

.jobsTable
{
	margin-left: 150px;
	margin-right: 150px;
	width: 400px;
	border: solid 1px #000000;
}

.jobHeading
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

.jobSubHeading
{
	font-weight: bold;
	font-size: 14px;
	color: #aa0018;
}

.boldTxt
{
	font-weight: bold;
}
