/*red #cc0e07
gold #ffd07f
menu brown #933d0a #923d07
blue text on home page #003e74
*/
/*Following line fixes bug in IE to allow for transparent PNG's. More info at http://blog.bjorkoy.com/*/
img { behavior: url(iepngfix.htc); }
body, form, div, h1, h2, h3, h4, h5, dl, li, dt, dd, img, input {
	margin: 0;
	padding: 0;
}
body {
	/*background-color:#ede3c0;*/
	background-color:#ffd895;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* Browsers default font size is 16px (medium). This changes default value to 14px  */	
	font-size: 87.5%;
/*	line-height:120%;
	letter-spacing:1px;*/
	color:#160001;
}
a:link, a:visited, a:active {
	color:black;
	text-decoration:underline;
}
.menu a:link,.menu a:visited,.menu a:active {
	color:#933d0a;
	text-decoration:none;
}
a:hover, .menu a:hover {
	color: #cc0e07;
	text-decoration:underline;
}
/*Use h1 as title for pages*/
h1 {
	font-size:140%;
	color:#cc0e07;
	font-weight: normal;
	text-transform:uppercase;
}
h2 {
	font-size:120%;
	text-transform:uppercase;
	color:#cc0e07;
	font-weight: normal;
}
hr {
	color:#003e74;
	background-color:#003e74;
}
.bodycolor {
	background-color:#ffd07f;
}
.backgroundcolor {
	background-color:#ffd895;
}
.sidecolumns {
	/*background-color:#ede3c0;*/
	background-color:#ffd895;
}
.maincontent {
	/*border-left:1px solid #ddbc84;
	border-right:1px solid #ddbc84;*/
	padding-left:10px;
	padding-right:10px;
	/*height:385px;*/  /*NonIE browsers*/
	/*.height:555px; For IE*/
}
.resetRelative {
	position: relative;
	top:  0px;
	left: 0px;
}
.starthidden {display:none;}
.menu {
	/*background-color:#ffd07f;*/
	background-color:white;
	font-size: 12px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	border:1px solid #933d0a;
	line-height:200%;
	border-collapse:collapse;
	text-transform:uppercase;
	font-weight:bold;
}
.tobefixed {
	color: green;
	font-weight:bold;
	display:none;
}
/* Menus */
/* Resets the relative position for each menu item */
.resetRelative {
	position: relative;
	top:  0px;
	left: 0px;
	cursor: pointer;
}
html>body #aboutus {
	position:absolute;
	left: -5px;
	top: 60px;
	width:355px;
	height:215px;
	z-index:105;
	display:none;
}
/* IE specific */
#aboutus {
	position:absolute;
	left: -35px;
	top: 60px;
	width:355px;
	height:215px;
	z-index:105;
	display:none;
}
html>body #counselors {
	position:absolute;
	left: -5px;
	top: 60px;
	width:335px;
	height:115px;
	z-index:5;
	display:none;
}
/* IE specific */
#counselors {
	position:absolute;
	left: -55px;
	top: 60px;
	width:335px;
	height:115px;
	z-index:5;
	display:none;
}
html>body #help {
	position:absolute;
	left: -5px;
	top: 60px;
	width:275px;
	height:115px;
	z-index:5;
	display:none;
}
/* IE specific */
#help {
	position:absolute;
	left: -65px;
	top: 60px;
	width:275px;
	height:115px;
	z-index:5;
	display:none;
}
html>body #accomplishments {
	position:absolute;
	left: -40px;
	top: 54px;
	width:195px;
	height:115px;
	z-index:5;
	display:none;
}
/* IE specific */
#accomplishments {
	position:absolute;
	left: -70px;
	top: 54px;
	width:195px;
	height:115px;
	z-index:5;
	display:none;
}