@charset "utf-8";
/* CSS Document */

#header1 {
	width: 100%;
	margin: 0 auto;
	position:relative;
	z-index: 1;
	background-color: #862B6B;
	box-shadow: 0px 0px 20px #888888;
}


#Pub_Select
{
	padding: 10px;
	width:900px;
	Height: Auto;
	margin-left: auto;
	margin-right: auto;
	display:table;
	border-left-width: 0px;
	border-left-color: rgba(134,43,107,1.00);
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:rgba(134,43,107,1.00);
	border-bottom-style: solid;
	
    border-right-width: 0px;
	border-right-color: rgba(134,43,107,1.00);
	border-right-style: solid;
	box-shadow: 0 5px 6px -6px #222;
}


#Pub_Select ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
}

#Pub_Select li {
	float: left;
	display: inline;
	width: 150px;
	text-align: center;
}

#Pub_Select li a {
	float: left;
	display: inline;
	width: 150px;
	text-align: center;

}

#Pub_Select li a:hover {
	float:none;
	display: inline;
	width: 150px;
	text-align: center;
	color: rgba(134,43,107,1.00);


	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;


}
#Pub_list
{
	padding: 10px;
	width:850px;
	Height: Auto;
	margin-left: auto;
	margin-right: auto;
	display:block;

}

ol {
    padding-left: 0.5em;
}

ol li {
    list-style-type: decimal; /* or 'decimal-leading-zero', 'upper-alpha', 'lower-alpha'... */
    list-style-position: outside; /* or 'inside' */
    margin-left: 1em; /* gives 'room' for the numbers to appear in */
	padding: 10px;
}
