/* stylesheet for misc pages */

body {
    background-color:#CCEED7;
}
h1 {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	color: black;
	margin: 5 0 5 7;
}
h1.banner {
	font-family: verdana;
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
	text-align: left;
	position: relative;
	top: 15px;
	margin: 0 0 0 275;
	color: #098A06;
}
h2 {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	color: #098A06;
	margin-left: 50;
	margin-bottom: -5;
}
h3 {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	color: #D65F35;
	margin: 10 50 10 50;
}
p {
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: black;
	margin: 15px 50px 10px 50px;
}
p.form {
	font-family: verdana;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	color: black;
	margin: 0px 0px 0px 0px;
}
p.list {
	line-height: 18px;
	text-align: left;
	color: black;
	margin: 0 50 5 0;
}
ul {
	list-style-type: circle;
	color: #138A3B;
	margin-left: 100px;
}
ul li {
	padding-left: 0px;
}
em {
	font-style: normal;
	background-color: #C3FFCB;
}
a {
	font-weight: normal;
	color: blue;
}
a:hover {
	color: red;
}
div.main {
	width: 640px;
	border-style: solid;
	border-color: #138A3B;
	border-width: 1px;
	margin-top: 20px;
	background: white;
	margin-bottom: 20px;
}
div.banner {
	width: 640px;
	height: 80px;
	background: url(../Graphics/pagebanner.jpg)
}
#form {
	float: center;
	font-family: verdana;
	font-size: 12px;
	text-align: left;
	color: black;
	border-style: solid;
	border-color: #138A3B;
	border-width: 1px;
	margin-top: 0px;
	margin-bottom: 20px;
	background: #99DDB0;
}
#dropcap {
	width: 20px;
	height: 40px;
	font-family: verdana;
	font-size: 40px;
	font-weight: normal;
	color: #098A06;
	margin-left: 50px;
	margin-top: 4px;
	display: inline;
	float: left;
}
hr {
	height: 4px;
	background:url(../Graphics/vn_gradientbar.jpg) no-repeat center;
	border:none;
}