/* CSS Document */

a:link {
	font-family: Verdana;
	font-size: 13px;
	color: #540996;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana;
	font-size: 13px;
	color: #0F5672;
	text-decoration: underline;
}

SPAN.b a:link {

	font-family: Verdana;
	font-size: 11px;
	color: #2A1466;
	margin: 0px;
	padding: 5px;
	border: none;
	line-height: 18px;
	
}
SPAN.b a:visited {

	font-family: Verdana;
	font-size: 11px;
	color: #2A1466;
	margin: 0px;
	padding: 5px;
	border: none;
	line-height: 18px;
	
}
SPAN.b p {

	font-family: Verdana;
	font-size: 11px;
	color: #2A1466;
	margin: 0px;
	padding: 5px;
	border: none;
	line-height: 15px;

}

p {
	font-family: Verdana;
	font-size: 13px;
	color: #2A1466;
	margin: 0px;
	padding: 5px;
	border: none;
	line-height: 18px;
	
}

p1 {
	padding: 2px;
	border: none;
	font-family: Verdana;
	font-size: 14px;
	line-height: 24px;
	color:#4e1466;
	font-weight: bold;
}

h1 {
	margin: 0px;
	padding: 5px;
	border: none;
	font-family: Verdana;
	font-size: 15px;
	line-height: 24px;
	color: #2A1466;
}

a:hover {
	color: #7856C1;
	text-decoration: none;
}


HR {
    height:0px;
    width:99%;
    background:#936BC6;
    margin: 0px 1px 0px 0px; 
   }
   
SPAN.a li {

	font-family: Verdana;
	font-size: 13px;
	color: #2A1466;
	margin: 0px;
	padding: 5px;
	border: none;
	line-height: 18px;
	
}



/* specific divs */

#dropdown {
	width: 630px;
	padding: 0px;
	margin: 0px;
	border: none;
	top: 129px;
	left: 201px;
	position: absolute;
	background-color: #CCCCCC;
	z-index: 1;
	}
	
#oval {
	width: 790px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	border: none;
	top: 126px;
	left: 115px;
	position: absolute;
	background: url(images/oval.jpg);
}
	
#backgroundbox {
	width: 920px;
	height: 462px; 
	padding: 0px;
	margin: 0px;
	background: url(images/background.jpg);
	border: none;
	top: 147px;
	left: 50px;
	position: absolute;
	}
	
#footer {
	width: 920px;
	height: 180px; 
	padding: 0px;
	margin: 0px;
	border: none;
	top: 610px;
	left: 50px;
	position: absolute;
	}
	
#logo {
	width: 150px;
	height: 108px; 
	padding: 0px;
	margin: 0px;
	background: url(images/logo.jpg);
	border: none;
	top: 10px;
	left: 435px;
	position: absolute;
	z-indez: 2;
	}
	
#text {
	width: 840px;
	height: 385px; 
	padding: 5px;
	margin: 0px;
	border: 1px groove;
	border-color: #EFEDF9;
	top: 179px;
	left: 85px;
	position: absolute;
	overflow:auto;
	z-indez: 3;
}

#docimage {
	width: 200px;
	height: 213px; 
	padding: 0px;
	margin: 0px;
	background: url(images/doc.jpg);
	border: none;
	top: 233px;
	left: 102px;
	position: absolute;
	}
	
#doctext {
	width: 615px;
	height: 385px; 
	padding: 5px;
	margin: 0px;
	border: none;
	border-color: #EFEDF9;
	top: 184px;
	left: 308px;
	position: absolute;
	overflow:auto;
}
