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

h1 {
	font-size: 1.5em;
	color: #104672;
	}

h2 {
	font-size: 1.4em;
	color: #330033;
	background-color: #4eb2be;
	border-top: thin groove #330033;
	border-bottom: thin groove #330033;
	}

h3 {
	font-size: 1.2em;
	color: #99ffff;
	background-color: #330033;
	border-top: thin groove #025a7b;
	border-bottom: thin groove #025a7b;
	width: auto;
	}

h4 {
	font-size: 1em;
	color: #330033;
	border-bottom: thin solid #025a7b;
	}

h5 {
	font-size: 1em;
	color: #025a7b;
	}

h6 {
	font-size: .9em;
	color: #330033;
	}

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

p.hanging {
	padding-left: 2em;
	text-indent: -2em;
	}

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

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

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

ul {
	font-size: 98%;
	}

ol {
	margin-left: 2em;
	font-size: 98%;
	}

hr {
	color: #330033;
	}

ul {
	margin-left: 2em;
	}

ul.bullet {
	list-style-image: url(../images/bullet.jpg);
	}

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: 1px solid #104672;
	}

.img-noborder {
	border: none;
	}

.img-left {
	float: left;
	margin-top: 0;
	margin-right: 10px; 
	margin-bottom: 10px;
	margin-left: 0; 
	border: 1px solid #104672;
	color: #104672;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	}

.img-left img {
	border: 1px solid #104672;
	}

.img-right {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px; 
	margin-left: 12px; 
	border: 1px solid #104672;
	color: #104672;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	}

.img-left-noborder {
	float: left;
	margin-top: 0;
	margin-right: 10px; 
	margin-bottom: 10px; 
	margin-left: 0; 
	border: none;
	color: #104672;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	}

.img-right-noborder {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px; 
	margin-left: 10px; 
	border: none;
	color: #104672;
	font-size: .8em;
	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_bright {
	color: #99ffff;
	}

.blue_brightbold {
	color: #99ffff;
	font-weight: bold;
	}

.burgundy {
	color: #701e0c;
	}

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

.creme {
	color: #fbf5e5;
	}

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

.gold {
	color: #ffcc66;
	}

.goldbold {
	color: #ffcc66;
	font-weight: bold;
	}

.gray {
	color: #8da7bb;
	}

.graybold {
	color: #8da7bb;
	font-weight: bold;
	}

.melon {
	color: #ff897b;
	}

.melonbold {
	color: #ff897b;
	font-weight: bold;
	}

.navy {
	color: #000066;
	}

.navybold {
	color: #000066;
	font-weight: bold;
	}

.orange {
	color: #ff9b47;
	}

.orangebold {
	color: #ff9b47;
	font-weight: bold;
	}

.purple {
	color: #4e164e;
	}

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

.purple-blue {
	color: #2d2759;
	}

.purple-bluebold {
	color: #2d2759;
	font-weight: bold;
	}

.red {
	color: #ff0000;
	}

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

.teal {
	color: #025a7b;
	}

.tealbold {
	color: #025a7b;
	font-weight: bold;
	}

.teal-lt {
	color: #4eb2be;
	}

.teal-ltbold {
	color: #4eb2be;
	font-weight: bold;
	}

.teal-blue {
	color: #104672;
	}

.teal-bluebold {
	color: #104672;
	font-weight: bold;
	}

.wine {
	color: #330033;
	}

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

.yellow_lt {
	color: #ffffcc;
	}

.yellow_ltbold {
	color: #ffffcc;
	font-weight: bold;
	}

.white {
	color: #ffffff;
	}

.whitebold {
	color: #ffffff;
	font-weight: bold;
	}

/*classes related to font size*/
.large {
	font-size: 1.25em;
	}

.largecenter {
	font-size: 1.25em;
	text-align: center;
	}

.largebold {
	font-size: 1.25em;
	font-weight: bold;
	}

.largeboldcenter {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	}

.small {
	font-size: .9em;
	}

.smallcenter {
	font-size: .9em;
	text-align: center;
	}

.smallbold {
	font-size: .9em;
	font-weight: bold;
	}

.smallboldcenter {
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	}

.xsmall {
	font-size: .8em;
	}

.xsmallcenter {
	font-size: .8em;
	text-align: center;
	}

.xsmallbold {
	font-size: .8em;
	font-weight: bold;
	}

.xsmallboldcenter {
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	}

.xsmallpurple {
	font-size: .8em;
	color: #4e164e;
	}

.xsmallpurplebold {
	font-size: .8em;
	color: #4e164e;
	font-weight: bold;
	}

.xsmallpurple-blue {
	font-size: .8em;
	color: #2d2759;
	}

.xsmallpurple-bluebold {
	font-size: .8em;
	color: #2d2759;
	font-weight: bold;
	}

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

.sidebar-intro h2 {
	font-size: 1.2em;
	color: #ff0000;
	}

.sidebar-intro h3 {
	font-size: 1.1em;
	color: #ff0000;
	}

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

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

table.tbl_data caption {
	background-color: #104672;
	color: #99ffff;
	font-size: 1.1em;
	font-weight: bold;
	}

table.tbl_data th {
	background-color: #2d2759;
	color: #ffffff;
	border: 1px solid #330033;
	padding: .18em;
	}

table.tbl_data 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-color: #ffffff;
  margin-left: 140px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 15px;
	}

#content-wide {
	background-color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5%;
	padding: 15px;
	}

#footer1 {
	font-size: 90%;
	color: #99ffff;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/bkg_footer1.jpg);
	background-position: left top;
	border-top: thin groove #330033;
	border-bottom: thin groove #330033;
	height: 100px;
	margin: 0;
	padding-top: 0;
	}

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

#header1 {
	background-image: url(../images/bkg_gradient1.jpg);
	background-position: left top;
	border-bottom: medium groove #104672;
	height: 200px;
	margin-left: 0;
	}

#header2 {
	background-image: url(../images/bkg_gradient2.jpg);
	background-position: left top;
	border-bottom: medium groove #104672;
	height: 150px;
	margin-left: 0;
	}

#wrapper {
	background-image: url(../images/bkg_vertical.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: none;
	margin: 0;
	max-width: 900px;
	}
