@charset "utf-8";
/* CSS Document */
body    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #4F4E47;
	background-color: #FFFFFF;
	text-align:center;
	padding:0;
}

h1  { font-family: Arial;
	letter-spacing: 5pt;
	font-size: 8pt; 
	color: #707070; 
    font-weight: bold; 
}
/* Navigation colors*/			
a:link       {color: #FFFFFF;font-weight:bold;}
a:visited	 { color: #FFFFFF; font-weight:bold; }
a:hover      {color: #CCCCCC;font-weight:bold;}
a img  {border:none;} /*remove link borders from images*/
a.privacy:link {color: #666666;}

/*.privacy {color: #4f4e47;}*/

#outer	{
	text-align:left;
	background-color: #949590; /*This provides the color for the menu*/
	width:870px;
	margin:auto;
}

#header {
	border-bottom: solid;
	border-bottom-color: #C0C0C0;
	border-bottom-width: 1px;
}

#wrapper {
	position:relative;
	width: 870px;
}

#menu {
	width: 120px;
	background-color: #949590;
	float: left;
	margin-top: 1em;
}
	
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;

}

#menu a {
	background-position: 0px center;
	display: block;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

#content {
	background-color:#FFFFFF; /*This changes the background color to white */
	width: 739px;
	float: left;
	border-left: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align:center;

}
#footer {
	clear: both;
	width: 870px;
	padding-left: 80px;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

.privacycontent {
	background-color:#FFFFFF; /*This changes the background color */
	width: 745px;
}

.privacycontent p {
	padding-left:10px;
	padding-right:35px;
}