/* CSS Document */


H1 {
	font-family: "Book Antiqua";
	font-size: 25px;
	color: #990000;
	padding-top : 30px;
	padding-left : 105px;
}
H3 {
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 13px;
	color: #990100;
	text-align: center;
}
.nav {
	background-color: #ffffff;
	font-family: "Book Antiqua";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-top : 5px;
	padding-left : 25px;
	text-decoration: none;
}
.nav a {
	color : #990100;
	text-decoration: underline;
}
.nav a:hover {
	color : #0000ff;
	text-decoration: underline;
}
.nav2 {
	background-color: #ffffff;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 11px;
	color: #990100;
	padding-top : 5px;
	padding-left : 15px;
}
.nav2 a {
	color : #990100;
	text-decoration: none;
}
.nav2 a:hover {
	color : #0000ff;
	text-decoration: underline;
}
.foot {
	background-color: #ffffff;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}
.foot a {
	color : #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.foot a:hover {
	color : #0000FF;
	text-decoration: underline;
}
.body {
	color : #000000;
	padding-top : 5px;
	padding-left : 5px;
	padding-right : 5px;
	font-size : 16px;
	font-family : "Verdana, Arial, Helvetica, sans-serif";
	text-align: justify;
}
.body a {
	color : #0000ff;
	text-decoration: none;
}
.body a:hover {
	color : #0000FF;
	text-decoration: underline;
}
.t-contents {
	background-color: #ffffff;
	font-family: "Book Antiqua";
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	padding-top : 15px;
	padding-left : 80px;
	padding-right : 0px;
	text-decoration: underline;
}
.t-contents a {
	color : #990100;
	text-decoration: underline;
}
.t-contents a:hover {
	color : #0000ff;
	text-decoration: underline;
}
.book {
	font-size : 12px;
	font-family : "Trebuchet MS";
	text-align: justify;
	border-right: 1pt solid #999999;
}
.book a {
	color : #990100;
	text-decoration: none;
}
.book a:hover {
	color : #0000FF;
	text-decoration: underline;
}
hr {
	color : #0000FF;
	text-decoration: underline;
	border: 1pt dotted #FF0000;
}
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana, Arial;
line-height:18px;
z-index:100;
background-color:#990100
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color : #ffffff;
background-color:#990100;
}

#dropmenudiv a:hover{ /*hover background color*/
color : #0099ff;
text-decoration:underline
}