
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: url(images/bg.gif) repeat-x #ececec;
	padding: 0px;
	margin: 0px;
}

a img{
	border: none;
}

h1{
	font-size: 1.6em;
}
h2{
	font-size: 1.4em;
}
h3{
	font-size: 1.2em;
}

table tr td{
	vertical-align: top;
}

.wrapper{
	width: 860px;
	margin: auto;
	overflow: hidden;
}

.sidebar{
	width: 150px;
	float: left;
}

.sidebar ul{
	padding: 250px 0px 0px 0px;
	margin: 0px;
	list-style: none;
}

.sidebar ul ul{
	padding: 0px;
}

.sidebar ul li{
	padding: 3px 0px 3px 15px;
}

.sidebar ul li.current{
	background: url(images/menu-current.gif) no-repeat left 5px;
}

.sidebar ul li a{
	color: #000;
	text-decoration: none;
	display: block;
}

.sidebar ul li.parenttocurrent  { background: url(images/menu-current.gif) no-repeat left 5px; }
.sidebar ul li.parenttocurrent a, .sidebar ul li.current a { font-weight: bold; border-bottom: 3px solid #fff; margin-bottom: 5px; padding-bottom: 5px; }

.sidebar ul li.parenttocurrent ul li a { font-weight: normal; font-size: 11px; }
.sidebar ul li.parenttocurrent ul li a { border: 0; margin: 0; padding-bottom: 0; }

.innerwrapper{
	width: 700px;
	float: left;
	background: #FFF;
}

.top{
	text-align: right;
	height: 71px;
}

.banner{
	width: 700px;
	height: 164px;
	overflow: hidden;
}

.container{
	padding: 15px;
}

.banner { height: 164px; background: url(images/shadow.jpg) bottom center no-repeat; padding-bottom: 15px; }

a:link, a:visited {
	color: #000;
}
	a:hover { text-decoration: none; }
