/* ********** Page Set-Up ********** */

body {
	margin: 0;
	background-color: #93957d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
.content-justify {
	text-align: justify;
}


div.flash-header {
	width: 905px;
	height: 370px;
	padding:0;
	background-color: #174276;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.h1Format {
	color: #62376C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}
.pictureThumbnail{
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #dbdbdb;
	margin: 5px;
}
.bullets {
	list-style-image: url(../images/arrow-icon.gif);
	text-indent: 0px;
	white-space: normal;
	padding-right: 5px;
}
.headshots{
	padding: 3px;
	background-color: #35363C;
	border: 1px solid #dbdbdb;
}

/* ********** Main Links ********** */

a:link{
	text-decoration: none;
	font-weight: bold;
	color: #857C1B;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #857C1B;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #857C1B;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #BBB026;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
	
/* ********** Content Layout ********** */	
	
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.contentItalic {
	font-weight: normal;
	font-style: italic;
}
.contentBold {
	font-weight: bold;

}

/* ********** Footer ********** */	

div.footer-wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #174276;
	line-height: 16px;
	text-align: center;
}
.footerBold {
	font-size: 12px;
	font-weight: bold;
	color: #C1C2B6;
}
.footerLink {
	color: #C1C2B6;
	text-decoration: none;
	font-weight: bold;
}

a.footerLink:link {
	color: #C1C2B6;
	text-decoration: none;
}

a.footerLink:visited  {
	color: #C1C2B6;
	text-decoration: none;
}

a.footerLink:active  {
	font-weight: bold;
	color: #DCDCD6;
	text-decoration: none;
}

a.footerLink:hover  {
	font-weight: bold;
	color: #DCDCD6;
	text-decoration: underline;
}
.table-home {
	background-color: #F1ECCF;
	background-image: url(../images/bg-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 782px;
	width: 1000px;
}
.table-subs {
	background-color: #F1ECCF;
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 782px;
	width: 1000px;
}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #999;
	font-style: italic;
}
.table-top {
	font-weight: bold;
	color: #FFF;
	background-color: #857C1B;
}
.table-row-01 {
	background-color: #E3D5A6;
}
.table-top-time {
	font-weight: bold;
	color: #FFF;
	background-color: #857C1B;
	width: 150px;
}
.table-top-class {
	font-weight: bold;
	color: #FFF;
	background-color: #857C1B;
	width: 350px;
}
