body  {
	font-family: sans-serif, "Lucida Grande", Verdana, Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-repeat: repeat;
	background-image: url(../images/background_main.jpg);
}
p {
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #15103E;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}
a { outline: none; }
a:hover {
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	color: #15103E;
}
h1 {
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 0;
	font-size: 14px;
	font-weight: bold;
	color: #15103E; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BA925B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
a.h1 {
	color: #15103E;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */ /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
a.h1:hover {
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #15103E; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */ /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.footer_pink {
	padding: 0px;
	font-size: 11px;
	color: #15103E;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */ /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a.footer {
	color: black;
	text-decoration: none;
}
a.footer:hover {
	color: black;
	text-decoration: underline;
}
.newstext {
	padding: 0px;
	margin: 0px;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: black;
}
h2 {
	text-align: left;
	text-transform: capitalize;
	word-wrap: normal;
	color: #15103E;
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

