html {
	overflow: -moz-scrollbars-vertical !important;
	background-color: #EEEEEE;
}
body {
	margin: 0px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
}
.container {
	background-color: white;
	border-left: 1px solid  #CCC;
	border-right: 1px solid #BBB;
	padding : 4px;
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}
.top_left {
	float: left;
	height: 56px;
	width: 250px;
}
.top_middle {
	float: left;
	height: 56px;
	width: 450px;
}
.top_right {
	float: right;
	height: 56px;
	width: 250px;
}

.search_form {
	width: 250px;
	font-size: 80%;
}

.cl {
	clear: both;
	display:block;
}

.center{
	text-align:center;	
}

.left{
	text-align:left;
}

p {
	font-size:75%;
	margin: 5px;
}

.content {
	background-color: white;
	float: left;
	width: 710px;
	margin-top: 0px;
	margin-bottom: 8px;
	overflow:hidden;
}

.setMinHeight {
	min-height: 400px;
	height:auto !important;
    height:400px;
}

.fullWidth {
	width: 100%;	
}

.lower_content{
	padding-top: 8px;
	width: 100%; 
	float: left;
}

.right_column {
	width: 245px;
	float: right;
	background-repeat: no-repeat;
	background-position: center top;
}

.footer {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 90%;
	margin: 0 auto;
	padding-top: 4px;
	padding-bottom: 8px;
	width: 970px;
	background-color: #000066;
	color: white;
	text-align: center;
	clear: both;
}
.footer a:link, .footer a:active, .footer a:hover, .footer a:visited {
	color: white;	
}

.foot_note {
    border-top: 1px solid silver;
	font-size: 70%;
}

.legal_content {
	font-size: 80%;
}

ul {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 80%;
	list-style-position: outside;
	list-style-type: circle;
}

ol {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 90%;
}

.feature_list {
	list-style: none;
	padding-left: 5px;
	margin-left: 10px;
}
.feature_list li {
	font-size: 100%;
	font-weight: bold;
	background-image: url(../graphics/tick.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	line-height:150%;
	padding-left: 20px;
}

.grey {
	background-color: #D4D4D4;
}
.yellow {
	background-color: #F1DE35;
}
.lightBlue {
	background-color: #3A94D9;
}
.darkBlue {
	background-color: #000066;
}
.red {
	background-color: #A00000;
}
.green {
	background-color: #008C00;
}
