body {
	margin:0;
}
#banner {
	background-image:url(../images/banner.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#094FA3;
	height:93px;
	text-align:right;
}
.navBG {
	background-image:url(../images/navBG.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#094FA3;
	height:20px;
	width:340px;
	text-align:right;
}
#banner a {
	font-family:verdana, arial;
	font-size:10px;
	font-weight:bold;
	color:#094FA3;
	text-decoration:none;
}
#banner a:hover {
	color:white;
}
.navOn {
	font-family:verdana, arial;
	font-size:10px;
	font-weight:bold;
	color:white;
}
#bannerLine {
	height:2px;
	border-top:1px solid #F7931D;
	padding:0;
	margin-top:1px;
}
.dropCap {
	position: relative;
	font-family: times, times new roman, serif;
	font-size: 18px;
	font-style:italic;
	font-weight: bold;
	color: #F7931D;
	margin: 0px;
}
p {
	font-family:verdana, arial;
	font-size:11px;
	font-weight:normal;
	color:#094FA3;
	margin:0 20px 20px 20px;
}
p a {
	font-family:verdana, arial;
	font-size:11px;
	font-weight:normal;
	color:#094FA3;
}
p a:hover {
	color:#F7931D;
}
h1 {
	font-family: times, times new roman, serif;
	font-size:21px;
	font-weight:normal;
	font-style:italic;
	color:#094FA3;
	margin:10px 20px 10px 20px;
}
#rtCol {
	float:right;
	width:200px;
	height:auto;
	margin:0 10px 0 20px;
	clear:both;
}
#rtCol td,input {
	font-family:verdana, arial;
	font-size:11px;
	font-weight:normal;
	color:#094FA3;
}
#rtCol th {
	font-family: times, times new roman, serif;
	background-color:#F7931D;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#ffffff;
	text-align:left;
	border-bottom:1px solid #094FA3;
}
.rtColTbl {
	border:1px solid #094FA3;
}
#copyright {
	border-top:1px solid #F7931D;
	font-family:verdana, arial;
	font-size:10px;
	font-weight:normal;
	color:#094FA3;
	margin:50px 0 0 0;
	padding:5px;
	clear:both;
}