body{
	min-width: 880px;
	padding:0px;
	margin:0px;
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
	color: black;
}

#mainDiv{
	position: absolute;
	width:880px;
	min-height: 500px;
	left:50%;
	margin-left:-440px;
	top:0px;

}

#headerDiv{
	position: absolute;
	top:0px;
	left:0px;
	width:880px;
	background-image:url(../images/header.jpg);
	height: 170px;
}

#tabDiv{
	position:absolute;
	width:820px;
	height:34px;
	left:30px;
	top:136px;	
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

a.activeTabLink:link,a.activeTabLink:hover,a.activeTabLink:visited, a.activeTabLink:active,a.inActiveTabLink:link,a.inActiveTabLink:hover,a.inActiveTabLink:visited, a.inActiveTabLink:active{
	text-decoration:none;
	text-transform:uppercase;
	margin-left:10px;
	margin-right:10px;
	color:White;
}
a.activeTabLink:link,a.activeTabLink:hover,a.activeTabLink:visited, a.activeTabLink:active{
	color:#fff000;
}

.inActiveTab{
	background-image:none;
}
.activeTab{
	background-image:url(../images/tabActiveBackground.jpg);
	background-repeat:repeat-x;
}

#leftColumnDiv{
	position: absolute;
	left:12px;
	top:178px;
	width:172px;
}
#rightColumnDiv{
	position: absolute;
	right:10px;
	top:178px;
	width:170px;
	background-image:url(../images/rightColumnFrameMiddle.jpg);
	background-repeat:repeat-y;
}
#rightColumnFooterBackground{
	position: absolute;
    bottom:0px;
	width:170px;
	height: 11px;
	left:0px;
	
}
#rightColumnTopBackground{
	position: absolute;
	top:0px;
	width:170px;
	height: 11px;
	left:0px;
}


#contentDiv{
	position: absolute;
	left: 190px;
	top:178px;
	width: 500px;
}

.framedContentDiv{
	position: relative;
	width: 470px;
	background-image: url(../images/frameMiddleFiller.jpg);
	background-repeat: repeat-y;
	padding-left:15px;
	padding-right:15px;
	padding-bottom: 11px;
	padding-top:11px;
		min-height:132px;
}
.topRoundingImage{
	position: absolute;
	top:0px;
	left:0px;
}
.bottomRoundingImage{
	position: absolute;
	bottom:0px;
	left:0px;
}


#rightColumn{
	position: absolute;
	left: 699px;
	width: 172px;
}

h1,h2,h3,h4{
	color: #7d90d8;
	padding: 0px;
	margin: 0px;	
	font-weight: bold;
}
h1{
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px;
}
h2{
	font-size:14px;
}
h3{
	font-size:12px;
}
h4{
	font-size:10px;
}

p,span{
	padding: 0px;
	margin: 0px;
}

.inActiveButtonCell,.activeButtonCell{
	width:172px;
	height:33px;		
	background-repeat:no-repeat;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	font-size:11px;
}
a.activeButtonLink:link,a.activeButtonLink:hover,a.activeButtonLink:visited, a.activeButtonLink:active,a.inActiveButtonLink:link,a.inActiveButtonLink:hover,a.inActiveButtonLink:visited, a.inActiveButtonLink:active{
	text-decoration:none;
	text-transform:uppercase;
	color:White;
}
a.activeButtonLink:link,a.activeButtonLink:hover,a.activeButtonLink:visited, a.activeButtonLink:active{
	color:#003366;
}


.inActiveButtonCell{
	
	background-image:url(../images/buttonInactive.jpg);
}
.activeButtonCell{
	background-image:url(../images/buttonActive.jpg);
}

.registerFormBox{
	width:180px;
	border:1px solid #7d90d8;
}

.widget{
	position: relative;
	width:157px;
	
	margin-bottom:11px;
}

.widgetTitleCell{
	color:  #7d90d8;
	line-height:normal;
	font-weight: normal;
	font-family: Verdana;
	font-size: 16px;
	min-height: 30px;
	text-align: Center;
}
.widgetFrameTopImage{
	position: absolute;
	top:0px;
	width:157px;
	height: 13px;
	left:0px;
	z-index: 1;
}
.widgetTitle{
	position: relative;
	z-index: 2;
}
.widgetSubtitleCell{
	color: #7d90d8;
	line-height:normal;
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;
	min-height: 20px;
	text-align: Center;
}
.widgetContentCell{
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 0px;
	
	background-image: url(../images/widgetContentBackground.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.widgetVideoPanel{
	position:relative;
	width:134px;
	height:142px;
	left:10px;
}
.widgetVideoOverlayImage{
	position:absolute;
	z-index:3;
	top:0px;
	left:0px;
	width:134px;
	height:142px;
}
.widgetVideoThumbImage{
	position:absolute;
	z-index:2;
	top:13px;
	left:18px;	
	width:106px;
	height:77px;
}
.widgetLecturePanel{
	position:relative;
	width:157px;
	
	left:0px;
}

.widgetLectureThumbImage{
	position:relative;
	z-index:2;
	top:0px;
	left:0px;	
	width:198px;
	
}



.mediaFramework{
	position:relative;
	width:444px;
	min-height:132px;
	background-image:url(../images/videoFrameInner.jpg);	
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
}
.mediaFrameTopImage{
	position:absolute;
	top:0px;
	left:0px;
}
.mediaFrameBottomImage{
	position:absolute;
	bottom:0px;
	left:0px;
}
.mediaFrameVideoOverlayImage{
	position:absolute;
	z-index:3;
	top:0px;
	left:0px;
	width:134px;
	height:142px;
}
.mediaThumbImage{
	position:absolute;
	z-index:2;
	top:13px;
	left:18px;	
	width:106px;
	height:77px;
}