/***********************************************/
/* main site formatting                        */
/***********************************************/

body {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #F3E8D5;
	position: absolute;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
}
li {
	list-style-type: square;
	vertical-align: top;
}

/************* header **************/

.header{
	background-image: url(../images/separator_header.gif);
	background-repeat: repeat-x;
	position: absolute;
	height: 102px;
	width: 100%;
	left: 0px;
	top: 22px;
	z-index:501;

}
.mainBanner{
	position:absolute; 
	left:260px; 
	top:23px; 
	width:540px; 
	height:100px; 
	z-index:502; 
	background-image: url(../images/main_banner.jpg); 
	border: 1px none #000000;
}
.sepHorizTop {
	position:absolute;
	left:0px;
	top:22px;
	width:100%;
	height:1px;
	z-index:3;
	background-image: url(../images/separator_horiz.jpg);
	background-repeat: repeat-x;
}
.sepHorizBottom {
	position:absolute;
	left:0px;
	top:123px;
	width:100%;
	height:1px;
	z-index:3;
	background-image: url(../images/separator_horiz.jpg);
	background-repeat: repeat-x;
}
.ms_initials {
	position:absolute;
	left:0px;
	top:22px;
	width:120px;
	height:102px;
	z-index:502;
	background-image:url(../images/ms_initials.gif);
	border: 1px none #000000;
}
.ms_headshot {
	position:absolute;
	left:120px;
	top:22px;
	width:140px;
	height:179px;
	z-index:503;
	border: 1px none #000000;
}

/************* menu and sidebar **************/

.sidebar {
	left: 0px;
	top: 137px;
	position: absolute;
}
.menuItems {
	position: relative;
	left: 12px;
	font-size: 11pt;
}
.sidebarImg {
	position: relative;
	height: 488px;
	width: 120px;
	left: 0px;
	top: 15px;
	margin-top: 20px;
}
.sepVertLeft {
	position: absolute;
	background-image: url(../images/separator_vert.jpg);
	background-repeat: repeat-y;
	background-position: left;
	z-index: 1000;
	width: 1px;
	height: 100%;
	left: 0px;
	top: 0px;
}
.sepVertRight {
	position: absolute;
	background-image: url(../images/separator_vert.jpg);
	background-repeat: repeat-y;
	background-position: right;
	z-index: 0;
	height: 800px;
	width: 1px;
	left: 529px;
	top: 123px;
}
.sepVertRightNarrow {
	position: absolute;
	background-image: url(../images/separator_vert.jpg);
	background-repeat: repeat-y;
	background-position: right;
	z-index: 0;
	height: 800px;
	width: 1px;
	left: 470px;
	top: 123px;
}
.pageTitle {
	font-size: 14pt;
	font-variant: normal;
	font-weight: bold;
}

.tinySpacer {font-size: 4pt;}

.tinyText {font-size: 10pt;}

a.tinylink:link {
	font-size: 10pt;
	text-decoration: none;
	color: #F3E8D5;
}
a.tinylink:visited {
	font-size: 10pt;
	text-decoration: none;
	color: #F3E8D5;
}
a.tinylink:hover {
	font-size: 10pt;
	color: #F3E8D5;
}
a.tinylink:active {
	font-size: 10pt;
}.adminBorder {
	background-color: #F3E8D5;
	border: #F3E8D5;
	color: #660000;
}
.footer {
	margin-top: 50px;
	position: relative;
}
.hlite {
	color: #FF9900;
}
