html {
	overflow-y: 		scroll; 
}
body {
	background-color:	white;
	background-image:	url('images/BG.jpg');
        background-repeat:      no-repeat;
	background-position: 	top center;
	margin-top:		0px;
}
.pagediv {
	position:		relative;
	margin-top:		0px;
    	margin-left: 		auto;
    	margin-right: 		auto;
	width: 			1000px;
}
.headerdiv {
	position:		relative;
	margin-top:		26px;
	height:			237px; 
	background-image:	url('images/GloriaSDaly.png');
}	
.navdiv {
	position:		relative;
	float: 			left;
	background-image:	url('images/navlinksBG.png');
        background-repeat:      no-repeat;
	width:			310px;	
	margin-left:		-51px;
	margin-right:		-20px;
}
.navitem {
	position: 		relative;
	width:			247px; 
	margin-left:		51px;
}
#navitem1{
	background-image:	url('images/navlinks_01.jpg');
        background-repeat:      no-repeat;
	background-position: 	1px 0px;
	height:			38px;
	top:			1px;
	margin-bottom:		17px;
}
#navitem1:hover{
	background-position: 	-247px 0px; 
}
#navitem2{
	background-image:	url('images/navlinks_03.jpg');
        background-repeat:      no-repeat;
	background-position: 	1px 0px;
	height:			40px;
	top:			1px;
	margin-bottom:		15px;
}
#navitem2:hover{
	background-position: 	-247px 0px; 
}
#navitem3{
	background-image:	url('images/navlinks_05.jpg');
        background-repeat:      no-repeat;
	background-position: 	1px 0px;
	height:			41px;
	margin-bottom:		14px;
}
#navitem3:hover{
	background-position: 	-247px 0px; 
}
#navitem4{
	background-image:	url('images/navlinks_07.jpg');
        background-repeat:      no-repeat;
	background-position: 	1px 0px;
	height:			41px;
	margin-bottom:		14px;
}
#navitem4:hover{
	background-position: 	-247px 0px; 
}
#navitem5{
	background-image:	url('images/navlinks_09.jpg');
        background-repeat:      no-repeat;
	background-position: 	1px 0px;
	height:			41px;
	margin-bottom:		14px;
}
#navitem5:hover{
	background-position: 	-247px 0px; 
}
#navitem6{
	background-image:	url('images/navlinks_11.jpg');
        background-repeat:      no-repeat;
	background-position: 	1px 0px;
	height:			41px;
	margin-bottom:		15px;
}
#navitem6:hover{
	background-position: 	-247px 0px; 
}
#navitem7{
	background-image:	url('images/navlinks_13.jpg');
        background-repeat:      no-repeat;
	background-position: 	1px 0px;
	height:			40px;
	margin-bottom:		15px;
}
#navitem7:hover{
	background-position: 	-247px 0px; 
}
#navitem8{
	background-image:	url('images/navlinks_15.jpg');
        background-repeat:      no-repeat;
	background-position: 	1px 0px;
	height:			40px;
	margin-bottom:		15px;
}
#navitem8:hover{
	background-position: 	-247px 0px; 
}
#navitem9{
	background-image:	url('images/navlinks_18.jpg');
        background-repeat:      no-repeat;
	background-position: 	1px 0px;
	height:			24px;
}
#navitem9:hover{
	background-position: 	-247px 0px; 
}
#navitem10{
	background-image:	url('images/navlinks_19.jpg');
        background-repeat:      no-repeat;
	background-position: 	1px 0px;
	height:			24px;
}
#navitem10:hover{
	background-position: 	-247px 0px; 
}
#navitem11{
	background-image:	url('images/navlinks_20.jpg');
        background-repeat:      no-repeat;
	background-position: 	1px 0px;
	height:			29px;
	margin-bottom:		15px;
}
#navitem11:hover{
	background-position: 	-247px 0px; 
}
#navitem12{
	background-image:	url('images/navlinks_24.jpg');
        background-repeat:      no-repeat;
	background-position: 	1px 0px;
	height:			30px;
	margin-bottom:		15px;
}
#navitem12:hover{
	background-position: 	-247px 0px; 
}
.contentdiv {
	position:		relative;
	float:			left;
	margin-top:		10px;
	width:			750px;
}
p, td {
	font-family: 		Tahoma;
	font-size:		17px;
	font-weight:		400;
	color:			#000000;
	margin-left: 		20px; 
	margin-bottom: 		0; 
	margin-top: 		0; 
}
.line {
	position: 		relative;
	width: 			355px; 
	height: 		15px; 
	margin-left: 		18px; 
	margin-top: 		10px; 
	margin-bottom: 		5px;
}
table {
	margin-top:		0;
	margin-bottom:		0;
}
.tassel_left {
	width:			150px;
	height:			630px;
	position:		relative;
	margin-left:		15px;
	float:			left;
	border:			none;
}
.tassel_right {
	width:			585px;
	height:			630px;
	position:		relative;
	float: 			left;
	border:			none;
}
.highlight {
	font-size:		22px;
	font-weight:		600;
}
.sublight {
	font-size:		18px;
	font-weight:		600;
}
.indent {
	margin-left: 		70px;
	margin-right:		50px;
}
.hiding {
	display: 		none;
}
.centering{
	position:		relative;
    	margin-left: 		auto;
    	margin-right: 		auto;
}
.framed {
	border:			solid 5px #000000;
}
a {
	color:			#384b83;
	text-decoration:	underline;
}
a:hover {	
	color:			#ff0000;
}

