html { 
	overflow-y: scroll; 
}
html { 
	overflow: -moz-scrollbars-vertical; 
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
	color: #3A260B;
}
a:hover {text-decoration: underline;}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F9F9E1;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
h2 a {color: #990000;}
h2 a:hover {text-decoration: underline;}

li {
	list-style-type: square;
	color: #6f0014;
	margin: 0px;
	padding: 0px;
}
li a { list-style-type: square;color: #6f0014; }
li a:hover { list-style-type: squarecolor: #6f0014; text-decoration: underline;}

.picfloat {
	margin-right: 5px;
	float: left;
	padding-right: 5px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	margin-top: 2px;
}
.left-pannel {
	background-image: url(images/left-bar.jpg);
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 20px;
	color: #9B8E81;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#wrapper {
	width: 100%;
	z-index: 1;
	position: relative;
	text-align: center;
	clear: both;
	float: none;
	background-color: #CCCCCC;
}
#container {
	width: 770px;
	z-index: 2;
	clear: both;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #999999;
	height: auto;

}

#header {
	height: 185px;
	top: 0px;
	width: 770px;
	z-index: 3;
	text-align: center;
	clear: both;
	float: none;
	left: auto;
	right: auto;
	background-color: #FF6699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#footer {
	height: 40px;
	text-align: left;
	color: #3A260B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-left: 10px;
}
#footer a {padding-left: 6px;padding-right: 6px;color: #3A260B;text-decoration: none;}
#footer a:hover {color: #663300;text-decoration: underline;}
#content {
	width: 770px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 1;
	text-align: left;
	visibility: visible;
	color: #000000;
	font-size: 11px;
	background-color: #33CCFF;
	margin: 0;
	padding: 0;
	position: relative;
	margin-top: 0px;
}
.whiteframe {
	border: 2px solid #FFFFFF;
}
h3 {
	background-image: url(images/bullet_right_10.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	margin-top: 4px;
	margin-bottom: 4px;
}
h3 a {
	color: #9B8E81;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	padding-bottom: 2px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px;
	height: 18px;
}
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 300;
}
.whiteTable{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 300;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
.whiteLink a {
	text-decoration: none;
	color: #FFFFFF;
}
.whiteLink a:hover {
	text-decoration: underline;
}
.whiteLink {

	text-decoration: none;
	color: #FFFFFF;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.whiteDots {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	margin-top: 10px;
}
.brownTxt {
	color: #3A260B;
}
