@charset "UTF-8";
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.oneColFixCtrHdr #container {
	width: 755px;
	margin: 0 auto;
	text-align: left;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin-top: 10px;
}
.oneColFixCtrHdr #header {
	background-image: url(images/headerback_03.jpg);
	background-repeat: repeat-x;
	height: 184px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	color: #FFFFFF;
	font-size: 10pt;
	background-image: url(images/footerback_06.jpg);
	background-repeat: repeat-x;
	height: 80px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer a {
	color: #FFFFFF;	
}

.oneColFixCtrHdr #footer a:visited {
	color: #FFFFFF;	
}

li {
	margin-bottom: 12px;
}

h1 {
	font-size: 16pt;
	margin-top: 8px;
	padding-top: 8px;
}

h2{
	font-size: 12pt;
	color: #336633;
	font-weight: bold;
}

a {
	color: #336633;
}

#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 8px;
	width: 700px;
	background-color: #FFFFFF;
	margin-left: 15px;
	float: 0;
}

#navbar a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#navbar a:hover {
	text-decoration: underline;
	color: #666666;
}

#navbar a:visited { 

}

#navbarlocal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 8px;
	width: 700px;
	background-color: #FFFFFF;
	margin-left: 0px;
	float: 0;
}

#navbarlocal a {
	color: #336633;
	text-decoration: underline;
	font-weight: bold;
}

#navbarlocal a:hover {
	text-decoration: underline;
	color: #666666;
}

#navbarlocal a:visited { 

}



#topback {
	background-color: #FFFFFF;
	height: 30px;
}

#footback {
	height: 27px;
	background-color: #336633;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	padding-top: 8px;
	font-size: 14pt;
}

#footback a {
	
	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14pt;
}


.highlight{
	font-size: 12pt;
	color: #5f74ad;
	font-weight: bold;
}

.homebox {
	width: 220px;
	float: left;
	text-align: center;
	margin-right: 10px;
	background-image: url(images/homeboxback_03.jpg);
	padding-right: 4px;
	padding-left: 4px;
	height: 180px;
}

.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;
}

.homeboxpic {
	margin-top: 10px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

.afmlogo {
	margin-top: 15px;
}

h5.liteTanBox
	{
	font-size:12pt;
	background-color: #EBEBD8; 
	padding: 3px 3px; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #FFFFFF;
	text-align:center;
	}
	
h6	{
	font-size:10pt;
	text-weight:bold;
	color: #000000;
	}
	
#afmlogo {
	margin-top: 250px;
}

.sidenav {
	width: 600px;
	font-size: 12pt;
	margin-left: 20px;
	margin-bottom: 20px;
	border-color: #336633;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	padding: 8px;
}

.sidenavsmall {
	width: 200px;
	font-size: 10pt;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border-color: #336633;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
}


.photoleft {
	padding-right: 20px;
	padding-bottom: 50px;
}


/* BEGIN FORM FORMATTING */

input {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #111111;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
}

textarea {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #111111;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
}

.checkbox {
	background-color: #111111 !ie;
	border: 0px;
	margin-right: 5px;
}

.form_dropdown {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #111111;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	margin: 4px 0px 4px 0px;
	padding: 1px 0px 1px 0px;
}

.hidden_field {
	display: none;
	border: none;
	background-color: #ffffff;
}

.botcatcher {
	display: none;
}

#largeForm {
	float: left;
	text-align: left;
	width: 94%;
	width: 92% !ie;
	margin-bottom: 20px;
}

#largeForm a:hover {
	text-decoration: none;
}

#largeForm label {
	float: left;
	display: block;
	width: 200px;
	margin: 5px 0px 4px 0px;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}

#largeForm input {
	/*float: left;
	display: block;*/
	width: 250px;
	margin: 5px 0px 4px 0px;
}

#largeForm input, #largeForm textarea {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #d1d1d1;
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
}

#largeForm textarea {
	height: 150px;
	width: 250px;
}

#largeForm .form_dropdown {
	width: 250px;
	border: 1px solid #d1d1d1;
	margin: 4px 0px 4px 0px;
}

#largeform .radio {
	background-color: transparent;
	border: 0px;
	width: 20px;
	margin-top: 2px;
	margin-top: -2px !ie;
}

#largeForm br {
	clear: left;
}

#largeForm .button {
	margin-left: 220px;
	width: 75px;
	height: 20px;
}

input.button {
	margin: 0;
	font: bolder 12px Arial, Sans-serif;
	border: 1px solid #cccccc;
	padding: 2px 3px;
	background: #ffffff;
	color: #88ac0b;
}

ul.options {
  list-style-type: none;
  width: 256px;
  margin: 2px 0 2px 217px;
  padding: 0;
  font-size: 12px;
}

ul.options li {
  background: #eeeeee url("/images/cross_bright.png") no-repeat 98% center;
  margin: 3px;
  padding: 3px 5px;
  cursor: pointer;
  color: #4466aa;
  border: solid 1px #ccddee;
}

select.options {
  swidth: 15em;
  color: #4466aa;
}

.TeacherTable {
	font-size: 12px;
}

/* END FORM FORMATTING */

