/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.page {
	width: 999px;
	text-align: left;
}

.hor_line {
	border-top: 1px solid #E0E0E0;
	border-bottom: 0px;
}

#menutop {
	text-align: center;
}

#menutop ul {
	padding: 0px;
	margin: 0px;
}

#menutop ul li {
	list-style-type: none;
	display: inline;
}

#menutop ul li.divider {
	color:#FFCBB3;
}

#menutop ul li a {
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#menutop ul li a:hover {
	text-decoration: underline;
}

#grey_box {
	/*background-color: #E7E3DA;*/
	width: 199px;
	float: left;
	margin-left: 6px;
	padding: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 110px;
}

.grey_box_title {
	color: #FF6500;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

.grey_box_content {
	font-size: 12px;
	color: #000000;
	text-align: left;
}

.grey_box_hor_line {
	border-top: 1px solid #BDBEC0;
	border-bottom: 0px;
}

#footer {
	text-align: right;
	color: #666666;
	font-size: 12px;
	line-height: 17px;
}

#footer a {
	color: #666666;
}
