
form,body,ul{
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}
ul{
	list-style: none;
}
img{
	border: 0;
}
body{
	background: url(../img/bodybg.gif) repeat-y;
	color: #000080;
	line-height: 140%;
}
body,td{
	font-family: "MS Arial Unicode",Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a{
	text-decoration: underline;
	color: #000080;
}

a:hover{
	text-decoration: none;
        color: #000080;
}
#wrap{
	background: #000066 url(../img/topbg.gif) repeat-x;
	height: 96px;
}

.top{
	background: #000066 url(../img/logo.gif) no-repeat;
	height: 94px;
	overflow: hidden;
}
.left{
	width: 170px;
	background: #C0C0C0;
	vertical-align: top;
	height: 450px;
}
/*--nav*/
#nav, #nav ul {
	list-style: none;
	/*background: #369;*/
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	/*border: solid 1px #CCCCCC;*/
	border-bottom: 0px;
	width: 170px;
	text-align: left;	
}
/*
#nav ul ul{
	border: solid 1px #CCCCCC;
	border-bottom: 0px;
}
*/
#nav a {
	display: block;
	width: 170px;
	w\idth: 160px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	/*border-bottom: solid 1px #CCCCCC;*/
	text-align: left;
	padding-left: 10px;
	background: #666;
line-height: 22px;
font-family: "MS Arial Unicode",Arial, Helvetica, sans-serif;
}

#nav a:hover{
	color: #EEE;
	background: #000066;
	
}

#nav li.selected a:hover{
	background: url(../img/arrow.gif) no-repeat right 50%;
}
#nav li.selected li a:hover{
	color: #EEE;
	background: #000066;
}
#nav li {
	position: relative;
	border-bottom: 1px solid #CCC;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 200px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#nav li li {
	width: 200px;
	line-height: 100%;
}

#nav li ul a {
	width: 200px;
	w\idth: 195px;
	padding: 5px 0 5px 7px;
	line-height: 110%;
	/*text-align: left;
	background: #C00;
	color: #FFF;*/
}

#nav li ul ul {
	margin: 0px 0 0 170px;
}

#nav li:hover ul ul,#nav li.sfhover ul ul{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul,#nav li.sfhover ul, #nav li li.sfhover ul{
	left: auto;
}

#nav li:hover ul,#nav li.sfhover ul{
	left: 170px;
	top: 0px;
}

#nav li:hover, #nav li.sfhover {
	background: #000066;
}

/*\*/
* html #nav li {
	float: left;
	height: 1%;
}

* html #nav li a {
	height: 1%;	
}
*+html #nav li {
	float: left;
	height: 1%;
}

*+html #nav li a {
	height: 1%;	
}

/**/
p{
	padding: 6px 0;
	margin: 0;
}
h2{
	margin: 0;
	padding: 2px 0 10px;
	font-size: 18px;
	color: #000066;
}
.content img{
	margin: 0 10px 0 0;
}
p.pic{
	padding-bottom: 15px;
}