* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 1.6em;
	background: #ec8849;
	color: #333;
	margin-top: 2em;
}

p {
	margin: 0 0 1em 0;
}

a {
	text-decoration: underline;
	color: #333;
}

a:hover {
	text-decoration: none;
}

#top h1 {
	font-size: 28px;
	letter-spacing: 1px;
	color: #555;
	font-variant: small-caps;
}

h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0em;
	letter-spacing: 1px;
	font-variant: small-caps;
}

#left h2 {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.7em;
	letter-spacing: 1px;
	font-variant: small-caps;
}

.newsItem{
	margin-bottom: 1em;
}

h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0em;
}

h4 {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 2em;
	font-style: italic;
}

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: white;
	/*border-top: 3px solid #666;*/
}

#containerContent {
	width: 650px; /*650*/
	margin: 0px auto 0 auto;
	text-align: left;
	position: relative;
	background: none;
}

#top {
	background: none;
	padding: 3.5em 0 0 60px;
	background: none;
	float: left;
	margin-bottom: 5em;
}

#nav {
	width: 670px;
	list-style-type: none;
	margin-top: 1em;
	padding-bottom: 0em;
	font-size: 15px;
	background: #fff;
	/*border-bottom: 3px solid #efefef; */
}

#nav li {
	display: inline;
	padding-right: 0em;
}

#nav li a {
	text-decoration: none;
	padding: 2px 4px;
}

#nav li a:hover,#nav li a.selected {
	background: #efefef;
}

/********************* nav Home */
.sect {
	color: #ddd;
	font-size: 0.9em;
	padding-left: 0em;
}

/***************************************** functnav */
#left {
	width: 155px;
	float: left;
}

#left a {
	text-decoration: none;
}

#left a.selected {
	color: #999;
}

#left a:hover {
	color: #ccc;
}

#left ul {
	font-size: 13px;
	line-height: 1.1em;
	text-align: left;
	background: none;
	font-style: normal;
	font-weight: normal;
	list-style-image: url("../img/bullet.gif");
}

#left ul li {
	padding-bottom: 0.5em;
}

#content {
	width: 470px;
	float: left;
	background: none;
	margin-left: 20px;
	background: none;
}

#content img.cover {
	float: left;
	padding-right: 1em;
}

#content p {
	margin-bottom: 0;
}

#content p.first {
	text-indent: 0em;
}

/*******************************************************/
#footer {
	margin-top: 2em;
	margin-bottom: 2em;
	float: left;
}

#footer p {
	font-size: 10px;
	color: #999;
	text-align: left;
	margin-left: 225px;
}

#footer p a {
	color: #999;
}

/********************************************************/
	/******************************************** clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}