/* Used by page.php */
body {
	font: 12px Tahoma, "Microsoft Sans Serif", sans-serif;
}

#toolbar {
	position: absolute;
	top: 2px;
	right: 5px;
}

.toolbar-icon {
	float: left;
	margin-left: 3px;
	padding: 0px 3px;
}

#searchbar {
	width: 100%;
	height: 42px;
	background-image: url(/images/frame/frame.jpg);
	background-repeat: repeat-x;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}

.send_to_friend_bottom,.send_to_friend_bottom a:hover,.send_to_friend_bottom a:visited,.send_to_friend_bottom a
	{
	width: 100%;
	margin: 10px auto;
	text-align: center;
	font-size: 13px;
	font-family: Microsoft Sans Serif;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

#page-content-wrapper {
	background-color: #F7F8FA;
	height: auto;
	overflow: auto;
	text-align: left;
}

#page-content-inner {
	background-color: #F7F8FA;
	width: 930px;
	margin: 0px auto;
	border-bottom: 1px solid #CC9900;
	height: auto;
	overflow: auto;
	text-align: left;
}

#content-left {
	float: left;
	width: 190px;
}

#content-right {
	background-color: #FFFFFF;
	float: right;
	width: 78%;
	position: relative;
	margin-right: 0px !important;
}

#left-menu-nav {
	background-color: #FBF7EC;
	border: solid 5px #E8D18C;
	width: 180px;
	float: left;
	margin-left: 4px !important;
	margin-left: 2px;
	margin-top: 4px;
	/*height: 100%;*/
}

#left-menu-nav td a {
	font: normal 13px "Microsoft Sans Serif", Tahoma, sans-serif;
	text-decoration: none;
	color: black;
}

#left-menu-nav td a:hover {
	text-decoration: none;
	color: #999;
}

#left-menu-nav a {
	font: normal 13px "Microsoft Sans Serif", Tahoma, sans-serif;
	text-decoration: none;
	color: black;
}

#left-menu-nav a:hover {
	text-decoration: none;
	color: #999;
}

#article-more {
	width: 95%;
	margin: 0px auto;
}

#article-more {
	list-style-image: url(/images/icons/bullet-article.gif);
}

#article-more ul li a {
	text-decoration: none;
	color: black;
}

#article-more ul li a:hover {
	text-decoration: none;
	color: #999;
}

.menu-nav {
	background-color: #FBF7EC;
	border: solid 5px #E8D18C;
	width: 180px;
	float: left;
	margin-left: 4px !important;
	margin-left: 2px;
	margin-top: 0px;
	height: 100%;
}

.menu-nav h1 {
	margin-top: 5px;
	margin-left: 5px;
}

.menu-nav td {
	margin-top: 15px;
}

.menu-nav td a {
	font: normal 13px "Microsoft Sans Serif", Tahoma, sans-serif;
	text-decoration: none;
	color: black;
}

.menu-nav td a:hover {
	text-decoration: none;
	color: #999;
}

#article-main-content {
	width: 100%;
	background-color: #FFFFFF;
}

#article-group {
	font: 13px bold "Microsoft Sans Serif";
	padding-bottom: 2px;
	border-bottom: 1px solid #C0C0C0;
	margin: 2px auto;
	width: 98%;
}

#article-group a a:hover a:visited {
	text-decoration: none;
	font-weight: bold;
}

#article-header {
	color: #0000ff;
	font: 13px "Microsoft Sans Serif";
	margin: 2px auto;
	width: 98%;
}

#article-body {
	font: 13px "Microsoft Sans Serif";
}

#menu-header {
	color:#CC0033;
	font-size:20px;
	margin:15px 0px;
	background-color:#fff;
	border-bottom:dotted #CE6A51 1px;