html, body {
	font-family: "Times New Roman", Times, serif;
	color: #767060;
	font-size: 11pt;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 00px;
	background-color: #C2C2C2;
	padding:0;
	height:100%; 
}

a {
	color: #767060;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

#container {
	background-color: #c0b99c;
	border-left: 2px solid #3d3d3d;
	border-right: 2px solid #3d3d3d;
}

.top {
	background-color: #767060;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	border-left: 0px;
	border-right: 0px;
	height: 140px;
}

.picturestart {
	background-color: #8f8f8f;
}

.main {
	background-color: #c0b99c;
	border-top: 1px solid #f5f5f5;
}

.main h1 {
	color: #f5f5f5;
	font-style: italic;
	font-size: 120%;
	padding: 5px;
}

.bttm {
	background-color: #c0b99c;
	border-top: 1px dashed #767060;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #767060;
}


.brdrleft {
	border-left: 1px solid #f5f5f5;
}

.brdrright {
	border-right: 1px solid #f5f5f5;
}

.pr20 {
	padding-right: 20px;
}

.pl20 {
	padding-left: 20px;
}

.txtjustify {
	text-align: left;
}

.brdr1 {
	border: 1px solid #767060;
}

.mgb20 {
	margin-bottom: 20px;
}

.mgb30 {
	margin-bottom: 30px;
}

.mgb40 {
	margin-bottom: 40px;
}


.main ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.main li {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 .0em;
	padding-left: 2em;
	margin-bottom: 1em;
}	