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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLt #container {
	width: 930px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 112px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 305px;
	padding-top: 250px;
	padding-bottom: 15px;
	text-align: center;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 335px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.7em;
	font-weight: bold;
	color: #990000;
}
.twoColFixLt p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #333333;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #333333;
}
#menucontainer {
	width: 100%;
	padding-bottom: 122px;
}
#footer {
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#leftmargintopcontainer {
	background-image: url(../images/leftmargintop.gif);
	height: 68px;
	width: 282px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#leftboxmaincontainer {
	width: 244px;
	background-color: #FFF4E4;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF9A0C;
	border-bottom-color: #FF9A0C;
	border-left-color: #FF9A0C;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftboxmain {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #009999;
}
#leftmargintopcontainer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 0px;
}
#leftboxmaincontainer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding: 0px;
	line-height: 1.5em;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #990000;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 6px;
	margin-right: 12px;
	margin-left: 12px;
	line-height: 1.3em;
}
.twoColFixLt p a {
	color: #333333;
}
.twoColFixLt p a:hover {
	color: #FF9A0C;
	text-decoration: none;
}
.maintext {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: disc;
	line-height: 1.7em;
}
#leftboxmaincontainer ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333333;
	margin-right: 8px;
	list-style-image: url(../images/bullet_leftbox.gif);
}

.twoboxes {
	width: 275px;
	padding-right: 22px;
	float: left;
}
#formcontainer {
	border: 1px dotted #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}
#formtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
}
.imginstructors {
	background-color: #FFF4E4;
	padding: 3px;
	border: 2px solid #FF9A0C;
}
.twoColFixLt #container #footer a {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
}
