@charset "utf-8";
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.purple {
	color: #662D91;
}
.bold {
	font-weight: bold;
}


#header {
}

#headerCover {
	width: 100%;
	background-color: #662D91;
	height: 35px;
}
#headerCover #headerTitle {
	height: 25px;
	width: 1000px;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	padding-top: 10px;
}
#headerCover #headerTitle p {
	color: #FFF;
	font-weight: bold;
}
#header #headerCoverTabMenu {
	height: 60px;
	width: 100%;
	background-color: #FFF;
}

#header #headerTabMenu {
	width: 1000px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
}




#header #headerLogo {
	height: 60px;
	width: 200px;
}
#header #headerMenu {
	font-weight: bold;
	color: #522E91;
	padding-top: 20px;
}
#header #headerBoxSocial {
	height: 32px;
	width: 32px;
	margin-top: 15px;
	margin-left: 20px;
}


#header #headerMenu ul li{
	display: inline-block;
}
#header #headerMenu ul li a:link , #header #headerMenu ul li a:visited{
	color: #522E91;
	text-decoration: none;
}
#header #headerMenu ul li a:hover {
	color: #969;

}
#container {
	padding-right: 25px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	padding-top: 35px;
	padding-bottom: 35px;
	overflow: hidden;
}
#container #pageCover {
	width: 1000px;
	margin-bottom: 25px;
}
#container #pageContent {
	width: 954px;
	background-color: #FFF;
	padding: 23px;
	border: 1px solid #522E91;
}
#container #pageContent .topicArticle {
	font-size: 1em;
	font-weight: bold;
	color: #522E91;
	margin-bottom: 5px;
}
#container #pageContent p {
	margin-bottom: 10px;
}


#container #pageContent h1 {
	font-size: 2.15em;
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom: 15px;
	color: #522E91;
	text-align: center;
	line-height: 140%;
}
#container #pageContent img {
	margin-bottom: 25px;
}
#container #pageContent ul {
	padding-left: 30px;
	list-style-type: disc;
	padding-bottom: 10px;
}
#container #pageContent .noBullet {
	list-style-type: none;
}


#container #articleIndex {
	width: 640px;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #FFF;
	overflow: hidden;
	padding-top: 15px;
}
#coverContent #articleIndex h1 {
	color: #522E91;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: capitalize;
}

#container #articleIndex .articleBox {
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	border-bottom: 2px solid #E4E4E4;
}
#articleIndex .articleBox .articleDescription {
	width: 430px;
	height: 170px;
}
#container #articleIndex .articleBox .articleDescription hr {
	width: 430px;
}



#container #articleIndex .articleBox .articleImg {
	height: 170px;
	width: 170px;
	margin-right: 20px;
}






#container hr {
	margin-bottom: 15px;
}


#container #boxBanner {

}
#container #boxRecommend {
	background-color: #FFF;
	margin-bottom: 15px;
	border: thin solid #522E91;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#container #boxRecommend h1 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #522E91;
}
#container #boxRecommend h2 {
	font-size: 0.95em;
	font-weight: bold;
	color: #522E91;
	margin-bottom: 5px;
}
#container #boxRecommend .boxMiniRec {
	width: 160px;
	margin-right: 10px;
	border: thin solid #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
}





#container #contentMain {
	width: 690px;
}
#container #contentMain #boxArticles {
	background-color: #FFF;
	border: thin solid #522E91;
	padding: 15px;
	margin-bottom: 10px;
	overflow: hidden;
}





#container #contentMain .contentBigbox {
	border: thin solid #522E91;
	padding: 15px;
	height: 235px;
	margin-bottom: 10px;
	background-color: #FFF;
}
#container #contentSub {
	width: 300px;
}

#container #contentSub #boxFB {
	height: 555px;
	width: 280px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border: thin solid #522E91;
	background-color: #3B5F9D;
}
#container #contentSub #boxFB .fbTitle {
	margin-bottom: 5px;
}
#container #contentSub #boxFacebook {
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
#boxRecommend .boxMiniRec img {
	margin-bottom: 10px;
}
#boxRecommend .boxMiniRec h3 {
	color: #422994;
	font-weight: bold;
	font-size: 0.9em;
}


#contentMain #boxArticles h1 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #522E91;
}
#contentMain #boxArticles h2 {
	font-size: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
	color: #522E91;
	margin-bottom: 5px;
}

.articleBox .articleDescription .articleTopic {
	font-weight: bold;
	font-size: 1em;
	color: #522E91;
}

#contentMain #boxArticles .boxMiniArticles {
	overflow: hidden;
	padding: 5px;
	border: 1px solid #CCC;
	width: 308px;
	height: 80px;
	margin-right: 8px;
	margin-bottom: 10px;
}
#contentMain #boxArticles .boxMiniArticles .imgArticles {
	height: 80px;
	width: 120px;
	margin-right: 10px;
}
#contentMain #boxArticles .boxMiniArticles .detailArticles {
	width: 170px;
}

#boxArticles .boxMiniArticles .detailArticles .detailArtTopic {
	font-size: 0.85em;
	font-weight: bold;
	color: #522E91;
}
#boxArticles .boxMiniArticles .detailArticles .detailArtDes {
	font-size: 0.8em;
	color: #999;
}

#footerCover {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 15px;
	background-color: #662D91;
	overflow: hidden;
	position: absolute;
}
#footerCover #footer {
	width: 1000px;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	overflow: hidden;
}

#footerCover #footer h1 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

#footerCover #footer #ftBoxSitemap {
	width: 200px;
}
#footerCover #footer #ftBoxSitemap a:link, #footerCover #footer #ftBoxSitemap a:visited {
	color: #FFF;
	text-decoration: none;
}
#footerCover #footer #ftBoxAddress {
	width: 300px;
}
#footerCover #footer #ftBoxContact {
	width: 200px;
}

#signature  {
	width: 1000px;
	font-size: 0.75px;
	line-height: 125%;
	margin-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#signature #sigBoxL  {
	width: 500px;
}
#signature #sigBoxR  {
	width: 500px;
	text-align: right;
}


