html { 
	height: 100%;
	margin: 0;
}

body { 
	margin: 0px; 
	background-image: url(../../../../../test/groups/publicwebsite/documents/publicwebsite/pw_bg.gif);
	background-repeat: repeat-y;
	background-color: #1e5c85;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	padding: 0px;

}

/* div for print logo */
#PrintLogo {
	display: block;
}


/* div for main content area */
#Content {
	
}

/* header */
#Header {
	display: none;
}

#Footer {
	display: none;
}

.CopyrightText {
	padding: 20px 0 0 0;
	font-size: 10px;
	color: #666666;
	text-align: center;
}

.SocialConnection {
	display: none;
}


#HighlightBox {
	display: none;
}


#LoginBox {
	display: none;
}


#LeftNavigation {
	display: none;
}


#LandingPageContent {
	
}

#RightSideBar {
	display: none;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #004d81;
}


.MainBody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 110%;
	color: #333333;
}

.MainBody a:link {
	color: #004d81;
}

.MainBody a:visited {
	color: #000000;
}

.MainBody a:active {
	color: #000000;

}

.Newline {
	clear: both;
}


/* forms */
form {
	margin: 0;
	padding: 0;
}
