/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 0.12.1 */

body {
	*font: x-small;
	*font-size: small;
	font: 13px arial,helvetica,clean,sans-serif;
	background: url(images/bg.gif) repeat-x;
}

body * {
	line-height: 1.22em;
}

pre, code {
	*font-size: 100%;
	font: 115% monospace;
}

select, input, textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

table {
	font: 100%;
	font-size: inherit;
}
#hd{
	height: 35px;
}
#bd{
	border-top: 1px solid #DCDCDC;
	border-right:  1px solid #DCDCDC;
	border-left:  1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 20px;
	background: White;
}

#logo{
	background: url(images/logo.gif) no-repeat;
	width: 334px;
	height: 55px;
	text-indent: -9000px;
	margin: 10px 0 0 10px;
}
#sidebar{
	background-color: #EFEFEF;
	margin-left: 15px;
	margin-top: 10px;
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	line-height: 150%;
}
#sidebar li{
margin-bottom: 2px;
border-bottom: 1px solid white;
}

#sidebar li a {
	text-decoration: none;
	color: #333333;
	background: #EFEFEF;
	display: block;
	padding: 5px;
	padding-right: 25px;
}

#sidebar li a:hover {
	color: #221c4a;
	background: #f6f6f6;
	display: block;
	
}

#sidebar li a.active {
	color: #ffffff;
	background: #221c4a url(images/triangle.gif) right no-repeat;
	display: block;
	
}

#content p{
	line-height: 150%;
	margin: 10px 14px 12px 0;
	text-align: left;
	font-size: 107%;
}

content ul.list{
	line-height: 150%;
	margin-left: 20px;
	text-align: left;
	font-size: 107%;
}



#topright{
	text-align: right;
}
#topnav{
	margin-top: 45px;
	margin-right: 5px;
}
#topnav li{
	display: inline; margin-right: 10px;
	background-color: #F0F8FF;
	padding: 8px 8px 2px 8px;
	font-size: 85%;
}
#topnav li a{
	text-decoration: none;
	font-weight: 600;
}
#topnav li a:hover{
	text-decoration: underline;
}