body{
	background: #FFFFFF;
	margin: 9px;
	font: 10pt/14pt "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #666666;
}

A:link{ color:#999999; text-decoration:none; }
A:hover{ color:#6C8EFF; text-decoration:underline; }
A:active{ color:#999999; text-decoration:none; }
A:active:hover{ color:#6C8EFF; text-decoration:underline; }
A:visited{ color:#999999; text-decoration:none; }
A:visited:hover{ color:#6C8EFF; text-decoration:underline; }


#wrap{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#sidebar{
	float: left;
	text-align: center;
	width: 150px;
	height: 300px;
}
#logo{
	text-align: center;
	height: 120px;
}
#navcontainer{
	float: left;
}

#container{
	margin-left: 150px;
	border-left: #CCCCCC 1px solid;
}

#content1{
	padding: 20px;
	float: left;
	text-align: justify;
}

h3{
	text-align: right;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
}

h2{
	text-align: left;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
}

#title{
	height: 120px;
	border-bottom: #CCCCCC 1px solid;
	text-align: right;
	font-size: 10pt;
	letter-spacing: -1px;
	color: #CCCCCC;
}

#footer{
	text-align: center;
	font-size: 10px;
	height: 30px;
	margin-top: 10px;
	border-top: #CCCCCC 1px solid;
}

#navlist
{
	padding: 0 0px 0px 0px;
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
	background: #F3F3F3;
	width: 150px;
}
#navlist li
{
	list-style: none;
	margin: 0;
	border-top: #CCCCCC 1px solid;
	text-align: right;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
background: #F3F3F3;
text-decoration: none;
}

#navlist li a:link {
	color: #FF9900;
}
#navlist li a:visited {
	color: #FF9900;
}

#navlist li a:hover
{
border-color: #FE3;
color: #666666;
background: #FFFFFF;
}
.imgmargin {
	border-width: 0px;
	margin: 5px 10px;
}

