/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #044B49 url(images/bg.gif) top center repeat-y;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, div, address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
}

p, address {
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
}
h1 {
	font-size: 18px;
	color: #146866;
	margin: 0px;
	margin-right: 25px;
	padding-bottom: 9px;
	margin-bottom: -12px;
	border-bottom: 1px dashed #6E7B0C;
}
h2 {
}

a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#body {
	width: 751px;
	margin: auto;
	background: #96EAE8 url(images/body-bg.jpg) repeat-x;
}

div#copyright {
	font-size: 9px;
	line-height: 14px;
	margin: 0px;
	margin-right: 25px;
}
div#copyright a:link, a:active {
	color: #A8B529;
	text-decoration: none;
}
div#copyright a:visited {
	color: #818D0E;
	text-decoration: none;
}
div#copyright a:hover {
	text-decoration: underline;
}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 0px;
	padding: 0px;
}
img.right {
	float: right;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
