@charset "utf-8";
/* formatting style
-------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 80%;
	line-height: 1.5;
	color: #333333;
	background-color: #C7ACFF;
}
hr {
	display: none;
}
/* link styles
-------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 2px;
	top: 2px;
}
/* basic layout
-------------------------------*/
#wrapper {
	width: 850px;
	margin: 0px auto;
	border-right: thin solid #FF6699;
	border-left: thin solid #FF6699;
}
a:hover {
	color: #990000;
}
#header {
	background-image: url(../images/bg_toplogo.gif);
	background-repeat: repeat;
	height: 60px;
	border-top: 5px solid #CC0000;
	border-bottom: 1px solid #996633;
	top: 10px;
	text-align: center;
}
#main {
	background-color: #FFFFFF;
	list-style: square inside;
	padding-bottom: 30px;
}
#main h1 {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;
	color: #CC6600;
}
#main dl dt {
	color: #339999;
	font-weight: bold;
	padding-top: 1.2em;
	padding-left: 50px;
}
#main dl dd {
	padding-left: 100px;
}


#footer {
	background-color: #9999CC;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

