@charset "utf-8";
/* CSS Document */


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	margin: 10px;
	padding: 10px;
	background: #954A00;
}
#container {
	width: 968px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	overflow: hidden;
}
#banner {
	height: 154px;
	background-repeat: no-repeat;
}



#logo {
	height: 174px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow:hidden;
	float: left;
}
#content {
	font-family: Verdana, Geneva, sans-serif;
	margin: 15px;
	padding: 15px;
	float: right;
	width: 700px;
	background-color: #FFF;
	height: 500px;
	color: #954A00;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	font-size: 1em;
}

#contentclass {
	font-family: Verdana, Geneva, sans-serif;
	margin: 15px;
	padding: 15px;
	float: right;
	width: 700px;
	background-color: #FFF;
	height: auto;
	color: #954A00;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	font-size: 1em;
}

#Instructor_Form {
	margin: 10px;
	padding: 10px;
}
#Vendor_Form {
	margin: 10px;
	padding: 10px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-position: center center;
}
#h2_for_Content_Area {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	background-position: center center;
	text-align: center;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
}

a:link {
	color: #00F;
	text-decoration: underline;
}

a:visited {
	color: #00F;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
table, th, td {
	border: 1px solid #954A00;
	border-collapse: collapse;
}
#container table caption em {
	color: #FFF;
}
