@charset "utf-8";
html {
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	padding: 0px;
}
.clear {
	clear: both;
}
body {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
a {
	text-decoration: none;
}
#head {
	height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#head .logo {
	font-size: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	width: 230px;
	line-height: 1;
	float: left;
	padding-top: 15px;
}
#head .logo a {
	color: #000000;
	text-decoration: none;
}
#content {
}
#content .content_Categories {
	width: 210px;
	float: left;
}
#content .content_Categories ul {
	list-style-type: none;
	line-height: 1.7;
	text-transform: capitalize;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	
}


#content .url {
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
}
#content .adtxt {
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	display: block;
}

#content .content_content {
	width: 733px;
	float: left;
	margin-left: 5px;
	border: 1px solid #ccc;
	padding: 5px;
	height: auto;
}
#content .content_content h1 {
	text-align: center;
	font-size: 16px;
	padding: 5px;
	margin: 0px;
}

#content .content_content h2 {
	font-size: 16px;
	padding: 5px;
	margin: 0px;
}
#content .content_content .content_body {

	margin-top: 5px;
}
#content .content_content ol {
	line-height: 22px;
}





#head .logo .head_s {
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	color: #0066FF;
}

#head .top {
	float: left;
	width: 720px;
}
#foot {
	text-align: center;
	height: 40px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	margin-top: 5px;
	line-height: 22px;
}
