body {
	color: white;
	text-decoration: none;	
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
}

.pageBackground {
	background-image: url('/wrap/images/body.slice.jpg');
	background-position: top center;
	background-repeat: repeat-y;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1 {
	color: #901c1f;
	text-align: center;
	font-size: 24px;
	font-style: italic;
	text-decoration: underline;
	font-family: Georgia, Times New Roman, Microsoft Sans Serif, Verdana, Arial;
	font-weight: 500;
}

a:link {
	color: #901c1f;
}

a:visited {
	color: #901c1f;
}

a:hover {
	color: white;
}

.section {
	border: solid 1px #6a4027;
	padding: 4px;
}

.border {
	border: solid 1px black;
}

.homeshade {
	background-color:#d68a21;
}

.topNav {
	position: absolute; 
	z-index: 2; 
	margin-left: 680px; 
	margin-top: 20px;
}

.topNav a:link, .topNav a:visited {
	color: white;
}

.leftNav {
	background-image: url('/wrap/images/nav-bg.jpg');
	width: 186px;
	text-align: left;
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 0px;
	color:black;
}

.leftContent {
	width: 186px;
	text-align: center;
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 0px;
	color:black;
}

.content {
	border: solid 0px black;
	color: black;
	width: 384px;
	max-width: 384px;
	min-width: 384px;
}

.leftContentTitle {
	color:#901c1f;
	font-size:16px;
	text-decoration:none;
	font-family:Georgia,Arial;
	font-weight:bold;
}

.leftContentHeader {
	color:#901c1f;
	font-size:14px;
	text-decoration:underline;
	font-family:Georgia,Arial;
	font-weight:bold;
}

.smallFont {
	font-size:10px;
}

.event {
	margin-left:12px;
}

.eventTitle {
	font-family: Georgia, Arial;
	font-size: 14px;
	color: black;
	font-weight:bold;
}

.eventDay {
	color: black;
	font-weight: bold;
	font-size: 16px;
}

.eventBody {
	font-weight:normal;
	border:single 1px black;
}

.eventNoEvents {
	color: dimgrey;
	margin-left: 12px;
}

#leftRail {
	width: 296px;
	margin: 0px;
	padding: 0px;
	background-image:url('/wrap/images/4x1a.jpg');
	background-repeat:no-repeat;
	background-color: transparent;
}

#middleRail {
	background-image:url('/wrap/images/4x2a.jpg');
	background-repeat:no-repeat;
	background-color:transparent;
	height:257px;
	min-height:257px;
	margin: 0px;
	padding: 0px;
	max-width:384px;
	min-width:384px;
}

#rightRail {
	width: 256px;
	margin: 0px;
	padding: 0px;
	background-image:url('/wrap/images/4x3.jpg');
	background-repeat:no-repeat;
	background-color:transparent;
}

#promotions {
	border: solid 1px black;
	margin-top: 95px;
	margin-left: 10px;
	margin-right: 100px;
}

#submenuTop {
	width: 186px;
	height: 28px;
	margin: 0px;
}
#submenuBody {
	width: 186px;
	margin-left: 25px;
	margin: 0px;
}
#submenuContent {
	margin-left: 20px;
	margin-right: 20px;
}
#submenuBottom {
	width: 186px;
	height: 35px;
	margin: 0px;
}

#submenuContent ul {
	margin-left: 10px;
	padding: 6px;
	text-indent: 0px;
	list-style-image: url(/wrap/images/disc.jpg);
}

#submenuContent ul li ul {
	list-style-image: none;
	list-style-type: disc;
}

.submenuHeading {
	font-weight: bold;
}

#submenuContent ul li ul li {
	font-weight: normal;
}


#footer {
	color:#901c1f;
	font-size:12px;
	font-weight:bold;
	margin-top: 25px;
	font-family:Georgia, Times New Roman;
}

a.edit {
   padding-left: 33px;
   padding-top: 20px;
   background: url('/base/common/images/note.gif') no-repeat 0% 100%;
}
.memberAd {
	width: 138px;
	height: 112px;
	overflow: hidden;
	border-bottom: 2px solid #000000;
	font-size: 12px;
}

/* Calendar formatting */
table.calendarTable {
	font-size: 14px;
	border-collapse: collapse;
	border: none;
	background-color: transparent;
	white-space: nowrap;
}

tr.calendarDays {
	font-weight: bold;
}

td.calendarTitle {
	text-align: center;
}

td.calendarTitle select {
	font-family: Verdana;
	font-size: 12px;
	background-color: transparent;
}

td.calendarSelDay {
	border: solid 1px black;
	background-color: #A99649;
	font-weight: bold;
}

td.calendarSelWeek {
	background-color: #A99649;
	font-weight: bold;
	border: none;
}

td.calendarNotSelected {
}

/* Styles for Job Listings */
Table.jobResults {
	width:384px;
	max-width:384px;
}

Table.jobResults tr.rowHeaders {}

Table.jobResults td.rowHeaders {font-weight:bold;}

Table.jobResults tr.rowNormal {}

Table.jobResults tr.rowHighlight {background-color:#EFE3A9;}

.jobDetails {
	position: absolute; z-index: 1; 
	margin-left: 20px; 
	width: 400px; 
	background-color: #EFE3A9; 
	border: 1px solid #000000; 
	border-top: 10px solid #901c1f;
	padding: 10px; 
	text-align:center;
}

.jobDescription {
		width: 160px; 
		max-height: 100px; 
		overflow: hidden; 
		padding-bottom:8px;
}

.jobTitle {font-weight:bold;font-size:larger;}

.jobDate {font-style:italic;font-size:smaller;width:105px}
