@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#ececd6;
}
p {
	margin:10px 0px 0px 0px;
}
td {
	vertical-align:top;
}
ul {
	margin:0px;
	padding:0px;
	margin:5px 0px 0px 0px;
}
ol {
	margin:0px;
	padding:0px;
	margin:5px 0px 0px 0px;
}
li {
	margin:0px;
	padding:0px;
	margin-left:20px;
}
#shell {
	width:802px;
	margin: 0 auto;
}
#shellHead {
	width:800px;
	margin:0 auto;
}
#shellContent {
	width:800px;
	margin:0 auto;
}
#header {
	padding:10px 10px 10px 10px;
}
#topNav {
	margin-top:15px;
	padding:0px 10px 0px 10px;
	font-size:11px;
	color:#000066;
}
#topNav a:visited {
	text-decoration:none;
	color:#000099;
}
#topNav a:hover {
	text-decoration:none;
	color:#cc0000;
}
#topNav a:link {
	text-decoration:none;
	color:#000099;
}

#content {
	margin-top:10px;
	border-style:solid;
	border-color:#000066;
	border-width:4px 1px 8px 1px;
}
#leftNav {
	width:160px;
	min-height:325px;
	background-color:#efefef;
	background-repeat:no-repeat;
	padding:30px 0px 20px 20px;
}
#pubRight {
	padding:30px 10px 20px 20px;
}

.leftMenu {
	font-size:11px;
	font-weight:bold;
	line-height:20px;
}
.leftMenu a:visited {
	text-decoration:none;
	color:#000099;
}
.leftMenu a:hover {
	text-decoration:none;
	color:#cc0000;
}
.leftMenu a:link {
	text-decoration:none;
	color:#000099;
}

.contentSection {
	line-height:14px;
	margin-bottom:15px;
}
.contentSectionHead {
	font-size:12px;
	font-weight:bold;
	color:#000066;
}
.picFrame {
	border-width:3px;
	border-style:solid;
	border-color:#000066 #aaaaaa #aaaaaa #000066;
}
