body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	}

p, ul, ol, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

p.hanging {
	padding-left: 2em;
	text-indent: -2em;
	font-size: 92%;
	}

p.indent {
	text-indent: 2em;
	}

p.indentdouble {
	text-indent: 4em;
	}

p.indenttriple {
	text-indent: 6em;
	}

ol {
	margin-left: 1em
	}

h1 {
	font-size: 160%;
	color: #330033;
	}

h2 {
	font-size: 140%;
	color: #000099;
	}

h3 {
	font-size: 120%;
	}

h4 {
	font-size: 105%;
	color: #300033;
	}

h5 {
	font-size: 100%;
	color: #00cbfe;
	}

h6 {
	font-size: 94%;
	color: #00cbfe;
	}

hr {
	color: #330033;
	}

ul {
	margin-left: 2em;
	}

ul.indent {
	margin-left: 4em;
	}

ul.indentdouble {
	margin-left: 6em;
	}

ul.indenttriple {
	margin-left: 8em;
	}

/* styles for classes */
.bkg-creme {
	background-color: #fbf5e5;
	}

.bkg-cremebold {
	background-color: #fbf5e5;
	font-weight: bold;
	}

.center {
	text-align: center;
	}

.dropcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight: bold;
	color: #330033;
}

.float-left {
	float: left;
	}

.float-right {
	float: right;
	}

.float-clear {
	clear: both;
	}

.img-border {
	border: 2px solid #330033;
	}

.img-noborder {
	border: none;
	}

.img-left {
	float: left;
	margin-top: 0;
	margin-right: 15px; 
	margin-bottom: 15px;
	margin-left: 0; 
	border: 2px solid #330033;
	font-size: 84%;
	font-weight: bold;
	text-align: center;
	}

.img-left img {
	border: 2px solid #330033;
	}

.img-right {
	float: right;
	margin-top: 0;
	margini-right: 0;
	margin-bottom: 15px; 
	margin-left: 18px; 
	border: 2px solid #330033;
	font-size: 84%;
	font-weight: bold;
	text-align: center;
	}

.img-left-noborder {
	float: left;
	margin-top: 0;
	margin-right: 18px; 
	margin-bottom: 15px; 
	margin-left: 0; 
	border: none;
	font-size: 84%;
	font-weight: bold;
	text-align: center;
	}

.img-right-noborder {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px; 
	margin-left: 15px; 
	border: none;
	font-size: 84%;
	font-weight: bold;
	text-align: center;
	}

.bold {
	font-weight: bold;
	}

.boldoff {
	font-weight: normal;
	}

.boldcenter {
	font-weight: bold;
	text-align: center;
	}

.italic {
	font-style: italic;
	}

.italicbold {
	font-style: italic;
	font-weight: bold;
	}

/*classes related to font color*/
.black {
	color: #000000;
	}

.blackbold{
	color: #000000;
	font-weight: bold;
	}

.blue {
	color: #00cbfe;
	}

.bluebold {
	color: #00cbfe;
	font-weight: bold;
	}

.blue_bright {
	color: #0000ff;
	}

.blue_brightbold {
	color: #0000ff;
	font-weight: bold;
	}

.blue_dk {
	color: #000099;
	}

.blue_dkbold {
	color: #000099;
	font-weight: bold;
	}

.burgundy {
	color: #701e0c;
	}

.burgundybold {
	color: #701e0c;
	font-weight: bold;
	}

.creme {
	color: #fbf5e5;
	}

.cremebold {
	color: #fbf5e5;
	font-weight: bold;
	}

.purple{
	color: #333366;
	}

.purplebold {
	color: #333366;
	font-weight: bold;
	}

.red {
	color: #ff0000;
	}

.redbold {
	color: #ff0000;
	font-weight: bold;
	}

.redcenter {
	text-align: center;
	color: #ff0000;
	}

.redcenterbold {
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	}

.wine {
	color: #330033;
	}

.winebold {
	color: #330033;
	font-weight: bold;
	}

.yellow_lt {
	color: #ffffcc;
	}

.white {
	color: #ffffff;
	}

/*classes related to font size*/
.large {
	font-size: 120%;
	}

.largecenter {
	font-size: 120%;
	text-align: center;
	}

.largebold {
	font-size: 120%;
	font-weight: bold;
	}

.largeboldcenter {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	}

.small {
	font-size: 92%;
	}

.smallcenter {
	font-size: 92%;
	text-align: center;
	}

.smallbold {
	font-size: 92%;
	font-weight: bold;
	}

.smallboldcenter {
	font-size: 92%;
	font-weight: bold;
	text-align: center;
	}

.xsmall {
	font-size: 84%;
	}

.xsmallcenter {
	font-size: 84%;
	text-align: center;
	}

.xsmallbold {
	font-size: 84%;
	font-weight: bold;
	}

.xsmallboldcenter {
	font-size: 84%;
	font-weight: bold;
	text-align: center;
	}

/*classes related to special effects*/
.sidebar {
	font-size: 90%;
	font-weight: bold;
	color: #ffffff;
	background-color: #a95f66;
	width: 33%;
	float: right;
	padding: 1em;
	border: 2px solid #330033;
	}

.sidebar-intro h2 {
	font-size: 120%;
	color: #ff0000;
	}

.sidebar-intro h3 {
	font-size: 110%;
	color: #ff0000;
	}

.sidebar-intro ul {
	margin-bottom: 0;
	}

/*classes related to tables*/
table.tbl_data {
	font-size: .85em;
	border-collapse: collapse;
	background-color: #ffffff;
	border: 1px solid #330033;
	margin-left: .5em;
	}

table.tbl_data caption {
	font-weight: bold;
	color: #663366;
	}

table.tbl_data th {
	border: 1px solid #330033;
	background-color: #ffcc99;
	padding: .4em;
	}

table.tbl_data td {
	color: #000066;
	border: 1px solid #330033;
	padding: .4em;
	}

table.tbl_form {
	font-size: .85em;
	border-collapse: collapse;
	background-color: #fbf5e5;
	border: 1px solid #330033;
	margin-left: .5em;
	}

table.tbl_form caption {
	font-weight: bold;
	color: #ffffff;
	background-color: #104672;
	padding: .25em;
	}

table.tbl_form th {
	border: 1px solid #330033;
	text-align: right;
	color: #000066;
	background-color: #ffcc66;
	padding: .4em;
	}

table.tbl_form td {
	border: 1px solid #330033;
	padding: .18em;
	}

/*classes related to div sections*/
.two-col-left {
	width: 48%;
	float: left;
	margin: 0;
	padding: 1%;
	}

.two-col-right {
	width: 48%;
	float: right;
	margin: 0;
	padding: 1%;
	}

/*classes related to unique div sections*/
#content {
	background-image: url(images/bkg_content.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
	margin: 0;
	height: 100%;
	padding: 20px;
	}

#content .inner {
	margin-left: 140px;
	}

#content-wide {
	float: right;
	width: 740px;
	background-color: #ffffff;
	padding: 0;
	}

#content-wide .inner {
	margin: 1em;
	}

#footer1 {
	font-size: 90%;
	color: #333366;
	font-weight: bold;
	text-align: center;
	background-color: #e0f9ff;
	border-top: thin groove #330033;
	border-bottom: 1px solid #330033;
	height: 100%;
	margin: 0;
	padding: .5em;
	}

#footer2 {
	font-size: 88%;
	color: #333366;
	font-weight: bold;
	text-align: center;
	background-color: #ffcc99;
	border-top: thin groove #330033;
	border-bottom: medium groove #330033;
	height: 100%;
	margin: 0;
	padding: .5em;
	}

#header1 {
	font-size: 90%;
	font-weight: bold;
	color: #fbf5e5;
	text-align: center;
	background-image: url(images/bkg_header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: double #330033;
	height: 154px;
	margin: 0;
	}

#header1 h1 {
	color: #330033;
	}

#header1 h2 {
	color: #0000ff;
	}

#header1 h3 {
	color: #00ffff;
	}

#header2 {
	font-size: 90%;
	font-weight: bold;
	background-color: #ffcc99;
	border-bottom: thin #330033;
	height: 15px;
	margin: 0;
	}

#webtrans {
  background-color: #ffffff;
	color: #000000;
	font-size: 60%;
	text-align: center;
	height: 22px;
	padding-top: 8px;
	}
