*{
	margin: 0px;
	padding: 0px;
}
body{
	font-size: 11px;
	font-family: Arial;
	background-image: url(images/bodyBG.gif);
}
p{}
a{}
img{
	border: none;
}
ul{}
ul li{}
h1, h2, h3, h4{}
.fltRight {	float: right;}
.fltLeft {	float: left;}
.fltClear{	clear: both;}
#headerWrapper{
	background-image: url(images/headerWrapper.jpg);
	height: 360px;
	background-repeat: repeat-x;

}
#contentWrapper {
	width: 900px;
	background-color: #FFFFFF;
	margin: 0px auto;
}

#header {
	background-image: url(images/headerBg.jpg);
	width: 900px;
	height: 360px;
	padding-right: 72px;
	padding-left: 72px;
	background-repeat: no-repeat;
	margin: 0px auto;
	background-position: center top;
}
#menu {
	background-image: url(images/navBg.jpg);
	background-repeat: no-repeat;
	height: 54px;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	list-style-type: none;
	padding: 17px 0px 0px 35px;
}
#menu ul li {
	display: inline;
}
#loginPanel {
	background-image: url(images/loginBg.jpg);
	background-repeat: repeat-x;
	height: 42px;
}

#loginPanel form {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}
#loginPanel .inputTxt {
	font-size: 11px;
	padding: 3px;
	margin-right: 10px;
	text-align: center;
	border:#CCCCCC solid 1px;
}



#header .subNav {
	background-image: url(images/subNav_bg.jpg);
	height: 99px;
	padding: 5px 0px;
}
#header .subNav img {
	float: left;
}
#header  .banner {
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 7px;
}
#header h1 {
	padding: 41px 0px 22px 15px;
}

.leftSideBar  {
	width: 203px;
	float: left;
}
.leftSideBar  a  {
	color: #FFFFFF;
	text-decoration: none;
}
.leftSideBar  a:hover  {
	color: #CCEBFF;
}
.leftSideBar  h3  {
	margin: 0px;
	padding: 10px 0px 10px 15px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.leftSideBar  ul  {
	list-style-type: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/leftSideBar_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	background-color: #044178;
	margin-left: 3px;
	color: #FFFFFF;
	margin-top: 10px;
	padding-bottom: 20px;
}
#contentWrapper .leftSideBar ul ul {
	margin: 0px;
	padding: 0px;
	background: none;
}

.leftSideBar  ul  li  {
	padding: 0px 0px 0px 20px;
	line-height: 20px;
}
.centreContent  {
	float: left;
	width: 450px;
	padding-bottom: 30px;
	background-color: #F4F5F7;
	margin-top: 5px;
	margin-right: 7px;
	margin-left: 7px;
}
.centreContent p {
	padding-bottom: 7px;
	padding-top: 5px;
}

.centreContent h2 {
	font-size: 15px;
	color: #FFFFFF;
	padding-bottom: 15px;
	padding-left: 7px;
}

.centreContent .videoDet1 {
	background-image: url(images/contentHeader_bg.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;	
	background-position: 5px 0px;
}
.centreContent .videoDet2 {
	background-image: url(images/contentHeader_bg.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	background-position: 5px 0px;
}
.centreContent .username {
	font-weight: bold;
	color: #044178;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.rightSideBar  {
	width: 228px;
	float: left;
}
.rightSideBar h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.rightSideBar  ul  {
	list-style-type: none;
	background-color: #EAEAEA;
	width: 228px;
	margin-bottom: 10px;
}
.rightSideBar   li    {
	background-image: url(images/btn_Img1.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 3px;
	margin-left: 10px;
	padding-bottom: 10px;
}

#footer {
	height: 60px;
	margin-top: 20px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer .fltLeft {
	padding-top: 10px;
	padding-left: 20px;
}
#footer   p.copyright {
	width: 600px;
	text-align: center;
	margin-left: 60px;
	margin-top: 10px;
	font-size: 11px;
	color: #88a6c2;
}

