@charset "utf-8";
/* CSS Document */


html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:100%;
	margin: 0;
	padding:0;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	
}

a {
	color: #000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#mainholder {
	margin: 20px auto 0px auto;
	top:0px;
	width: 765px;	
	min-height:100%;
 	border: 1px solid #bcbcbc;
	padding-bottom: 40px;
	background-color:#FFFFFF;
}



#header {
	text-align:center;
	width:inherit;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	background-color:#FFFFFF;
}

#nav {
	width:130px;
	float:left;
	padding-left:0px;
	margin-top:35px;
	background-color:#FFFFFF;
}

#nav ul {
	list-style:none;
}

#nav ul li a {
	color: #000000;
	font-size: 1.2em;
	padding-bottom:15px;
	display:block;
	text-decoration:none;
	font-weight:bold;
}

#nav ul li a:hover {
	text-decoration:underline;
}

#content {
	margin:0 20px 0 20px;
	float:left;
	width:595px;
	background-color:#FFFFFF;

}

#content ul,ol{
font-size:1.2em;
}

#footer {

height: 17px;
width:765px;
margin:20px 0 0 0;
padding:3px 0 0 0;
bottom:0px;
text-align:right;
float:left;
background-image:url(images/privacy-bar.gif);
	
}

.foot-text {
text-align:right;
margin-right:20px;


}
p {
	font-size:1.2em;
}

h1 {
	margin-top: 10px;
	padding-bottom:5px;
	font-size:1.6em;
	color: #000000;
	font-weight:normal;
	border-bottom: 1px solid #bcbcbc;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
}

.underline {
text-decoration:underline;
}
