@charset "UTF-8";
/* CSS Document */

body {
	/*background-image:url(../images/bg.png);	*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #000;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0; 
	margin: 0; 
	text-align: left; 
	background-color:#C0408D;
}
#page{
	display: block;
	margin-left: 56px;
	margin-top:30px; 
	width:720px;
}
#page-temp{
	display: block;
	margin: 0 auto;
	text-align:center;
	Margin-top:20px;
}
#page-temp2 {
    display: block;
    margin: 0 auto;
    Margin-top: 100px;
    background-color: #fff;
    width: 80%;
    padding: 20px;
}
#header{
	display: block;
	background-image:url(../images/bg-top.png);
	background-repeat:no-repeat;
	background-position:top left;
	height: 186px;
}
#content{
	display: block;
	background-image:url(../images/bg-content.png);
	background-repeat:repeat-y;
	width:560px;
	height:345px;
	float:left;	
}

#navi{
	width:160px;
	text-align:left;
	float:left;	
	background-image:url(../images/bg-left.png);
	height:345px;
	display: block;
}

#navi a{
	text-decoration:none;
	color:#903379;
	}
#navi a:hover{
	text-decoration:none;
	color:#903379;
	}
#footer{
	display: block;
	background-image:url(../images/bg-bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:720px;
	height:53px;
	float:left;
}
#navi ul{
	padding-left:7px;
	padding-top:45px;
	list-style-type:none;
	list-style-image:none;
	line-height:15px;
}

#navi li {
	list-style-type:none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:15px;
	}
	
#navi li.select{
	font-weight:bold;
	background-color:white;
	opacity:0.8;
	color:#903379;
	}
.small a{
		color:#fff;
	}
	.small a:hover{
	text-decoration:underline;
	}

/*
#navi a:hover{
	text-decoration:none;
	color:#FF9933;
	}
#navi p{
	padding-bottom:5px;
	line-height:10px;
	}
#navi .sel{
	padding:0px;
	margin-bottom:10px;
	font-weight:bold;
	}#sub{
	width:auto;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:0px;
	padding:0px;
	text-transform:none;
	font-size:10pt;
	vertical-align:top;
	line-height:20px;
}
*/

#pic{
	padding:5px;
	float:right;
}
#cite{
	width:146px;
	margin:5px;
	float:right;
	color:#8F3278;
	font-style:italic;
	background-color:#f2d9e8;
	}
#cite-top{
	background-image:url(../images/cite_02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:15px;
	}
#cite-bottom{
	background-image:url(../images/cite_02.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:15px;
	}
#cite p {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 15px;
}
	
#text{
	width:510px;
	padding-left:20px;
}

h1{
	font-size:11pt;
	color:#8F3278;
	font-weight:bold;
	}
h3{
	font-size:10pt;
	color:#000;
	font-weight:bold;
	}

.small{
	font: 8pt Verdana, Geneva, sans-serif;
	text-align:center;
	color:white;
}

a{
	font: Verdana, Geneva, sans-serif;
	color:#8F3278;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	color:#8F3278;
	}

ul{
	padding-left:35px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	list-style-image:url(../images/bullet.gif);
	line-height:20px;
}


.tooltip {
	font-size:11px;
	padding:10px;
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	width:250px;
	border: solid 1px #8F3278;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
}
.space {
    display: inline-block;
    width: 60px;
}


