/*CSS reset code*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	text-shadow:0 0 0 none;
}
html, body {
	height:100%;
	font-size:11px;
	font-family:Arial, Tahoma, Verdana;
	color:#333;
	text-align:left;
}
html {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	text-shadow:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	margin:0px;
	padding:0px;
	line-height:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
legend {
	color:#000;
}
del, ins {
	text-decoration:none;
}
a {
	color:#333;
}
a:active {
	outline: none;
	-moz-outline-style: none;
}
a:focus {
	-moz-outline-style: none;
}
a {
	text-decoration:none;
	-moz-outline-style: none;
	outline: none;
}
a:hover {
	opacity: 1;
	text-decoration:underline;
}
a:link {
	cursor:pointer;
}
a:visited {
	cursor:pointer;
}
a:active {
	cursor:pointer;
}
a:hover span, a:hover strong, a:hover em {
	text-decoration:underline;
	cursor:pointer;
}
.clr:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clr {
@display: inline-block;
}
* html .clr {
	height: 1%;
	_height:auto;
}
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear {
@display: inline-block;
}
* html .clear {
	height: 1%;
	_height:auto;
}
.clearBoth {
	clear:both;
}
/*CSS reset code end*/

.textContain{
	width:960px;
	margin:auto;
	font-size:12px;
	color:#333;
}


h1{
	font-size:16px;
	font-weight:bold;
	color:#1F4F82;
	line-height:normal;
	margin:0 0 20px 0;
}

h2{
	font-size:14px;
	font-weight:normal;
	color:#1F4F82;
	line-height:normal;
	margin:0 0 5px 0;
}
span{
	font-size:14px;
	font-weight:normal;
	color:#1F4F82;
	line-height:normal;
	margin:0 0 5px 0;
	display:block;
}

.menu{
	width:960px;
	background:#1F4F82;
	margin:0 auto 15px auto;
}

.menu a{
	font-weight:bold;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin:0 10px 0 10px;
	line-height:25px;
}

a.active{
	color:#85aae6;
}

img { float:left; margin: 0 10px 10px 0; }

.videoEm{
	text-align:left;
	padding:35px 0 35px 0;
	clear:both;
}

.videoEm h3{
	margin:0 0 10px 0;
}