#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#sidebar {
	width: 180px;
	padding: 0px;
	margin: 0px;
	height: 450px;
	background: #ffffff url('images/left_nav.png') no-repeat top left;
	vertical-align: top;
}

#sidemenu {
	margin: 0px 13px 0px 14px;
	padding: 0px;
	vertical-align: top;
	white-space: normal;
	line-height: 18pt;
}

#navlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px
}

#navlist li {
	 /*border: 1px solid #999999;*/
	text-align: center;
	font-size: 16pt;
}

#content {
	padding: 0px;
	margin: 0px 0px 0px 180px;
	background: #ffffff url('images/content.png') no-repeat top left;
	height: 450px;
	width: 600px;
	vertical-align: top;
	white-space: normal;
}

#content_inner {
	margin: 0px 4px 0px 4px;
	padding: 0px;
	vertical-align: top;
	white-space: normal;
	overflow: auto;
	width: 592px;
	height: 440px;
}
.grey10
{	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #505050;
	text-decoration: none;
	white-space: normal;
}

.grey12
{	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14pt;
	color: #505050;
	text-decoration: none;
	white-space: normal;
}

.blue10
{	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
	white-space: normal;
}
a.blue10:hover
{	color: #666666;
}

.blue12
{	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	text-decoration: none;
	white-space: normal;
}
a.blue12:hover
{	color: #666666;
}


.nav_link
{	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
	white-space: normal;
	font-weight: bold;
}

a.nav_link:hover
{	color: #666666;
}