/* CSS Document */

html, body, ul, ol, li {  /* set everything to zero for a good cross-browser starting point */
	margin: 0; 
	padding: 0; 
	border: 0;  
}
body {/* Set base values on the body for a variety of properties. */
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	text-align: center;  /* Hack to centre the wrapper in IE5.x pc */
	min-width: 760px;
	background-attachment: fixed;
	background-color: #EFFBFB;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	color:#990099;
	position: relative;
	border: 3px solid #990099;  /* sets a border to all 4 sides */
	padding: 0;
	line-height: 1.25;
	background-color: #EFFBFB;
	background-image: url(images/ban_bkgd.jpg);
	background-repeat: no-repeat;
}
#banner {
	height: 200px;
}
h1, h2 {
	font-family:Papyrus, Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0 0 10px;
	font-weight: bolder;
}
p#tag {
	margin: -25px 0 0 50px;
	padding-left: 50px;
	font-size: 75%;
}
p#lmt {
	text-align: right;
	margin: 6em 25px 3px 0;
	font-size: 90%;
}
#content h2, #content h3 {
	padding: 10px 20px 0 20px;
}
#content p, #content ul, #content dl {
	padding: 0 20px;
	color: #666;
	background-color: inherit;
	font-size: 80%;
}
#content dt {
	font-size: 100%;
	font-weight: bold;
	color: #990099;
	background-color: inherit;
	margin: 10px 0 3px 0;
}
#content ul li {
	margin-left: 25px;
}
.right {
	float: right;
	padding: 0 25px 0 0;
}
.pullquote { /* sets attributes for pullquotes */
	width: 150px;
	margin: 50px 0 50px 50px;
	padding: 2px 5px;
	float: left;
	border-top: medium solid #990099;
	border-bottom: medium solid #990099;
	font-size: 75%;
	}
#box {
	width: 180px;
	float: right;
	margin: 30px 20px 5px 5px;
	border: 1px solid #990099;
	text-align: center;
	color: #666;
	background-color: #E0D8D5;
}
#box p {
	padding: 0 3px;
	font-size: 80%;
}
#box h3 {
	color: #990099;
	background-color: inherit;
	padding: 3px 0 0 0;
}
.smtext {
	font-size: 65%;
	font-weight: normal;
}
#about {
	float: right;
	position: relative;
	padding: 5px 15px 5px 25px;
	width: 430px;
}
#footer {
	clear: both;
	font-size: 70%;
	color: #999;
	background-color: inherit;
	padding: 40px 25px 10px 25px;
}
a:link, a:visited {
	color: #660099;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color:#6633CC;
	background-color: #BBC2CC;
	text-decoration: none;
}
	