@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: #FFE6FF;
}
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 #CC3399;
	border-left: thin solid #CC3399;
}
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 {
	padding: 5px 25px 10px;
	clear: both;
	background-color: #FFFFFF;
}
#main  h3  {
	color: #9966CC;
	margin-top: 10px;
	clear: both;
	font-size: 1.3em;
}
#main h5 {
	font-size: 1.2em;
	color: #993333;
	padding-left: 50px;
}

#main p {
	padding-left: 50px;
}

#main h4 {
	color: #996633;
	clear: both;
	font-size: 1.2em;
	padding-left: 30px;
}
#main h6 {
	font-size: 100%;
	color: #666666;
}
#main li {
	list-style: square outside;
	left: 50px;
	margin-left: 50px;
	font-size: 1.0em;
}
#main   h1  {
	color: #CC0000;
	line-height: 1.2em;
	font-size: 2em;
	text-align: center;
}
#main h2 {
	font-size: 1.2em;
	color: #339966;
	text-align: center;
}
#main object {
	margin-left: 120px;
}
#main .center750 {
	padding-right: 30px;
	padding-left: 30px;
}



#footer {
	font-size: 70%;
	padding: 15px;
	background-color: #CC99CC;
}
#footer img {
	float: right;
}
