@charset "utf-8";
/* CSS Document */
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,sub,sup{
	margin: 0px;
	padding: 0px;
}
a,a:visited{
	color:#c00;
}
a:hover{
	color:#999;
}

p {
	line-height: 1.5em;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #666;
	background-image: url(../_images/bkgd.png);
	background-repeat: repeat;
}
td {
	text-align: center;
}

#wrapper {
	width: 1024px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
#wrapper #header {
	background-image: url(../_images/header.png);
	height: 320px;
	text-align: center;
	width: 1030px;
	background-repeat: no-repeat;
}

#wrapper #header>ul>li {
	background-color:#bfcee6;
	font-size: 0.9em;
	font-weight: bolder;
	list-style:none;
	float: left;
	position:relative;
	width: 126px;
	text-align: center;
	top: 300px;
	border: 1px solid #000;
	height: 20px;
	line-height: 20px;
}


#header ul li a:link,
#header ul li a:visited,
#header ul li a:hover{
	text-decoration:none;
	color: #0079c1;
}
#wrapper #header ul li:hover,
.hm #header #hm,
.ab #header #ab,
.pj #header #pj,
.of #header #of,
.ar #header #ar,
.sp #header #sp,
.iv #header #iv,
.ct #header #ct {
	background-color:#FFF;
}
#header ul li ul{
	background-color:#bfcee6;
	width: 126px;
	list-style:none;
	display:none;
}
#header ul li:hover ul{
	background-color:#bfcee6;
	width: 126px;
	list-style:none;
	display:block;
	position:absolute;
	top:20px;
}
#wrapper #main {
	width: 69%;
	float: left;
	position: relative;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
#wrapper #main p {
	margin-left: 20px;
	margin-top: 5px;
	text-align: justify;
}

#main h3 {
	margin-bottom: 10px;
	margin-top: 20px;
}
#main h2 {
	font-size: 1.3em;
	font-weight: 500;
	color: #cc0000;
	margin-top: 20px;
	margin-bottom: 5px;
}


#main #offCol {
	clear: none;
	float: left;
	width: 20%;
	position: relative;
	text-align: center;
}
#main #officer {
	float: left;
	position: relative;
	text-align: center;
	width: 75%;
	margin-top: 20px;
	margin-left: 10px;
}
#main #offPic {
	padding: 3px;
	border: 2px ridge #bfcee6;
	float: left;
	position: relative;
}
#main #offtxt {
	float: left;
	position: relative;
	text-align: left;
	margin-left: 10px;
	width: 200px;
}


.quote {
	font-size: 0.8em;
	font-style: italic;
}

#wrapper #sidebar {
	width: 29%;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: groove;
	border-left-style: groove;
	border-bottom-color: #cc0000;
	border-left-color: #cc0000;
	float: right;
	text-align: center;
	clear: none;
}
#wrapper #sidebar h2 {
	font-size: 1em;
	font-weight: bolder;
	width: 100%;
	color: #006dad;
	background-color: #bfcee6;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#wrapper #footer {
	font-size: 0.9em;
	color: #fff;
	background-color: #CC0000;
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer p a:link,#footer p a:visited {
	color: #bfcee6;
	text-decoration: underline;
	
}
#footer p a:hover {
	color: #006dad;
	text-decoration:none;
}
h1 {
	font-size: 1.5em;
	color: #cc0000;
}
img {
	padding: 2px;
}
.sp #wrapper #main div a img {
	margin: 10px;
	border: 3px solid #fff;
}
.sp #wrapper #main div a img:hover {
	margin: 10px;
	border: 3px inset #c00;
}
ol li {
	list-style-type: decimal;
	padding-left: 10px;
	margin-left: 40px;
}
