﻿body
{
	height:100%; 
	margin:0px; 
	font-family:Arial;
	font-size:10px;
}

.bodyContent
{
	text-align: -moz-center !important; /*To center in Firefox*/
	text-align:center; /*To center in IExplorer*/
	position: absolute; /*To center in Opera*/
	left: 15%; /*To center in Opera*/
}

#hdLogo
{
	width:450px;
	background-image:url(../images/hdLogo.png);
	background-repeat:no-repeat;
	background-position:left;
}
* html #hdLogo
{
	background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/hdLogo.png',sizingMethod='image');
}
#header
{
	width:900px;
	height:115px;
	color:#FFFFFF;
	font-size:10px;
	padding:2px;
	vertical-align:top;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}
* html #header
{
	background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/header.png',sizingMethod='image');
}
#access
{
	font-size:10px; 
	color:#FFFFFF;
}
#main
{
	margin-bottom:25px;
}
#video
{
	margin-top:20px;
}
#video #sec1
{
	width:449px;
	height:317px;
	background-image:url(../images/video_01.png);
	background-repeat:no-repeat;
}
* html #video #sec1
{
	background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/video_01.png',sizingMethod='image');
}
#video #sec2
{
	width:323px;
	height:37px;
	background-image:url(../images/video_02.png);
	background-repeat:no-repeat;
}
* html #video #sec2
{
	background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/video_02.png',sizingMethod='image');
}
#video #sec3
{
	width:46px;
	height:317px;
	background-image:url(../images/video_03.png);
	background-repeat:no-repeat;
}
* html #video #sec3
{
	background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/video_03.png',sizingMethod='image');
}
#video #sec4
{
	width:323px;
	height:243px;
	background-image:url(../images/video_04.png);
	background-repeat:no-repeat;
}
* html #video #sec4
{
	background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/video_04.png',sizingMethod='image');
}
#video #sec5
{
	width:323px;
	height:37px;
	background-image:url(../images/video_05.png);
	background-repeat:no-repeat;
}
* html #video #sec5
{
	background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/video_05.png',sizingMethod='image');
}
#main table
{
	background-image:url(../images/mainbgr.png);
	background-repeat:no-repeat;
}
* html #main table
{
	background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mainbgr.png',sizingMethod='image');
}
.title
{
	color:#da641c;
	font-weight:bolder;
	font-size:12;
}
p
{
	text-align:justify;
}

.listItem
{
	font-weight:bold;
	list-style-image:url(../images/listIcon.png);
	padding:5px;
	vertical-align:middle;	
}
ul li
{
	font-weight:bold;
	list-style-image:url(../images/listIcon.png);
	padding:5px;
	vertical-align:middle;
}
#footer
{
	padding-top:10px;
	line-height:15px;
	width:900px;
	height:50px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
}
* html #footer
{
	background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footer.png',sizingMethod='image');
}
.footerLinks
{
	color:#FFFFFF;
	font-size:11px;
}
.footerLinks a
{
	color:#FFFFFF;
	text-decoration:none;
}
.copy
{
	color:#a19fa0;
	font-size:10px;
	text-align:center;
}

#content table
{
	background-image:url(../images/content_bgr.png);
	background-repeat: repeat-y;  
}

.content_end
{	
	background-image:url(../images/content_end.png);
	background-repeat:no-repeat;
	width: 820px;
	height: 15px;
}

* html .content_end
{
	background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_end.png',sizingMethod='image');
}


.contentTextPage
{
	font-family:Arial;
	font-size:12px;
	text-align:justify;
}

.contentTitlePage
{
	font-family:Arial;
	font-weight: bold;
	font-size: 18px;
	text-align:left;
	color: #F15A2A;	
}