@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
a, a:visited, a:active {
	color: #91017c;
	text-decoration: none;
	padding: 3px 10px;
}
a:hover {
	color: #fff;
	background-color: #91017c;
}
#container {
	width: 960px;
	margin: 20px auto 20px auto;
}
#logo a, a:visited, a:active {
	text-decoration: none;
}
#logo a:hover {
	background-color: #FFF;
}

#left_menu {
	border: 1px solid #91017c;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight:bold;

}

#left_menu a, a:visited, a:active {
	color: #91017c;
	text-decoration: none;
	padding: 3px 10px;
}
#left_menu a:hover {
	color: #fff;
	background-color: #91017c;
}

#right_menu {
	border: 1px solid #333;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight:bold;
}


#right_menu a, a:visited, a:active {
	color: #666666;
	text-decoration: none;
	padding: 3px 10px;
}
#right_menu a:hover {
	color: #fff;
	background-color: #666666;
}
.clear {
	clear: both;
	padding-top: 30px;
	text-align: center;
}
#leftpic{
	background-color:#91017c;
	color:#FFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 30px;
	padding-top: 8px;
}

#rightpic{
	background-color:#666666;
	color:#FFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 30px;
		padding-top: 8px;
}

ul {
	margin-top: 5px;
	padding: 0;
	list-style: none;
	text-align: right;
	margin-right: -10;
	margin-bottom: 0;
	margin-left: 0;
}
li {
	height: 20px;
	text-align: left;
}
.greybg {
	background-color: #666;
	width: 100%;
	color: #FFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	margin: 0px;
}
#footer {
	text-align:center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}


