/* Main Layouts */
body { 
	margin:0 0 0 0;
	padding:0 0 0 0;
}

body.BodyStyle
{
	background-color: #FFF;
	margin: 0 0 0 20px;
	padding: 0;
	color: black;
	font-family:times,serif;
}
#container{
	background-color: #fff; 
	width:100%;
	max-width:3000px;
	border-left:1px; /* The width and color of the left rail */
	border-right:1px; /* The width and color of the right rail */
	margin-left:1px;
	margin-right:1px;
}
#leftRail{
	width:1px;
	margin-left:1px;
	visibility: hidden;
	display: none;
}
#center{
	width:100%;
	margin-right:1px;
}
#rightRail{
	width:1px;
	margin-right:1px;
	visibility: hidden;
	display: none;
}
#header{
	border-left:0; /* The width and color of the left rail */
	border-right:0; /* The width and color of the right rail */
	margin-left:0;
	margin-right:0;
}
#footer{
	border-left:0; /* The width and color of the left rail */
	border-right:0; /* The width and color of the right rail */
	margin-left:0;
	margin-right:0;
}


/* Sub Layouts */
#SectionContainer {
	width:100%;
	background-color: #fff; 
	float:left;
	margin-left:0;
	margin-bottom:0; 
	}
#FooterLinks{
	visibility: hidden;
	display: none;
}
#FooterAdditional{
	visibility: hidden;
	display: none;
}
#FooterCopyright{
	color: #000; 
	font-size: x-small; 
	font-weight: normal; 
	font-family: Times, serif;
}




/* BASIC STYLES */
.PageTitle {
	color: #069;
	text-shadow: 1px 1px 1px #666;
	text-transform: uppercase;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bolder;
	font-size: large;
	line-height: 200%;
	letter-spacing: -0.05em;
	word-spacing: 0.1em;
	}



/* LINK PSEUDO CLASS - Put at end of CSS because of Specificity */
a:link {
	text-decoration: none;
	color: black  }
a:visited { 
	text-decoration: none;
	color: black  }
a:hover { 
	text-decoration: none;
	color: black  }
a:active { 
	text-decoration: none;
	color: black  }

