html {height: 100%;}

body {
	height: 100%;
	background-color: #ffffff;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: smaller;
	text-align: center;
}

.maintable {
	margin: 25px auto;
}


.left {
	background-image: url(images/main_bg_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 25px;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

.center {
	background-image: url(images/main_bg_center.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 25px;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

.right {
	background-image: url(images/main_bg_right.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 25px;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

#center_wrap {
	margin: 30px 15px 0px 15px;
	width: 1020px;
}

#center_toc {
	width: 340px;
	float: left;
	margin-right: 40px;
}


#center_video{
	float: left;
}

img {
	border: 0px;
}



h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	margin-top: 30px;
	margin-bottom: 0px;
}

h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	margin-top: 30px;
	margin-bottom: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #777777;
	margin-top: 12px;
	margin-bottom: 0px;
}

.iconlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


a:link, a:active, a:visited {
	color : #33c1d5;
}
a:hover {
	color : #ff8a00;
}

a.selected:link, a.selected:active, a.selected:visited {
	color : #3383d5;

}
a.selected:hover {
	color : #ff8a00;
}
