body {
	background-color: #bcdbed;
	background-image: url(../img/bgPage.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 95%;
	color: #255D80;
}

h1,h2,h3 {
	font-size: 100%;
	font-weight: normal;
}
h1.h1Strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
}
h1.h1Heading {
	color: #C46C08; 
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 2px 0;
}
hr.hrdivs {
	color: #FFA428;
	width: 95%;
	height: 2px;
}
hr.hrstaff {
	color: #d8d7f2;
	width: 100%;
	height: 1px;
	float: left;
	padding: 0 0 0 12px;
}
img.imginset {
	border: 4px inset #ccc;
}
img.imgright {
	margin: 0 12px 12px 12px;
	border: 2px solid #C7E1EE;
	padding: 1px;
	float: right;
}
img.imgleft {
	margin: 12px 12px 0 0;
	border: 2px solid #C7E1EE;
	padding: 1px;
	float: left;
}
img.imgrightpln {
	margin: 0 0 0 12px;
	padding: 4px;
	float: right;
}
img.imgleftpln {
	margin: 0 0 0 12px;
	padding: 4px;
	float: left;
}
/* img.imgpadright {
	margin: 0 12px 0 0;
	border: 3px solid #8080C0;
	padding: 4px;
}
img.imgpadleft {
	margin: 0 0 0 12px;
	border: 3px solid #8080C0;
	padding: 4px;
} 
*/

li.liCheckBul {
	color: #3E3E7B;
	font-weight: bold;
	list-style-type: none;
	margin-bottom: 22px;
	list-style-position: inside;
	list-style-image: url(../img/check.gif);
}
li.liNoBul {
	color: #3E3E7B;
	font-weight: bold;
	list-style-type: none;
	margin-bottom: 22px;
}
p.lastmod {
	color: #999; 
	font-size: .7em;
}
p.pageTitle {
	color: #C46C08; 
	font-size: 1.2em;
	font-weight: bold;
}
td {
	vertical-align: top;
}
table.tblmain {
	background-color: #BCDBED;
	width: 100%;
}
td.tdmain {
	background-color: White;
	background: url(../img/bgTDMain.jpg) repeat-y left;
	padding: 12px 20px 0 14px;
}
td.tblmainL {
	background-image: url(../img/tblL2.jpg);
	background-position: top;
	background-repeat: repeat-y;
	width: 21px;
}
td.tblmainR {
	background-image: url(../img/tblR2.jpg);
	background-position: top;
	background-repeat: repeat-y;
	width: 21px;
}
td.tblmainBtm {
	background-image: url(../img/tblBtm.jpg);
	background-repeat: repeat-x;
	height: 21px;
}
#addy {
	position:absolute;
	left:0;
	top:50px;
	width:100%;
	height:112px;
	z-index:802;
	color: #256E98;
	font-size: 13px;
	font-weight: bold;
}
#addy table {
	width: 300px;
}
#fnav {
	border-top: 1px solid #FACB84;
	padding-top: 4px;
	font-size: .8em;
	text-align: center;
	line-height: 1.5em;
	margin: 0 15px;
	color: #999; 
}
#fnav a:link, #fnav a:visited {
	color: #ce7946;
	text-decoration: none;
}
#fnav a:hover, #fnav a:active {
	color: #469dce;
	text-decoration: none;
	border-bottom: 1px #469dce solid;
}
.fnavOn {
	/* color: #3288BA; */
	/* color: #945027;	 */
	
	font-weight: bold;
	text-decoration: none;
	color: #2B759F;
}
#logo {
	position:absolute;
	left:0;
	top:22px;
	z-index:800;
}
#maincontent {
	position:absolute;
	left:230px;
	top:172px;
	width:70%;
	z-index:801;
	visibility: visible;
}
#mainnav {
	position:absolute;
	left:0;
	top:195px;
	background-image: url(../img/bgNav.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 12px;
	width:228px;
	height:333px;
	z-index:2;
	padding:12px 0 0 2px;
}
#mainnav p {
	margin: 4px;
	line-height: 17px;
}
#mainnav a:link, #mainnav a:visited {
	color: #aa6906;
	text-decoration: none;
}
#mainnav a:hover, #mainnav a:active {
	background: url(../img/linkOver.jpg) repeat;
	display: block;
	color: #0082D4;
	text-decoration: none;
}
#mainnav .linkOn, #mainnav .linkOn p {
	background: url(../img/linkOn.jpg);
	display: block;
	color: #d56a00;
	font-weight: bold;
	padding: 3px 0;
}
#movedPage {
	background-color: #FFFFCC;
	padding: 0 12px 0 12px;
	border: 1px solid #666666;
}
#profQuote {
	background-color: #F1F1E4;
	padding: 8px;
	border: 1px dotted #666666;
}
#studentQuote {
	background-color: #F8F8FC;
	padding: 8px;
	border: 1px solid #666666;
}
/* Form Elements */
input {
	background-color: #EDEADE;
	border : 1px solid #999999
}
textarea { 
	background-color : #EDEADE;
	border : 1px solid #999; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
.formBut {
	background-color: #ccc;
}
/* end Form Elements */