/* ORIGINAL */

html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#000;
	font-family:"Book Antiqua";
	overflow: hidden; /* hide overflow:hidden from IE5/Mac */ 
}

/* HEADER */

.head {
	position:absolute;
	z-index:1;
	margin:0;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:150px;
	background-image: url(../images/header.png);
	background-color: #333333;
	color:#fff;
	text-align:center;
}

.headTitle {
	margin-top:16px;
	text-align:center;
	color:#fff;
	font-size:48px;
	letter-spacing: 5px;
}

.headSubTitle {
	margin-top:-15px;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 3px;
	font-family: Georgia, serif;
}

/* BODY */

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	color:#fff;
}

#col1 {
	scrollbar-base-color:#333;
	position:absolute;
	top:150px;
	bottom:30px;
	width:50%;
	font-size:1em;
	left:0;
	overflow-x:hide;
	overflow-y:auto;
	z-index: 0;
}

#col2 {
	scrollbar-base-color:#333;
	position:absolute;
	top:150px;
	bottom:30px;
	width:50%;
	font-size:1em;
	left:50%;
	overflow-x:hide;
	overflow-y:auto;
	z-index: 0;
}

* html #col1, * html #col2 {
	height:100%;
	top:0;
	bottom:0;
	border-top:150px solid #fff;
	border-bottom:30px solid #fff;
	z-index: 0;
}

.videoTitleB {
	background-color:#111;
	font-size: 20px;
	color:#6CACCE;
	margin:0px;
	padding:0px;
	line-height:36px;
	text-align:center;
}

.videoTitleM {
	background-color:#111;
	font-size: 20px;
	color:#CC99CC;
	margin:0px;
	padding:0px;
	line-height:36px;
	text-align:center;
}

.videoTitleJ {
	background-color:#111;
	font-size: 20px;
	color:#FF171D;
	margin:0px;
	padding:0px;
	line-height:36px;
	text-align:center;
}

.videoBarack {
	padding: 15px;
	background-color:#222;
	text-align: center;
}

.videoMichelle {
	padding: 15px;
	background-color:#222;
	text-align: center;
}

.videoTextB {
	background-color:#222;
	color:#fff;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:25px;
	font-size:16px; font-family: Georgia; letter-spacing: 1px;
	position:relative;
	vertical-align:top;
	clear:both;
	/*overflow-x:hide; overflow-y:auto;
	height: 195px;*/
}

.videoTextM {
	background-color:#222;
	color:#fff;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:25px;
	font-size:16px; font-family: Georgia; letter-spacing: 1px;
	position:relative;
	vertical-align:top;
	clear:both;
}

.videoTextJ {
	background-color:#222;
	color:#fff;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:25px;
	font-size:16px; font-family: Georgia; letter-spacing: 1px;
	position:relative;
	vertical-align:top;
	clear:both;
}

/* DIVIDERS */

.clear {clear:both;}

.separator {
	border: 0px;
	color: #000;
	font-size:0px;
	background-color: #000;
	width: 100%;
	height:4px;
	line-height:4px;
	clear:both;
}

/* HYPERLINK PROPERTIES - BARACK */

.videoTextB a:link {
	color: #6CACCE;
	text-decoration: none;
	font-weight:bold;
}
.videoTextB a:visited {
	color: #6CACCE;
	text-decoration: none;
	font-weight:bold;
}
.videoTextB a:hover {
	color: #CC99FF;
	text-decoration: none;
	font-weight:bold;
}
.videoTextB a:active {
	color: #CC99FF;
	text-decoration: none;
	font-weight:bold;
}

/* HYPERLINK PROPERTIES - MICHELLE */

.videoTextM a:link {
	color: #CC99FF;
	text-decoration: none;
	font-weight:bold;
}
.videoTextM a:visited {
	color: #CC99FF;
	text-decoration: none;
	font-weight:bold;
}
.videoTextM a:hover {
	color: #6CACCE;
	text-decoration: none;
	font-weight:bold;
}
.videoTextM a:active {
	color: #6CACCE;
	text-decoration: none;
	font-weight:bold;
}

/* HYPERLINK PROPERTIES - JOHN */

.videoTextJ a:link {
	color: #CC99FF;
	text-decoration: none;
	font-weight:bold;
}
.videoTextJ a:visited {
	color: #CC99FF;
	text-decoration: none;
	font-weight:bold;
}
.videoTextJ a:hover {
	color: #6CACCE;
	text-decoration: none;
	font-weight:bold;
}
.videoTextJ a:active {
	color: #6CACCE;
	text-decoration: none;
	font-weight:bold;
}

/* FOOTER */

.footer1 {
	position:absolute;
	margin:0;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:30px;
	background-color:#333333;
	background-image:url(../images/footer_sm2.png);
	z-index: 2;
}

.footerText {
	margin-top:20px;
	margin-left: 20px;
	font-size:14px;
	color:#fff;
	font-weight: bold;
	letter-spacing: 0px;
}

.copyright {
	color: #CC99CC;
	font-weight: bold;
	margin-left:5px;
	bottom:2px;
	font-size:14px;
	position:absolute;
	z-index:7;
}

/* MISCELLANEOUS */

.blue {color: #6CACCE}

.flagRed {color: #FF171D;}

.flagBlue {color: #0066CC;}

/*
.inner {
	margin-bottom: 30px; 0;
	padding:10px;
	display:block;
}

#col1 {}
#col2 {}
#col3 {}

.barack1 {padding:.4em; float: left; font-size:1em; margin-left: 21px;}
.michelle1 {padding:.4em; float: right; font-size:1em; margin-right: 27px;}
*/