html { overflow: -moz-scrollbars-vertical; } 

input, textarea {
	font-size: 1em;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #4B99CF;
}

div#navButtons {
	float: right;
	width: 600px;
	height: 34px;
}

div#contentLeft {
	float: left;
	width: 535px;
	padding: 26px 19px 26px 21px;
}
/*
div#contentRight {
	float: right;
	width: 121px;  122px; 145 - 23 padding-right 
	border-left: 1px solid #DEDEDE;
	padding-left: 23px;
}
*/

div#footer {
	clear: both;
	width: 760px;
	height: 34px;
	border-top: 1px solid #ACACAC;
	text-align: left;
}
div#footerLeft {
	float: left;
	width: 535px;
	height: 33px;
	background-color: #DBDBDB;
}



a, a:link, a:visited, a:active {
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



.borderBottom {
	border-bottom: 1px solid #DBDBDB;
}

.borderRight {
	border-right: 1px solid #DBDBDB;
}

.borderBottomRight {
	border-bottom: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
}

.whitetext {
	color: #FFFFFF;
}



