html { overflow: -moz-scrollbars-vertical !important; }
a:link {
	color: #004080;
}
a:visited {
	color: #004080;
}
a:hover {
	color: #004080;
	text-decoration: underline;
}
a:active {

}
body {
	margin: 0px;
	padding: 0px;
	background-color: #BDB789;
	background-repeat: repeat-x;
	font-size: 12px;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	height: 1px;
}
p {
	margin: 0px;
	padding: 0px;
}
.category {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.copyright {
	position: relative;
	top: 50px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	margin-bottom: 50px;
	background-color: #BDB789;
}
.copyright a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright a:active{
}
.header {
	height: 194px;
	width: 755px;
	background-image: url(../images/header-bgrd.jpg);
}
.header-logo img {
	position: relative;
	left: 40px;
	top: 54px;
}
.right-column {
	margin-left: 20px;
	background-color: #004A80;
	color: #FFFFFF;
	padding: 20px;
	background-image: url(../images/right-col-top.png);
	background-repeat: no-repeat;
}
.right-column a:link{
	color: #FFFFFF;	
}
.right-column a:visited{
	color: #FFFFFF;	
}
.right-column a:hover{
	text-decoration: underline;	
}
.right-column a:active{
	
}
.right-col-hr {
	height: 2px;
	border: 1px solid #FFFFFF;
}

.phone-top-right {
	padding-top: 9px;
	left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	float: right;
	padding-right: 50px;
}


.logo {
	position: relative;
	left: 35px;
	top: 38px;
}
.logo_bottom {
	position: relative;
	left: 35px;
	top: 30px;
}
.translate {
	margin-right: 50px;
	margin-top: 7px;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}

.main {
	background-image: url(../images/main-bgrd.png);
	background-repeat: repeat-x;
	padding: 25px;
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}
.questions {
	padding-left: 5px;
	text-decoration: none;
	margin:0px;
	color: #004080;
	font-size: 12px;
}
.questions a:link{
	text-decoration: none;
	color: #004080;
}
.questions a:visited{
	text-decoration: none;
	color: #004080;
}
.questions a:hover{
	text-decoration: underline;
	color: #004080;

}
.questions a:active{

}
div.l_picker {
	display: none;
	border: 1px solid #000000;
	position: absolute;
	left: -10000px;
	top: 0px;
	z-index: 99;
	margin: 0px;
	padding: 10px;
	width: 200px;
	background-color: #FFFFFF;
}
.right-column-bottom {
	margin-left: 20px;
	background-color: #004A80;
	color: #FFFFFF;
	background-image: url(../images/right-col-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
}
