html,body {
	background-color: #DAC6FF;
	font-family:  Verdana, Trebuchet MS, Arial, sans-serif;
	font-size: 12pt;
	text-align:center;
}

h1 {
	font-size: 14pt;
	font-weight:bold;
	color: #663399;
	margin: 0%;
}

acronym {
	cursor: help;
}

pre {
	margin: 0%;
}

div.upperleft {
	width: 520px;
	margin-left: auto;
	margin-right: auto;

	background-color: #ceb3ff;
	background-image: url('images/upperleft.png');
	background-repeat: no-repeat;
	background-position: top left;
	text-align:left;
}

div.upperright {
	background-image: url('images/upperright.png');
	background-repeat: no-repeat;
	background-position: top right;
}

div.lowerleft {
	background-image: url('images/lowerleft.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.lowerright {
	background-image: url('images/lowerright.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 3% 3% 3% 3%;
}

div.header {
	width: 520px;
	height: 204px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header.jpg);
	margin-bottom: 20px;
}

div.header h1 {
	font-size:24px;
	color:#FFFFFF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:right;
	padding-right:5px;
}

div.nav {
	padding-top:149px;
	padding-left:5px;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
}

.nav a, .nav a:hover, .nav a:visited {
	color:#FFF0E6;
	text-decoration:none;
	margin-right:10px;
	border-top:3px solid #333333;
}

.nav a:hover {
	border-top:3px solid #FFFFFF;
}

div.footer {
	background-image:url(images/footer.png);
	text-align:center;
	font-size:9pt;
	width:480px;
	height:18px;
	margin-left:auto;
	margin-right:auto;
}
ul { 
	margin: 20px; 
	padding : 0px; 
	list-style : none;
	{ list-style-image: url("images/star.gif") 
}

.bul{ 
	margin: 20px; 
	padding : 0px; 
	list-style : none;
	{ list-style-image: url("images/bullet_black.gif") 
}

li {
padding: 0px 0px 0px 12px; /* Note 0px padding right */

}

.input {
    font-family:Tahoma;
    font-size:11px;
    border-width:1px;
	border-style:solid;
	border-color:#666666;


}
label span{
  float: left;
  width: 8em;
} 

