@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

/*
ARTICLES PAGE BEGINS
*/

#art_left
{
	width: 250px;
	float: left;
	display: block;
}

#art_right
{
	width: 710px;
	float: right;
}

#art_nav
{

	width: 250px;	

}

#art_contents
{
	width: 710px;	
	border: #dcdcdc solid 2px;
	float: right;
	margin-top: 20px;
}
#art_contents p
{	
	padding: 5px;
	font-size: 14px;
	font-weight: 300;
}


.art_left ul
{
    padding-top: 5px;
	list-style: none;

}
.art_left2 ul
{
    padding-top: 5px;
	list-style: none;
}
.label
{
       height: 20px;
       color: #8e552a;
       text-align: center;
       font-weight: bold;
       font-size: 15px;
       border-bottom: 1px dashed #dcdcdc;
}

.art_left ul li
{

	height: 20px;
	float: left;
	width: 100%;
    background: url(../images/arr.jpg) no-repeat;
	background-position: left center;
	padding-bottom: 4px;
	border-bottom: 1px dashed #dcdcdc;
}

.art_left ul li a
{
    padding-left: 20px;
	color: #545353;	
	font-weight: 400;
	text-decoration: none;
	font-size: 14px;
	display: block;
}

.art_p
{
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    color: #545454;
}

.art_left ul li a:hover
{
	color: #FFFFFF;
	background: #6dcfe6;
}
.art_left2 ul li
{

	height: 20px;
	float: left;
	width: 100%;
	background: url(../images/arr.jpg) no-repeat;
	background-position: left center;
	padding-bottom: 4px;
	border-bottom: 1px dashed #dcdcdc;
}

.art_left2 ul li a
{
    padding-left: 20px;
	color: #545353;	
	font-weight: 400;
	text-decoration: none;
	font-size: 14px;
	display: block;
}

.art_left2 ul li a:hover
{
	color: #FFFFFF;
	background: #6dcfe6;
}
#rssfeed
{
	display: block;
	border: #dcdcdc solid 2px;
	padding: 5px;
	margin: 300px auto;
}

#rssfeed a
{
	display: block;
	text-decoration: none;
}
/*
ARTICLES PAGE ENDS
*/

/*
SEMINAR PAGE BEGINS
*/

#sem_left
{
	width: 205px;
	float: left;
	margin-top: 20px;
}

#sem_info
{
	border: #DCDCDC solid 2px;
	display: block;
	width: 204px;
	float: left;
	margin-bottom: 15px;
}

#sem_video
{
	display: block;
	border: #DCDCDC solid 2px;
	width: 202px;
	padding: 5px 0px 5px 2px;
	margin-top: 100px;
}

#sem_video a
{
	text-decoration: none;
	font-size: 13px;
	color: #6dcfe6;
}

#sem_video p
{
	padding-top: 15px;
	font-weight: normal;
	font-size: 13px;
	padding-bottom: 10px;
}

#sem_video a:hover
{
	text-decoration: underline;	
}

#sem_info h1
{
	height: 30px;
	color: #FFFFFF;
	background: #dcdcdc;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

#sem_info ul
{
	list-style: none;
	padding-bottom: 5px;
}

#sem_info ul li
{
	width: 100%;

}

#sem_info ul li a
{
	text-decoration: none;
	padding-left: 5px;
	color: #6dcfe6;
}

#sem_info ul li a:hover
{
	text-decoration: underline;	
}

#sem_bring
{
	border: #dcdcdc solid 2px;
	display: block;
	float: left;
	margin-top: 20px;
}

#sem_bring h1
{
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}

#sem_bring p
{
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
}

#sem_bring a
{
	text-decoration: none;
	color: #6dcfe6;
	font-size: 12px;
}

#sem_bring a:hover
{
	text-decoration: underline;
}


#sem_right
{
	width: 690px;
	float: right;
	margin-top: 12px;
}

#sem_right h1
{
		font-size: 20px;
		text-align: center;
		color: #FFFFFF;
		background: #dcdcdc;
		width: 100%;
}

#sem_right h2
{
	font-size: 20px;
	color: #545353;
}

#sem_right h2 a
{
	font-size: 20px;
	color: #6dcfe6;
	text-decoration: none;
}

#sem_right h2 a:hover
{
	text-decoration: underline;
}

#sem_right table
{
	width: 100%;
	border: #dcdcdc solid 2px;
}

#sem_right table tr
{
	background: transparent url('../images/dash.png') bottom repeat-x;
}

#sem_right td
{
/*	border: #dcdcdc solid 2px;*/
	padding-left: 4px;
}

#sem_right td a
{
	text-decoration: none;
	color: #6dcfe6;
}

#sem_right td a:hover
{
	text-decoration: underline;
}

/*
SEMINAR PAGE ENDS
*/