@charset "utf-8";
/* Tag Styles */
body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	background-image:url(images/bckground.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#5bb7c5;
	
}
p {
	margin: 1em;
}

img {
	border: none;
}

table {
   border-spacing: 0 0 0 0;
   border-collapse: collapse;
   border: none;
}

a {
	border:none;
}

/* Designated Styles */

#maindiv {
	position:absolute;
	left: 50%;
	width:800em;
	margin-top: 5px;
	margin-left: -400px;
}

#Contentpane {
	background-image:url(images/PageRepeater.png);
	background-repeat:repeat-y;
    border-spacing: 0 0 0 0;
    border-collapse: collapse;
    border: none;
}

.PageContentHeaderText {
	color: #0075BF;
	font-weight: bold;
	font-size: 16px;
}
