@charset "UTF-8";

A:link 		{
       	color : #000099;
        text-decoration: none;
        background-color : transparent; }


A:visited 	{
        color : #000099;
        text-decoration: none;
        background-color : transparent; }


A:hover 	{
        color: #708090;
        text-decoration: none;
        background-color : transparent;}


A:active 	{
        color: #000099;
        text-decoration: none;
        background-color : transparent; }
		
.logotext {
	margin-top: 0px;
	font-family: "Verdana";
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
	text-align: left;
}
		
.container {
	background-color: #FFFFFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.container1 {
	background-color: #FFFFFF;
	min-width:170px;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.primary_header {
	width: 100%;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
	
	border-bottom: 2px solid #2C9AB7;
}

.primary_header2 {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: left;
	font-family: "Verdana";
	font-size:12px;
	color: #343434;
	background-color: #F6F6F6;
}

.googlesearch {
	padding-left: 12px;
	padding-right: 12px;
}

.secondary_header {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #6699CC;
	clear: left;
}

.secondary_footer {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #6699CC;
	clear: left;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}

.secondary_header a {
	color: #FFFFFF;
}

.secondary_header a:hover {
	color: #717070;
	cursor: pointer;
}

.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Verdana";
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 16%;
	transition: all 0.3s linear;
}

.secondary_header ul li:hover {
	color: #6699CC;
	cursor: pointer;
}
.left_article {
	background-color: #FFFFFF;
	width: 65%;
	float: left;
	font-family: "Verdana";
	color: #343434;
	padding-bottom: 15px;
}
.noDisplay {
	display: none;
}
.container .left_article h3 {
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-size:18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.container .left_article p {
	padding-right: 5%;
	text-align: justify;
	font-size:14px;
	line-height: 18px;
	color: #717070;
}

.container .left_article ul li {
	padding-right: 5%;
	text-align: justify;
	font-size:14px;
	line-height: 18px;
	color: #717070;
}
.sessions {
	font-weight: bold;
	font-style: normal;
	font-family: "Verdana";
	text-align: left;
	font-size: 20px; 
	color: #336699;
}
.kenote {
	font-weight: bold;
	font-style: normal;
	font-family: "Verdana";
	text-align: left;
	font-size: 14px; 
	color: #336699;
}
.right_article {
	width: 35%;
	float: left;
	background-color: #F6F6F6;
	font-family: "Verdana";
	color: #343434;
}
.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.right_article a {
	color: #FFFFFF;
}


.right_article ul li {
	font-family: "Verdana";
	font-size: 15px;
	list-style: none;
	text-align: center;
	background-color: #6699CC;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}
.footer {
	background-color: #717070;
}
.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Verdana";
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 2px;
}


.placeholder {
	width: 100%;
	height: 100%;
}


.copyright {
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Verdana";
	font-size: 12px;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

@media (max-width: 320px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.container .left_article h3 {
	margin-top: 30px;
}
.social .social_icon img {
	width: 80%;
}
.container .secondary_header {
}
}

@media (min-width: 321px) and (max-width: 768px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

}

@media (min-width: 769px) and (max-width: 1000px) {
.secondary_header {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.secondary_header ul li {
	margin-top: 10px;
	margin-right: 7%;
	margin-bottom: 10px;
	margin-left: 7%;
}
.left_article {
	height: auto;
}
.right_article {
	height: auto;
	padding-bottom: 27px;
}
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

}

@media (min-width: 1001px) {
}
.thumbnail {
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #F6F6F6;
	clear: both;
	overflow: auto;
	border-top: 1px solid #2C9AB7;
}
.social_icon {
	width: 50%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	opacity: 0.5;
}
#menu {
}
