@charset "UTF-8";
body {
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bubbles.jpg);
}
.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ccffcc;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/header.jpg);
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* 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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 5px;
	padding-right: 55px;
	padding-bottom: 15px;
	padding-left: 55px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #330099;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330099;
	text-align: right;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #9900ff;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
p {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #330099;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #9900ff;
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
table {
	margin: 0px;
	width: 525px;
	padding: 0px;
	left: 30px;
	top: 100px;
	right: 0px;
	bottom: 0px;
	position: relative;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #9900ff;
}
.home_bg {
	background-image: url(../images/Paper_bg.jpg);
	background-repeat: no-repeat;
	height: 600px;
}
.publisher {
	font-size: 14px;
	color: #330099;
}
a {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #9900FF;
}
.image_right {
	float: right;
	margin-left: 15px;
	padding-right: -50px;
}
.image_left {
	float: left;
	margin-right: 15px;
}
.contact {
	top: 475px;
	left: 350px;
	position: relative;
}
tr {
}
td {
	margin: 0px;
	padding: 0px;
}
