body {
	font-family: Arial, Helvetica, sans-serif;
}
a:link{
	color:#aa3300;
}
a:visited{
	color:#000000;
}
form { padding:0px;margin:0px; }
.container{
	width: 751px;
	background-color:#f1de9f;
	text-align: left;
	margin-top:10px;
}


/*   ///////////////////////////////////////////////////////////////////////////////  */
/*   //////////////////////////// HEADER ///////////////////////////////////////////  */
/*   ///////////////////////////////////////////////////////////////////////////////  */
.header {
	background-image: url(../images/main_banner.jpg);
	background-repeat: repeat-x;
	height: 106px;
	background-color: #e3bb55;
}
.utility-links {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin:5px;
}
.utility-links a:link{
	text-decoration:none;
	color: #000000;
}
.utility-links a:hover{
	color: #000000;
	text-decoration:underline;
}


.utility-links .btn{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #343434;
	border-right-color: #636363;
	border-bottom-color: #6e6e6e;
	border-left-color: #414141;
	color: #FFFFFF;
	background-color: #555555;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
}


.utility-links input{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9b9b9b;
	border-right-color: #eeeeee;
	border-bottom-color: #e0e0e0;
	border-left-color: #c2c2c2;
	font-size: 12px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	
}

/*   ///////////////////////////////////////////////////////////////////////////////  */
/*   ////////////////////////////  TOP NAV /////////////////////////////////////////  */
/*   ///////////////////////////////////////////////////////////////////////////////  */

.nav {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(../images/nav-bkg.jpg);
	width: 100%;
	background-color: #000000;
	text-align: left;
	padding-top:6px;
	padding-bottom:6px;
	line-height: 13px;
}
.nav .link:link, .nav .link:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
.nav .link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.nav .active:link, .nav .active:visited {
	color: #f1de9f;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
.nav .active:hover {
	color: #dda400;
	text-decoration: underline;
}


.goldBar {
	background-image: url(../images/gold-bar.jpg);
	background-color: #dda400;
	height: 5px;
	margin: 0px;
	padding: 0px;
}
.blackBar{
	background-image: url(../images/nav-bkg.jpg);
	height:20px;
}

/*   ///////////////////////////////////////////////////////////////////////////////  */
/*   ////////////////////////////  SIDE NAV /////////////////////////////////////////  */
/*   ///////////////////////////////////////////////////////////////////////////////  */
.leftSideCol{
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	width:126px;
	font-size: 12px;
	font-weight: bold;
	background-color:#2f333b;
	color: #FFFFFF;
	min-height:300px;
	padding-top:12px;
}
.pad{
	padding:12px;
}
.leftSideCol .link,  .leftSideCol .active{
	padding-bottom:20px;
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left 2px;
}

.leftSideCol .link a:link, .leftSideCol .link a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.leftSideCol .link a:hover{
	text-decoration: none;
	color: #f1de9f;
}

.leftSideCol .active a:link, .leftSideCol .active a:visited{
	color: #f1de9f;
	text-decoration:none;
}
.leftSideCol .active a:hover{
	text-decoration:underline;
}

.mainContent{
	font-size:12px;
	background-image: url(../images/content_bkg.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 126px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #AA3300;
	margin: 0px;
	padding: 0px;
}
ul {
	margin-top: 6px;
}
li {
	margin-top: 5px;
}





/*   ///////////////////////////////////////////////////////////////////////////////  */
/*   ////////////////////////////  SECONDARY NAV ///////////////////////////////////  */
/*   ///////////////////////////////////////////////////////////////////////////////  */
.secondaryNav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.secondaryNav a:link, .secondaryNav a:visited{
	text-decoration:underline;
	color: #333333;
}
.secondaryNav a:hover{
	text-decoration:none;
}
.secondaryNav .active:link, .secondaryNav .active:visited {
	text-decoration:none;
	color:#993300;
}

/*   ///////////////////////////////////////////////////////////////////////////////  */
/*   //////////////  STANDARD TABLE DISPLAYING ROWS OF INFORMATION /////////////////  */
/*   ///////////////////////////////////////////////////////////////////////////////  */

.dataTable table {
	border-collapse:collapse;
}
.dataTable td {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	vertical-align:top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1de9f;
	text-align: left;
	font-size:11px;
}
.dataTable .row1{
	background-color:#f1de9f;
}
.dataTable .row2{
	background-color:#d0c090;
}
.dataTable .rowHighlighted{
	background-color:#FFFFFF;
}

.dataTable th {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #635228;
	color: #edd158;
	background-image: url(../images/table_head_bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.dataTable .TableLable {
	color:#aa3300;
	font-size: 14px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-weight:bold;
	font-style:italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.dataTable .TableLable a{
	text-decoration:none;
	color:#993300;
}

.dataTable .TableLable a:hover{
	text-decoration:underline;
	color:#993300;
}
.dataTable .totalRow {
	background-color:#C2931F;
	color:#FFFFFF;
	font-weight:bold;
	text-transform: uppercase;
	text-align: right;
}






.formTable table {
	width: 100%;
	border-collapse:collapse;
	background-color: #F4E6B3;
	border: 1px solid #A59B83;
	margin-top: 8px;
}
.formTable td {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	vertical-align:top;
	text-align: left;
}

.formTable th {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #635228;
	color: #edd158;
	background-image: url(../images/table_head_bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.formTable .formLabel {
	text-align: right;
	font-weight: bold;
}
.formTable input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #776743;
	width: 250px;
}
.formTable textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #776743;
	width: 250px;
	height: 100px;
}
.formTable .pulldown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #776743;
	width: 60px;
}
.formTable .inputError{
	border: 1px solid #CC0000;
	color:#000000;
	background-color:#FF9191;
} 
.formTable .required {
	color: #FF0000;
}





.cleaner {
	clear:both;
	height:0px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
.footer{
	background-color:#c2931f;
	text-align:right;
	padding:3px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.noResultsMessage {
	width:200px;
	font-style: italic;
	text-align: left;
	padding: 12px;
	font-size: 12px;
}
.noResultsMessage-back{
	font-style: italic;
	font-weight: bold;
	text-align: right;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
}
.noResultsMessage-back a, .noResultsMessage-back a:visited{
	color:#000000;
	text-decoration:underline;
} 
.aboutInstructor {
	background-color: #d0c090;
	padding: 8px;
	margin:8px;
	border: 1px solid #635228;
	text-align:left;
}

